@charset "utf-8";
/* CSS Document for two column page*/

/************* MAIN CONTAINER FOR PAGES **************/
div#maincontainer {
	width: 1020px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/outershell.png) no-repeat;
}

/************** CONTENTAREA ***************/
#contentarea {
	width: 1020px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: url(../images/pageBG.png) repeat-y;
}


/************** SIDE BAR *****************/

#sidenav {
	margin: 0;
	float: left; 
	width: 200px;
	padding: 0;
}

#secondaryNav { 
	width: 180px;
	margin: 40px 0 0 10px;
	padding: 0;
}

#secondaryNav ul {
	line-height: 35px;
}

#secondaryNav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	background: #D1D1E0;
}	

#secondaryNav li.BGnavon {
	background: #ffffff;
}

#secondaryNav li.navBorder {
	background: #D1D1E0;
	line-height: 10px;
	border-bottom: none;
	border-top: none;
}

#secondaryNav li:first-child {
	border-bottom: 1px solid #ffffff;
}

#secondaryNav a {
	text-decoration: none;
	color: #000099;
}

#secondaryNav a:hover {
	text-decoration: none;
	background: none;
	color: #d31245;
}

#secondaryNav a.navon {
	color: #d31245;
	font-weight: bold;
}

#search {
	width: 150px;
	margin: 50px auto;
	padding: 10px 0;
	background-color: #e4e4e4;
	text-align: center;
	border: 1px dotted #0033CC;
}

#search p {
	font-family: "Trebuchet MS", Verdana, sans-serif, "Arial Rounded MT Bold", Calibri, Consolas;
	line-height: 7px;
	font-size: .7em;
	color: #000099;
}

/************** MAIN CONTENT COLUMN**************/
	
#pagecontent {
	margin-top: 10px;
	width: 740px;
	padding: 0 30px 0 30px;
	background: #ffffff;
	float: left;
}

#pagecontent h2 {
	font-size: 1.3em;
	padding: 10px 0 20px 0;
}

#pagecontent h3 {
	font-size: 1.0em;
	padding: 10px 0 10px 0;
}

#pagecontent h4 {
	padding: 10px 0;
}

#pagecontent p {
	font-size: 13px;
	line-height: 1.2em;
	padding-bottom: 15px;
}

#pagecontent ul {
	margin: 0;
	padding: 0;
}

#pagecontent li {
	font-size: 13px;
	line-height: 1.2em;
	margin: 0 0 0 50px;
}

#pagecontent th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	padding: 5px 0;
	font-size: 12px;
	color: #ffffff;
}

#pagecontent tr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

#pagecontent td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	padding: 5px 10px;
	font-size: 12px;
}
 
#bodycontainer {
	margin: 0 auto;
	padding: 5px 0;
	width: 70%;
	border: 1px dotted #D31245;
	text-align: center;
}


#dotted_box {
	background: url(../images/yellow_sticky.jpg) repeat-y;
	margin: 5px 0 20px 20px;
	padding: 10px 0;
	width: 290px;
	float: right;
	text-align: center;
	font-family: "Comic Sans MS", san-serif;
	font-size: 11px;
}
	
#rightSideBox {
	margin: 5px 0 20px 20px;
	padding: 10px 0;
	background-color: #FFC;
	width: 220px;
	float: right;
	text-align: center;
	font-family: "Comic Sans MS", san-serif;
	border: 3px ridge #d31245;
}

#rightSideBox p {
	font-size: 11px;
	color: #d31245;
}

#rightSideBox_noborder {
	margin: 20px 0 20px 20px;
	padding: 10px 0;
	width: 200px;
	float: right;
	text-align: center;
	font-family: "Comic Sans MS", san-serif;
	font-size: 11px;
}