﻿body {
	background: #009ccd url('images/bodybkgd.jpg') repeat-x;
	color: #000000;
	font: 10pt Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.body_ahover {
	color: #016584;
	text-decoration: underline;
}

a:active {
	color: #016584;
	text-decoration: underline;
}

a:hover {
	color: #016584;
	text-decoration: underline;
}

a:visited {
	color: #016584;
	text-decoration: underline;
}

a:link {
	color: #016584;
	text-decoration: underline;
}

body_alink {
	color: #016584;
	text-decoration: underline;
}

.box {
	background: #d4e9f5 url('images/box.png') repeat-x;
	margin-bottom: 20px;
	border: 1px solid #027499;
	min-height: 200px;
}

.boxheader {
	color: #ffffff;
	background-color: #027499;
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 3px 3px 3px 15px;
}

.head {
	color: #016584;
	font: italic 14pt Georgia;
	border-bottom: 1px #016584 solid;
	margin-bottom: 10px;
}

.heading {
	display: block;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 20px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #BEC3C5;
}

.imgfade {
	opacity: 0.33; /* firefox, opera, safari, chrome */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=33)"; /* IE 8 */
	filter: alpha(opacity=33); /* IE 4, 5, 6 and 7 */
}

.imgfull {
	opacity: 1; /* firefox, opera, safari, chrome */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /* IE 8 */
	filter: alpha(opacity=100); /* IE 4, 5, 6 and 7 */
}

.innertube {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.required {
	color: #016584;
    font-weight: bold;
}

.smallfont {
	font-size: 11px;
}

.subhead {
	color: #016584;
	font: italic normal bold 10pt Georgia;
	margin-top: 15px;
	margin-bottom:5px;
}

.footer {
	font-size:11px;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 125px;
	text-align: justify;
	font-style: italic;
}
.footerlinks {
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 12pt;
}

.footerlinks a:link, .footerlinks_alink, .footerlinks a:visited, .footerlinks_avisited, .footerlinks a:active {
	color: #ffffff;
	text-decoration: none;
}

.footerlinks a:hover, .footerlinks_ahover {
	color: #ffffff;
	text-decoration: underline;

}

/* Accordian Menu */
.arrowsidemenu {
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #3d7293;
	border-size: 1px;
	border-width: 1px;
}
	
.arrowsidemenu div a { /*header bar links*/
	font: bold 12px Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/arrowblue.gif) 100% 0;
	height: 24px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited {
	color: #004e67;
}

.arrowsidemenu div a:hover {
	background-position: 100% -32px;
}

.arrowsidemenu div.unselected a { /*header that's currently not selected*/
	color: #025f7e;
}

.arrowsidemenu div.selected a { /*header that's currently selected*/
	color: #182633;
	background-position: 100% -64px !important;
}

.arrowsidemenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li {
	border-bottom: 1px solid #6096b7;
}


.arrowsidemenu ul li a { /*sub menu links*/
	display: block;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	padding: 5px 0;
	padding-left: 10px;
	border-left: 10px double #6096b7;
}

.arrowsidemenu ul li a:hover {
	background: #bbd7e7;
}
/* Accordian Menu */

/* Containers */
#maincontainer {
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ffffff;
	border-width: 0px 1px 0px 1px;
	min-width: 760px;
}

#header {
	margin-bottom: 15px;
}

#logo {
	margin-bottom: 15px;
}

#contentwrapper {
	float: left;
	width: 100%;
	text-align: justify;
}

#contentcolumn {
	margin-left: 200px; /*Set left margin to SidebarWidth*/
}

#sidebar {
	float: left;
	width: 200px; /*Width of sidebar*/
	margin-left: -760px; /*Set left margin to -(MainContainerWidth)*/
}

#footer {
	clear: left;
	width: 100%;
	background: #026584 url('images/footer.png') no-repeat;
	min-height: 120px;
	text-align: right;
	color: #ffffff;
}
/* Containers */