﻿
/*red #EF3D32*/

body
{
	background-color: #A5A4A7;
	font-family: Arial;
	color: #9D9EA1;
	font-size:85%;
	text-align:center;

}

#wrapper
{
	height: 820px;
	width: 1004px;
	background-color: Gray;
	text-align:left;
	margin:0 auto;
	
}

#header
{
	height: 189px;
	border-bottom: solid 3px #fff;
	background-color: #25205E;
	background-image: url(images/headerLeftCorner.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#headerImage
{
	border-left: solid 3px #fff;
	width: 697px;
	height: 189px;
	margin-left: 28px;
	float: left;
}

#headerRight
{
	float: left;
	height: 189px;
	width: 273px;
	_width:245px;
	border-left: solid 3px #fff;
	background-image: url(images/headerRightBkg.gif);
}

#headerRight p
{
	width:204px;
	margin-left:32px;
	margin-top:32px;
	font-size:22px;
	color:#CAC9C8;
	line-height:140%;
	font-weight:bold;
}

img
{
	display:block;
}


#logo
{
	height: 78px;
	border-bottom: solid 3px #fff;
	background-image: url(images/logoBkg.png);
}

#logoLogo
{
	float:left;
}

#logoSub
{
	float:right;
}

#content
{
	height: 547px;

	background-image: url(images/contentBkg.png);
	background-position: top;
	background-repeat: repeat-x;
}

#contentMenu
{
	background-color: #25205E;
	background-image: url(images/bottomLeftCorner.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
	height: 547px;
	width: 198px;
	font-size:18px;
}

#navlist
{
	margin-top: 33px;
	margin-left: 15px;
	width: 164px;
}

#contentWrapper
{
	float: left;
	height: 547px;
	width: 527px;
	border-left: solid 3px #fff;
	/*background-color: #fff; split this style?need bottom bit on bottom!*/

	overflow: auto;
}

#contentText
{
	margin-top: 27px;
	margin-left: 33px;
	width: 442px;
	margin-bottom: 10px;
}

.grdItem,.grdItem a,.grdItem a:link,.grdItem a:visited
{
	background-color:#bbbbbd;
	color:#25205E;
}
.grdItem a:link,.grdItem a:visited
{
	text-decoration:none;	
}


.grdItem a:hover,.grdItem a:focus
{
	text-decoration:underline;	
}

#contentText a:Link,#contentText a:Visited
{
	color:#EF3D32;
	text-decoration:none;
}

#contentText a:hover,#contentText a:focus
{
	color:#EF3D32;
	text-decoration:underline;
}

.subNav
{
	border:solid 1px blue;
}

.subNav a:link;
{
	color:Green;
}

#contentText h1
{
	color: #25205E;
	font-size:180%;
}

#contentText h2
{
	color: #EF3D32;
	font-size:110%;
}



#ctl00_contentImage
{
	float: left;
	height: 547px;
	width: 273px;
	border-left: solid 3px #fff;
	background-image: url(images/bottomrightCorner.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}


/**/

#navlist ul
{
	padding: 0px;
	margin: 0px;
}


#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom:6px;
	padding-top:6px;
	border-bottom: 2px solid #8E8E93;
}

#navlist li a:link, #navlist li a:visited
{
	text-decoration: none;
	color: #fff;
	padding-left:11px;
	
	font-weight:bold;
}

#navlist ul li a#current

{
	color: #EF3D32;
	font-size:16px;
}


#navlist ul ul
{
	padding: 0px;
	margin: 0px;
}

#navlist ul ul li
{
	list-style:none;
	padding:0px;
	margin: 0px;
	border-bottom-width:0px;
	font-weight:bold;
}


#navlist ul ul li a#current,#navlist ul ul li a#sub
{
		padding: 0px;
	margin: 0px;
	font-size:12px;
	padding-left:11px;

}



/**/

attachment
{
	border:solid 2px #000;
}


.attachment ul
{
    margin:0px 0px 0px 0px;
    padding: 0px;
    list-style-type:none;
    list-style-position:outside;
    font-size: 0.85em;

}

.attachment ul a
{
    color:#f12727;
}


#miniFooter
{
	color:#fff;
	background-color: #A5A4A7;

}

#miniFooter a
{
	color:#fff;
	text-decoration:none;
}