@charset "UTF-8";
/* CSS Document */
body {
	font-family: "trebuchet MS", verdana, sans-serif;
	background: #666666;
	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:#5D5D5D;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #d6dee0;
	font-size:12px;
	line-height:17px;
}
.oneColFixCtrHdr #container {
	width: 966px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/bgMain.gif);
	position:relative;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e7ebec;
	background-image:url(images/bgMainBottom.gif);
	background-repeat:no-repeat;
	height:20px;
}
.oneColFixCtrHdr #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 */
} 

.style1 {
	font-size: 15px;
	color: #196aa6;
}

.style2 {font-size: 9px}

.oneColFixCtrHdr #footer2 {
	padding: 0 7px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e7ebec;
}

#footer3 {
	font-size:10px;
	line-height:14px;
	text-align:center;
	padding: 15px;
	background:#e7ebec;
	color:#999999;
}

a:link {color:#3169aa; text-decoration:none;}
a:visited {color:#3169aa; text-decoration:none;}
a:hover {color:#0099FF; text-decoration:underline;}
a:active {color:#3169aa; text-decoration:none;}

a.footer3:link {color:#666666;}
a.footer3:visited {color: #666666}
a.footer3:hover {color:#333333; text-decoration:none;}

a.topnav:link {color:#3169aa; text-decoration:none;}
a.topnav:visited {color:#3169aa; text-decoration:none;}
a.topnav:hover {color:#0099FF; text-decoration:underline;}

.sidebar{
display:block;
}
.sidebar *{
display:block;
height:1px;
overflow:hidden;
background:#e9f1f3;
}
.sidebar1{
border-right:1px solid #f5f8f9;
padding-right:1px;
margin-right:3px;
border-left:1px solid #f5f8f9;
padding-left:1px;
margin-left:3px;
background:#eef4f6;
}
.sidebar2{
border-right:1px solid #fcfdfd;
border-left:1px solid #fcfdfd;
padding:0px 1px;
background:#edf3f5;
margin:0px 1px;
}
.sidebar3{
border-right:1px solid #edf3f5;
border-left:1px solid #edf3f5;
margin:0px 1px;
}
.sidebar4{
border-right:1px solid #f5f8f9;
border-left:1px solid #f5f8f9;
}
.sidebar5{
border-right:1px solid #eef4f6;
border-left:1px solid #eef4f6;
}
.sidebar_content{
padding:0px 5px;
background:#e9f1f3;
}




/************ heading styles ************/
h1 /* page title */
{
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #196aa6;
	margin: 0px 0px 15px 0px;
}

h2 /* featured title */
{
	font-size: 20px;
	font-weight: normal;
	color: #196aa6;
	margin: 0;
}

h3 /* page section title */
{
	font-size: 15px;
	font-weight: normal;
	color: #196aa6;
	margin: 0;
}

h4 /* part title */
{
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h5 /* inline text */
{
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}



/* rounded corners */
div.rounded-box 
{
    text-align: center; 
    width: 200px; 
    background-color: #E9F1F3;    
}
div.top-left-corner, div.bottom-left-corner,
div.top-right-corner, div.bottom-right-corner
{position:absolute; width:20px; height:20px;
background-color:#FFF; overflow:hidden;}
div.top-left-inside, div.bottom-left-inside,
div.top-right-inside, div.bottom-right-inside
{position:relative; font-size:150px; font-family:arial;
color:#E9F1F3; line-height: 40px;}
div.top-left-corner { top:0px; left:0px; }
div.bottom-left-corner {bottom:0px; left:0px;}
div.top-right-corner {top:0px; right:0px;}
div.bottom-right-corner {bottom: 0px; right:0px;}
div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px;}
div.bottom-right-inside {left:-25px; top:-17px;}
div.box-contents 
{
	position: relative; padding: 10px;
}
