@charset "UTF-8";
/* CSS Document */

body  {
	font: 100%, Arial, Helvetica,  Verdana, sans-serif;
	color:#4D4F53;
	letter-spacing: 5%;
	line-height:20px;
	background-color:#719FAF; /* this is the bkgd for the entire page*/
	background-image:url(main_images/stripeBkgd.jpg);
	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 */
}

#container { 
	width: 1015px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#ffffff;
	/*this rounds corners of container in most browsers*/
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	/*this adds drop shadow to the container in most browsers*/
	-moz-box-shadow: 3px 3px 4px #719FAF;
	-webkit-box-shadow: 3px 3px 4px #719FAF;
	box-shadow: 3px 3px 4px #719FAF;
} 

 
#sideBar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin:0px 25px 30px 20px;
	padding:0px 10px 10px 10px;
	font-size:12px;
}

#mainContent {
	margin: 0px 40px 10px 400px;
	/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 20px 10px 30px;
	background-color:#FFF;
	border:1px solid #719FAF;
	border-right:none;
	border-top:none;
	border-bottom:none;
	min-height:380px;
} 
#header { 
	text-align: left;
	padding: 5px 0px 0px 20px;
	margin: 5px 0px 0px 0px;
}

#footer { 
	width: 1015px; 
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left;
	height:10px;
	padding: 0px 0px 0px 0px;
	font-size:9px;
} 

#navcontainer {
	margin: -20px -20px 20px 0px;
	padding: 0px 8px 0px 0px;	
}

/**TOP NAV BAR**/
#navlist {
	text-align:right;
	font-size:10px;
	letter-spacing:1pt;
	color:#FFF;	
}
#navlist li {
	font-style: normal;
	list-style: none;
	margin: 0px;
	padding:0px;
	display: inline;
	text-align: right;
}
#navlist li a {
	background-color:#0397d6;
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 0px -3px;
	text-decoration: none;	
	font-style: normal;
}
#navlist li a:link { color:#FFF; }
#navlist li a:visited { color:#FFF; }
#navlist li a:hover{ color:#FFF; background-color:#719FAF; padding: 10px 8px 10px 8px;}

#navlist li.first {  
background-color:#0397d6;
padding: 8px 0px 8px 15px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
}

/**END NAV BAR**/


/**TOP NAV Links**/
#navlist2 {
	text-align:right;
	font-size:11px;
	letter-spacing:.5pt;
	padding: 0px 0px 5px 0px;
	margin:0px 20px 0px 0px;
}
#navlist2 li {
	list-style: none;
	margin: 0;
	display: inline;
	text-align: right;
}
#navlist2 li a {
	padding: 0.25em 0.5em 0.25em 0.75em;
	text-decoration: none;
	border-right: 1px solid #719FAF;
}
#navlist2 li a:link { color:#719FAF; }
#navlist2 li a:visited { color:#719FAF; }
#navlist2 li a:hover{ color:#0397d6; }
/**END TOP NAV BAR**/


UL {
padding: 5px;
margin: 5px;
}
UL LI {
padding: 0px;
margin: 0px;
}



/**Sidebar links**/
#sideLinksRight {
	width:160px;
	min-height:125px;
	float:left;
	border:1px solid #719FAF;
	border-bottom: none;
	border-top: none;
	border-right:none;
	text-align:left;
}

#sideLinksRight li {
	list-style: none;
	margin:0px;
	padding-bottom:1px;
	padding-top:2px;
	display:block;
	text-align: left;	
}

#sideLinksRight li a:link { color:#333; }
#sideLinksRight li a:visited { color:#333; }
#sideLinksRight li a:hover{ color:#719FAF; }

.sideLinksRightContent{
	padding: 0px 0px 5px 10x;
}

#sideLinksLeft {
	width:170px;
	float:left;
	text-align:right;	
}

#sideLinksLeft li {
	list-style: none;
	margin:0px;
	padding-bottom:1px;
	padding-top:2px;
	display:block;		
}

#sideLinksLeft li a:link { color:#333; }
#sideLinksLeft li a:visited { color:#333; }
#sideLinksLeft li a:hover{ color:#719FAF; }



#sideContent{
	background-image:url(images/images/sideBarMiddle_03.png);
	background-repeat:repeat-y;
	background-position:center;
	margin: 0px 0px 15px 0px;
	padding: 20px 10px 20px 20px;
}
.sideContent p {
	color: #4D4F53;
	font-size: 9pt;
	line-height:18px;
	letter-spacing:5%; 
	text-align: left;
	padding:10px 10px 10px 10px;
}

#pageImage {
	text-align:center;
	margin: 0px 0px 10px 0px;
	padding: 15px 6px 6px 6px;
	
}
.pageImage {
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 7px 7px 7px 7px;
	border:1px solid #719FAF;
	background-color:#FFF;
	border-spacing: 10px;
	border-top:none;
	border-left:none;
	-moz-box-shadow: 1px 1px 2px #719FAF;
	-webkit-box-shadow: 3px 3px 4px #719FAF;
	box-shadow: 3px 3px 4px #719FAF;
}

#pageLinks {
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding:0px;
	color:#4D4F53;
}
#pageLinks li {
	list-style: none;
	margin:0px;
	padding-bottom:5px;
	padding-top:5px;
	display:block;
	text-align: left;
	border-bottom:1px dotted #227B9A;
}
#pageLinks li a {
	padding: 0.25em 0.5em 0.25em 0em;
	text-decoration: none;
}
#pageLinksli a:link { color:#227B9A; }
#pageLinks li a:visited { color:#227B9A; }
#pageLinks li a:hover{ color: #227B9A; background-color:#B0DCC8; padding:4px 5px 4px 0px; }

.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;
}
body,td,th {
	font-size: 10pt;
	background-position: 0px 0px;
	line-height:17px;
	font-family:Arial, Helvetica,  Verdana, sans-serif;
}

h1,h2,h3,h4,h5,h6{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;

}
h1 {
	font-weight: normal;
	font-size: 14px;
	line-height:21px;
	padding: 4px 0px 4px 0px;
	color: #719FAF;
	letter-spacing: 1px;
}
h2 {
	font-weight: normal;
	border:1px solid #719FAF;
	border-right:none;
	border-left:none;
	padding: 7px 0px 7px 0px;
	text-align:center;
	color: #719FAF;
	font-size: 12px;
	letter-spacing: 5px;
}
h3 {
	text-align:left;
	color: #719FAF;
	font-size: 14px;
	margin: 0px 0px 0px -10px;
}
h4 {
	font-size: 13px;
	color:#666;
}
h5 {
	font-size: 12px;
	color:#666;
}
h6 {
	font-size: 11px;
	color:#666;
}

img{  
border-style: none;
}  
/*regular links*/
a:link {
	text-decoration: none;
	color:#227B9A;
}
a:visited {
	color:#227B9A;
	text-decoration: none;
}
a:hover {
	color:#333;
	text-decoration: none;
}
a:active {
	color:#227B9A;
	text-decoration: none;
}
.home  {
	font-size:14px;
	line-height:20px;
	text-align:justify;
}
#homePageBox {
	width:170px;
	float:left;
	text-align:right;
	padding: 20px 40px 20px 20px;
}
#homePageBox2 {
	width:170px;
	float:left;
	text-align:right;
	padding: 20px 20px 20px 40px;
	border:1px solid #719FAF;
	border-top:none;
	border-right:none;
	border-bottom:none;
}

