html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	background: url( ../images/bg.gif ) repeat-x 0 0 #FFFDF9;
}

body {
	top:0;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding:0;
	text-align:left; 
	font-family: arial;
	font-size:12px;
}

a:link{ color: #3c59a3; }

a:visited{ color: #1A2F61; }

a:hover, a:focus{ background-color: #C09C3E; color:#fff;	text-decoration:none; }

a:active{ color: #C09C3E; }

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #955105; font-family:"Adobe Caslon Pro", Georgia, Times, serif;}

h1{ font-size:25px;}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bolder;}

#container {
	display:block;
	position: relative;
	
	min-width:765px;
	width:90%;
	max-width:1000px;
	text-align:left;
	
		/*
	overflow:hidden;
	*/
	min-height:100%;
	/*
height:100%;
*/

}

#pageWrapper{
	height:100%;
	position: relative;
	
}

#header{
	width:100%;
	position:relative;
	display:block;
	height:100px;
	z-index:1000000000;
}

#logo{
	display:block;
	position: absolute;
	width:200px;
	height:163px;
	background: url(../images/badge.png) no-repeat center 0 ;
	left:-3%;
	top:0;
}

#title{
	display:block;
	position: absolute;
	width:609px;
	height:92px;
	background: url( ../images/title.png ) no-repeat 0 0;
	left:15.5%;
	top:0;
	margin:0 0 0 -160px;
}

#mission{
	display:block;
	position:absolute;
	left:15.5%;
	top:20px;
	width:644px;
	height:28px;
	background: url(../images/missionStatement.png) no-repeat 0 0;
	/* the following 3 lines plus having a set width and height hides the text */
	text-indent:-999em;
	line-height:999em;
	overflow:hidden;
}

.vcard{ display:none;}

.metaContent{
	display:none;
	position:absolute;
	height:0;
	width:0;
}

#breadCrumb{
	display: block;
	position:absolute;
	left:15.5%;
	padding:0 0 0 5px;
	z-index:1000000000;
}

#aside{
	display:block;
	position:relative;
	width:25%;
	max-width:260px;
	float:right;
	list-style:none;	
	margin:100px 0 0 -25%;
	top:-40px;
	padding:0;
	
	/*
overflow:hidden;
*/
}


#mostWanted{
	display:block;
	position:relative;
	top:30px;
	margin:0px 0 30px 0 ;
	padding:15px 0 ;
	background:#eee;
	float:right;
	width:100%;
	
}

#SecondaryContent{
	display:block;
	position:relative;
	top:10px;
	margin:0px 0 30px 0 ;
	float:right;
	width:100%;
	
}

#content{
	position:relative;
	display:block;
	width:90%;
	left:0;
	padding:60px 5% 40px 5%;
	top:0;
	min-height:250px;
}

#aside + #content{ width:65%; }


#footer {
	display:block;
	position: relative;
	bottom: 0;
	height:32px;
	margin:-32px 0 0 0;
	width:100%;
	text-align:center;
	left:0;
	background: url(../images/bg-footer.gif) repeat-x 0 0;
	color:#fff;
	line-height:2.6em;
}
#footer a{
	color:#fff;
	background-color:transparent;
}

.loginLink{
	padding-left:11px;
	background: url(../images/lock.gif) no-repeat left center;
}

.platinum{
	padding-left:11px;
	background: url(../images/platinum.gif) no-repeat left center;
}

/*---- Search Site Styles ----*/

#searchForm{
	display:block;
	position: absolute;
	padding:0;
	margin:0;
	right:3%;
	top:65px;
	height:32px;
	width:180px;
}

#searchForm input{
	margin:0;
	padding:2px 30px 2px 6px;
	position: absolute;
	display:block;
	width:150px;
	height:14px;
	right:0;
	top:4px;
	color:#52504b;
	font-size:12px;
	border:1px solid #ca920f;
	line-height:1.1em;
	background: url(../images/bg-search.jpg) repeat-x 0 0 #fff ;
	z-index:1;
	font-family:verdana, sans-serif;
	
}

#searchForm input[type="submit"]{
	background:#E3DDC7;
	position: absolute;
	display:block;
	width:36px;
	height:18px;
	right:-4px;
	top:5px;
	padding:0;
	margin:0;
	cursor:pointer;
	background:url(../images/bg-searchBtn.gif) no-repeat center top;
	text-align:center;
	border:0px solid #D09EA8;
	text-indent:999em;
	overflow:hidden;
	z-index:2;
	
}

#searchForm input[type="submit"]:focus, #searchForm input[type="submit"]:hover{
	background-position: bottom;
}

#searchForm input[type="submit"]:hover{
	
}

/*---- Tool Tip Styles ----*/
.tool-tip {
	color: #fff;
	z-index: 13000;
	background: #152959;
	padding:6px;
	border:2px solid #EDC359;
	z-index:1000000000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	color: #EDC359;
	padding: 0 0 1px 0;
}

.tool-text {
	font-weight:normal;
	font-size: 11px;
	padding: 0;
}


td{
	padding:10px;
}

.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 50px;
	color: #cc3300;
	display:block;
	position: relative;
	top:0px;
	padding:0;
	margin:0;
}

.Title p{
	padding:0;
	margin:0;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}