* {
	margin: 0;
	padding: 0;     
}

body {
background-color: #FFFFFF;
margin:5px;
color:#000000;
background-color: inherit;
}

A:link{ color:#227cc4; background-color: inherit; text-decoration:underline; }
A:hover{ color:#ee4443; background-color: inherit; text-decoration:none; }
A:active{ color:#227cc4; background-color: inherit; text-decoration:underline; }
A:active:hover{ color:#ee4443; background-color: inherit; text-decoration:none; }
A:visited{ color:#227cc4; background-color: inherit; text-decoration:underline; }
A:visited:hover{ color:#ee4443; background-color: inherit; text-decoration:none; }


#wrap{
width: 800px;
margin-left: auto;
margin-right: auto;
background: #227cc4;
color: inherit;
}

#sidebar{
float: left;
padding-top: 12px;
text-align: center;
width: 165px;
}

#navcontainer{
padding-top: 18px;
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
}


#container{
width: 620px;
position: relative;
margin-left:165px;
border-left:#ee4443 2px solid;
padding-left: 0px;
border-right:#ee4443 2px solid;
border-bottom:#ee4443 2px solid;
border-top:#ee4443 2px solid;
padding-right: 0px;
background: #FFFFFF;
color: inherit;
}

#content1{
width: 270px;
padding: 20px;
float: right;
text-align: justify;
}

.content2{
padding-left: 20px;
padding-right: 20px;
padding-top: 15px;
padding-bottom: 20px;
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
text-align:justify;
}

.content2 h1 {
color: #227cc4;
background-color: inherit;
font-size: 18px;
margin-top: 0px;
padding-top: 0px;
margin-bottom: 15px;
padding-bottom: 0px;
}

.content2 h2 {
color: #227cc4;
background-color: inherit;
font-size: 14px;
margin-top: 0px;
padding-top: 0px;
margin-bottom: 10px;
padding-bottom: 0px;
}


.content2 p {
	margin-bottom: 15px;
}

.content2 ul {
    padding-left: 30px;

}	
.content2 li {
    padding-left: 5px;
	padding-bottom: 5px;
}	

#title{
position: relative;
height: 135px;
margin-top: 0px;
margin-bottom: 0px;
border-bottom: #ee4443 2px solid;
font-family: Arial, Helvetica, sans-serif; !important
font-size: 20px;
font-weight: bold;
color:#ee4443;
background-color: inherit;
}

A.titlelink:link{ color:#ee4443; background-color: inherit; text-decoration:none; }
A.titlelink:hover{ color:#ee4443; background-color: inherit; text-decoration:none; }
A.titlelink:active{ color:#ee4443; background-color: inherit; text-decoration:none; }
A.titlelink:active:hover{ color:#ee4443; background-color: inherit; text-decoration:none; }
A.titlelink:visited{ color:#ee4443; background-color: inherit; text-decoration:none; }
A.titlelink:visited:hover{ color:#ee4443; background-color: inherit; text-decoration:none; }

.left-text{
position: absolute;
left: 19px;
width: 50%;
bottom: 16px;
vertical-align: bottom;
}

.right-text{
position: absolute;
right: 19px;
bottom: 16px;
width: 29%;
text-align: left; /* depends on element width */
vertical-align: bottom;
}

#footer{
text-align: center;
font-size: 10px;
height: 25px;
margin-top: 5px;
font-family: Verdana, Geneva, sans-serif;
}


* html .glossymenu div.submenu ul li a{
zoom: 1;
}

.glossymenu div.submenu ul li a{ 
display: inline-block; 
}

.glossymenu div.submenu ul li a{ 
display: block; 
}

.glossymenu{
background: #227cc4;
margin: 0;
width: 14em; /*width of menu*/
font-size: 12px;
text-align: left;
color: #FFFFFF;
}

.glossymenu a.menuitem{
color: inherit;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
padding: 0.25em 1.65em 0.25em 1.65em;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #FFFFFF;
background: #227cc4;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 10px;
border: none;
}

.glossymenu a.menuitem:link{
color: #FFFFFF;
background: inherit;
}
.glossymenu a.menuitem:hover{
border-color: #FFFFFF;
color: #FFFFFF;
background: #ee4443;
}


.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #227cc4;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

/* for Internet Explorer */
/*\*/
* html .glossymenu div.submenu ul li{
height: 9px;
}
/**/

.glossymenu div.submenu ul li{
border-top: #227cc4 1px solid;

}

.glossymenu div.submenu ul li a{
display: block;
background: #288bda;
color: #FFFFFF;
text-decoration: none;
padding: 0.25em 1.65em 0.25em 1.65em;
}

.glossymenu div.submenu ul li a:hover{
background: #ee4443;
border-color: #FFFFFF;
color: #FFFFFF;
background: #ee4443;
color: white;
}


img.floatleft { 
    float: left; 
    margin-right: 15px; 
}
img.floatright { 
    float: right; 
    margin-left: 15px;

}

img.floatleft2 { 
    float: left; 
    margin: 15px; 
    border: #227cc4 2px solid; 

}
img.floatright2 { 
    float: right; 
    margin: 15px;
    border: #227cc4 2px solid; 
}


img {
border: 1px solid #227cc4;
}

.noborder {
border: 0px solid;
}

.headertext{
font-size: 13pt;
color: #227cc4;
background-color: inherit;
font-weight: bold;
}

#textlist li {
  margin-top: 1em;
}

#selected {
	color: #FFFFFF;
	background: #ee4443;
}
