/* CSS Document */
body 
{
	font-family: Maiandra GD, Arial, Helvetica, Verdana, sans-serif;	
	font-size: 85%;
	
 }
/* Removed 2/14/2010 -Not used with Brian's changes
 whiteback 
 {
 	background-image:url('images/body-bg.gif');
	background-repeat:repeat-y;
	min-height: 50px;
    min-width: 50px;
 	}
*/

ol {
	list-style: decimal;
}

ul
{
	list-style: disc;
}

li
{
	margin-left: 10px;
	margin-bottom: 5px;
}


p {
	margin: 10px;
}


h1, h2, h3, h4 {
	color: #0099ff;
	margin: 10px;
}/*Primary Color of website banner - light/teal blue     */

	

#menu
{
	float: left;
	padding: 0px, 0px, 0px, 15px;
	z-index: 2;
}

h1
{
	font-size: large;
	font-weight: bolder;
	text-decoration: underline;
}
h2
{
	font-size: medium;
	font-weight: bold;
}

h3
{
	font-size: small;
	font-weight: bold;
}

h4
{
	font-size: x-small;
	font-weight: bold;
}


table
{
	border-collapse: collapse;
}

#breadcrumbs {
	font: arial;
	font-size: small;
	color: #229BFF;
	font-weight: bold;

}
#breadcrumbs a {
	text-decoration: underline;
	color:#C5C6FE;
}

#breadcrumbs a:hover {text-decoration: none;} 

.accordianHeader
{
	border: medium solid #2F4F4F;
	color: White;
	background-color: #229BFF;
	font-weight: bold;
	padding: 10px;
	margin-top: 2px;
	cursor: pointer;
	font-family: Maiandra GD, Arial, Helvetica, Verdana, sans-serif;	
}

.accordianContent
{
	/* background-color: #D3DEEF;  */
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 15px;
	padding-top: 5px;
	font-family: Helvetica, Verdana, Maiandra GD, Arial,  sans-serif;	
}

.accordianLink
{
	color: White;
	margin: 5px 0px 0px 10px;
	background-color: #229BFF;
	color: White;
	font-weight: bold;
	text-decoration: none;
	font-family: Maiandra GD, Arial, Helvetica, Verdana, sans-serif;	
}

.BottomBorderRow
{
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

/* Brian's new CSS 2/14/2010 */
.textbox1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;	
}

#maintext {
	background-image:url(images/AABackMiddle.png); 
	background-repeat:repeat;
	width:100%;
	min-height: 180px;
	float: left;
	background-position: center top;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	z-index:auto;
}

#infob{
	min-height: 600px;	
}

#headerb{
	background-image:url(images/AABackTop.png); 
	background-repeat:no-repeat;
	width:100%;
	min-height: 180px;
	float: left;
	background-position: center top;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	z-index:auto;
	}

/*
#footerb{
	background-image:url(images/AABackBottom.png); 
	background-repeat:repeat-x;
	width:100%;
	min-height: 190px;
	background-position: center top;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	z-index:auto;
	padding: 5px 0px 0px 0px;
	text-align:right;
	}
*/

#footerb{
 background-image: url('Images/AABackBottom.png');
 background-repeat:repeat-x;
 width: 100%;
 min-height: 190px;
 float:left;
 background-position: center top;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 text-align: right;
 z-index:auto;	
	}

.pictext{
	text-align:right;
	vertical-align:middle;
}
/* Brian's new CSS 2/14/2010 */