/*<group=General Styles>*/

body {
	background:  #0033cc;
	margin: 0px 5px 0px 5px;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

p { 
}
	
/*</group>*/

/*<group=Layout>*/

#container {
	background: #0033cc; /* This Is The BG Color Of The Main Div */	width: 800px; /* Right And Left /* Hack To Keep IE5 Windows Happy */
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.5em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}



#contentContainer {
	width: 800px;
	float: right;
	text-align: left;
	padding-top: 10px;
	
}

#contentContainer #content {
	padding-right: 0px;
	padding-left: 10px;
	width: 800px;
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout {
	font-style: italic;
	background: ##0099cc;
	padding: 10px;
	font-size: 13px;
	color: #092143;
	border-bottom: 1px dotted #092143;
	border-top: 1px dotted #092143;
}

h1 {
	color: #092143;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
	padding: 0px;
}

h2 {
	color: #4d5b7a;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
	padding: 0px;
}

h3 {
	color: #668dc4;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 3px;
}

h4 {
	color: #092143;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

h5 {
	color: #092143;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}

.imageStyle {
}

.image-left {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

.image-right {
	float: right;
	margin-left: 6px;
	margin-bottom: 6px;
}
	
/*</group>*/



