@charset "UTF-8";
/* CSS Document */

/* RESET  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {font-size: 11px; color:#333; font-family: arial, verdana, sans-serif;}
	
#mainContnetWrapper {
	margin: 10px auto;
	border: 1px solid #4263A4;
	width: 992px;
	}

#modules { width: 945px; padding: 20px;}

#mainFlash {
		width: 615px;
		background-color: #FFF;
		float:left;
		margin-top: 7px;
		}

#secondaryFlash {
	margin-left: 11px;
	width: 319px;
	float:left;
	}

#flashTop {
	width: 319px;
	height: 175px;
	background-color:#FC6;
	}
	
#flashMid {
	width: 312px;
	height: 113px;
	background-color:#FC6;
	margin: 11px 0px 11px 0px;
	}	
	
#flashBot {
	width: 272px;
	height: 71px;
	background-color:#A2AD00;
	color:#FFF;
	padding: 10px 20px 10px 20px;
	}	
	
#flashBot span {font-weight: bold; font-size: 16px;}	
#flashBot p {font-size: 12px; margin: 4px 0 6px 0;}
		
#flashBot input { margin-left: 15px;} /*  submit button */			
		
#flashBot fieldset 	{width: 180px; float:left;}
#flashBot fieldset input {width: 176px; margin: 0; padding: 2px; color:#666; font-size:10px;}


	
.clearClass { clear:both;}	

#moreInfoWrapper {
		width: 938px;
		margin: 10px 20px 20px 20px;
		background-color:#F7F4EB;
		border: 1px solid #CCC;
		}
#moreInfoWrapper a {
	color: #4263A4;}		
				
#moreInfoWrapper span {
	color: #E17000;
	font-size: 22px;
	font-weight: bold;
	}			
#moreInfoWrapper p {margin-top: 8px; color: #675C53; font-size:13px; line-height:1.6em;}		
		
#moreInfoWrapper ul {
	margin: 8px 0 0 20px;
	list-style-type: disc;
	color: #4263A4;
	}		
	
#moreInfoWrapper li {padding: 3px 0; font-size:12px;}
	
.infoL, .infoR {
	width:407px;
	float:left;
	padding: 20px 30px;
	line-height: 1.6em;
	}	
	
.infoL {	
	border-top: 1px solid #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	
	}

.infoR {
	border: 1px solid #FFF;
	color: #0C3;
	}
	
.infoR p {color: #933;}	
	


