@charset "utf-8";


body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	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 */
	background-color: #999999;
}

mainContent p {
font-size: 80%;
}

form {
}

fieldset {
}

input, textarea {
	font-weight: bold;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #000066;
}

input.button {
	color: #FFFFFF;
	background-color: #BBC4CE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #CCCCCC;
}


.imagelink  {
	text-decoration: none;
	border-top-style: none;
	padding-right: 6px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.toptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #FFFFFF;
	position: absolute;
	top: 38px;
	}

.toptitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	position: absolute;
	top: 78px;
	}

.bullet {
	list-style-position: outside;
	list-style-type: square;
	margin-left: -25px;
	}

#item {
	display: block;
	clear: left;
	margin: -0.66em 0;
	visibility: hidden;
	}

#main a {
	color: #000099;
	text-decoration: none;
	border-bottom: 1px dotted #000099;
	}
	
#main a:hover {
	color: #0033FF;
	text-decoration: none;
	border-bottom: 1px dotted #0033FF;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	margin-top: 20px;
	margin-bottom: 20px;
    }

h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-style: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000000;
    }

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-style: normal;
	margin-bottom: -5px;
	font-size: 13px;
        }
		

.custom {
	font-family: bold 14px Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	margin-bottom: 0%;
	margin-top: 0%;
}

.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	height: 140px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 1px;
} 
.twoColFixLtHdr #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 */
	top: 46px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* 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 */
	background: #EBEBEB;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #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;
}

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
}

.buttonmenu li a{
	color: white;
	display: block;
	width: 100%;
	padding: 2px 4px;
	border: 1px solid;
	border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
	background-color: #1B4263;
	font-size: .9em;
	text-decoration:none;
	font-weight: bold;
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
	color: #FFFFFF;
	background-color: #2B689B;
	font-weight: bold;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-size: 0.8em;
	color: #000066;
	font-style: normal;
	margin-bottom: 0px;
	margin-top: 5px;
}
.twoColFixLtHdr #container #footer p {
	font-size: .8em;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-weight: normal;

}
.homesectionleft {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #F9F9F9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}

#homesectionleft {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #F9F9F9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}

#subpage {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #C5C5C5;
}


#main img {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#imageright{
	padding-right: 2px;
	padding-left: 3px;
	float: right;
	top: 50px;
}

#imageright2 {
	padding-right: 5px;
	padding-left: 3px;
	float: right;
}

#imagertbox{
	padding-right: 2px;
	padding-left: 3px;
	top: 150px;
	left: 170px;
	z-index: 5;
	position: absolute;
}

#imageleft {
	width: 100%;
}

#imageleft a {
	text-decoration: none;
		border-bottom: none;
	}
	
.caption2 {
	padding-bottom: 2px;
	padding-left: 6px;
	padding-top: 2px;
	padding-right: 2px;
	background-color: #E4E4FC;
	border: 1px solid #003366;
}
.frontleft {
	width: 250px;
	float: left;
	margin-bottom: 12px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;

}
.frontright {
	width: 250px;
	float: right;
	margin-bottom: 8px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;

}
.sidetext {
	margin-left: 3px;
}

.header4 {
	font-size:3px;
	position: absolute;
	bottom: -500px;
}
.rightShadow{width:22px;
	background-image:url(/shadow_rightTile.png);
	background-repeat:repeat-y;
}
.leftShdwRepeat {
	background-image: url(/shadow_leftTile.png);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 90px;
	width: 16px;
}
