/* CSS Document */

/* »»»»» RESET STYLES ««««« */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-family:inherit;
	font-size:100%;
	font-weight:inherit;
	font-style:inherit;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
}



/* »»»»» BODY ««««« */
Body {
	background-color: #c0d2c4;
}

#Wrapper {
	padding-bottom: 0px;
}

#SiteArea {
	width: 834px; /* 800px + 17px + 17px */
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#SiteContainer {
	background-color:#fffffe;
}

#BLeft {
	background:transparent url(img/bodybrd_lft.gif) repeat-y left top;
}
#BRight {
	background:transparent url(img/bodybrd_rht.gif) repeat-y right top;
	padding:0 17px;
}

#Header {
	padding:20px 0px 0px 30px;
	text-align: left;
}

#Menu {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#MenuItem {
	font-size: 12px;
	padding: 24px 26px 0px 26px;
}

#SepLineGreen2px {
	margin: 0px;
	height: 2px;
	background-color: #3c3;
}

#SepLineGreen1px {
	margin: 0px;
	height: 1px;
	background-color:#FFF;
}

#MenuInst {
	margin: 0px;
	width: 360px;
	background-color:#FFF;
}

#ContentArea {
	margin: 0px;
	width: 440px;
	background: url(img/contbkg.gif) repeat-x;
	background-color: #dcdcdc;
}

#ContentAreaL {
	margin: 0px;
	width: 800px;
	background: url(img/contbkg.gif) repeat-x;
	background-color: #dcdcdc;
}

#ContentAreaL2 {
	margin: 0px;
	width: 800px;
	background-color:#E9E9E9;
}

#ContentPad {
	padding: 20px 30px 30px 30px;
	text-align:left;
}

#ContentPadCenter {
	text-align:center;
}

#ContentPadHalf {
	padding: 20px 30px 15px 30px;
	text-align:left;
}

#ContentSubAreaHalf {
	margin: 0px;
	width: 400px;
	text-align:left;
}

#ContentPadTit1 {
	background-color: #3c3;
	padding: 10px 10px 10px 10px;
}

#ContentPadTit2 {
	padding: 10px 10px 10px 0px;
}

#Footer {
	background-color: #B2B2B2;
	padding: 10px 10px 10px 20px;
	text-align:center;
}

.FloatLeft { float:left; }

.FloatRight { float:right; }

.FloatClearL { clear:left; }

.FloatClearR { clear:right; }

.FloatClearB { clear:both; }

.arial {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.verdana {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.menu:link {
	font-size: 12px;
	color: #666;
}

a.menu:hover {
	font-size: 12px;
	color: #3c3;
}

.bold { font-weight: bold; }

.s12 { font-size: 12px; }

.s11 { font-size: 11px; }

.s09 { font-size: 09px; }

.s23 { font-size: 23px; }

.s22 { font-size: 22px; }

.s24 { font-size: 24px; }

.s36 { font-size: 36px; }

.lh21 {	line-height: 21px; }

.lh15 {	line-height: 15px; }

.gray {	color: #666; }

.medgray {	color:#909090; }

.green { color: #3c3; }

.white { color: #FFF; }