@charset "utf-8";
body  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	background: #DDDDDD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #002D69;
}
.twoColFixRtHdr #container { 
	width: 886px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EEEEEE;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #EEEEEE; 
	padding: 0 5px 0 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #header .mainmenu {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 2px 12px 2px 2px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:13px;
	font-weight:700;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 0px 0 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#EEEEEE;
	font-size:10px; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {
color: #0000CC;
}
a:active
{
color: #0000CC;
}
a:visited
{
color: #0000CC;
}
a:hover
{
color: #336699;
}

td.std_top
{
background-color:#FFFFFF;
background-image:url(../images/std_top.jpg);
background-repeat:repeat-x;
}
td.std_right
{
background-color:#FFFFFF;
background-image:url(../images/std_right.jpg);
background-repeat:repeat-y;
}
td.std_bottom
{
background-color:#FFFFFF;
background-image:url(../images/std_bottom.jpg);
background-repeat:repeat-x;
}
td.std_left
{
background-color:#FFFFFF;
background-image:url(../images/std_left.jpg);
background-repeat:repeat-y;
}
td.std_corner
{
background-color:#FFFFFF;
width:12px;
}
td.std_content
{
background-color:#FFFFFF;
}
td.footer_top
{
background-color:#FFFFFF;
background-image:url(../images/footer_top.jpg);
background-repeat:repeat-x;
}
td.footer_right
{
background-color:#FFFFFF;
background-image:url(../images/footer_right.jpg);
background-repeat:repeat-y;
}
td.footer_bottom
{
background-color:#FFFFFF;
background-image:url(../images/footer_bottom.jpg);
background-repeat:repeat-x;
}
td.footer_left
{
background-color:#FFFFFF;
background-image:url(../images/footer_left.jpg);
background-repeat:repeat-y;
}
td.footer_corner
{
background-color:#FFFFFF;
width:5px;
}
td.footer_content
{
background-color:#FFFFFF;
}


td.gbox_top
{
background-color:#FFFFFF;
background-image:url(../images/gbox_top.jpg);
background-repeat:repeat-x;
}
td.gbox_right
{
background-color:#FFFFFF;
background-image:url(../images/gbox_right.jpg);
background-repeat:repeat-y;
}
td.gbox_bottom
{
background-color:#FFFFFF;
background-image:url(../images/gbox_bottom.jpg);
background-repeat:repeat-x;
}
td.gbox_left
{
background-color:#FFFFFF;
background-image:url(../images/gbox_left.jpg);
background-repeat:repeat-y;
}
td.gbox_corner
{
background-color:#FFFFFF;
width:5px;
}
td.gbox_content
{
background-color:#c9e3b7;
}
h2
{
font-family:Tahoma, verdana, arial, helvetica, sans-serif;
font-size:16px;
line-height:normal;
}
.green
{
color: #67B037;
}
h1
{
font-family:Tahoma, verdana, arial, helvetica, sans-serif;
font-size:18px;
font-weight:200;
line-height:normal;
}
ol
{
}
li
{
margin: 0 0 0 0;
padding: 5px 0 5px 0;
line-height:normal;
}
li.glyph
{
list-style-image:url(../images/glyph_bullet.jpg);
}
.miniform
{
background-color:#FFFFFF;
border-style: solid;
border-width: 1px;
border-color: #003366;
font-size:10px;
}
form
{
margin: 0 0 0 0;
padding: 0 0 0 0;
}
.smalltext
{
font-size:10.5px;
}
.reallybigtext
{
font-size: 22px;
}
a.mainmenu
{
color: #002D69;
font-weight: bold;
}
a.mainmenu:hover
{
color: #336699;
font-weight: bold;
}
.mainmenu_left
{

}
.mainmenu_right
{
/*border-right-color: #002d69;
border-right-style:solid;
border-right-width:thin;*/
/*background-color: #eeeeee;*/
}




