/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;

}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	color: #000;
	background-image:url(../originals/bgGradient.png);
	background-repeat: repeat-x;
	background-color: #D3E3F6;
	font-family: Geneva, Verdana, sans-serif;
	font-size: 100.01%;
	line-height: 120%;
}

/************** Layout Elements *******************/

#wrapper {
	width: 800px;
	margin: 10px auto;
	font-size: 85%;
	min-height: 400px;
	background-color: #FFF;
	border: 3px solid #FFF;
}

#header {
	height: 150px;
}
#header.innerHeader {
	border-bottom: 3px solid #C60229;
}
#header #title {
	margin: 0px;
}


#topNav {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C60229;
}
#content {
	padding-top: 1px;
}

#innerwrapper {
	margin: 25px;
	padding-bottom: 25px;
	margin: 20px 0;
}

#innercontent {
	min-height: 200px;
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 158px;
}

.twocol #innercontent {
	margin: 0 20px 0 187px;
}

#leftcol {
	min-height: 150px;
	float: left;
	width: 130px;
	padding-top: 10px;
}

.twocol #rightcol {
	display: none;
}

#rightcol img {
	display: block;
	margin: 10px auto;
}
#rightcol h2 {
	font-weight: bold;
	text-align: center;
}
#rightcol p {
	padding: 0 5px;
}
#footer {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C60229;
}
#footer p {
	line-height: 1.5;
	font-size: 90%;
}
/***************** Leftcol flyout navigation*******************/

#rightcol {
	float: right;
	min-height: 200px;
	width: 200px;
	font-size: 90%;
	background-color:#D3E3F6;
	border: 1px solid #000;
}





/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	padding: 8px 0 5px 0px;
	font-size: 130%;
	color: #171A5D;
	font-weight: normal;
}

h1 {
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%
}

h4 {
	font-size: 100%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 10px 0;
}

#innercontent ul, #innercontent ol, #rightcol ul, #rightcol ol  {
	margin-left: 30px;
}

blockquote {
	margin: 10px;
}


/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}

/************** Link Styles *******************/

a img {
	border: none;
}

#innercontent a {
	color: #171A5D;
	font-weight: bold;
}
#footer a {
	color: #171B5B;
}
#innercontent a:hover, #footer a:hover {
	text-decoration: none;
}

 /*\*//*/
 #innercontent {
 	width: 180px;
 }
	
	.twocol #innercontent {
 	width: auto;
 }
 
 
 #header ul {
	height: 22px;
	margin-bottom: 5px;
}

/**/

