/* 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: 1084px; /* 800px + 17px + 17px + 250px */
	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 32px 0px 32px;
}

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

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

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

#ContentArea {
	margin: 0px;
	width: 560px;
	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 15px 0px;
}

.ProfSch { width:220px; float:right; background:#FFF; padding:20px 15px; }
.ProfSch .ProfSchTit { text-align:left; padding-bottom:5px; }
.ProfSch .ProfsBar { width:210px; padding:5px; margin:5px 0; background:url(img/contbkg.gif) repeat-x bottom left; }
.ProfSch .ProfsBar .ProfName { float:left; width:150px; padding:5px 5px 5px 5px; text-align:left; }
.ProfSch .ProfsBar .ProfName a { text-decoration:none; color:#999; }
.ProfSch .ProfsBar .ProfPhoto { float:left; width:50px; }
.ProfSch .MoreProfLnk { text-align:left; padding-top:8px; }
.ProfSch .MoreProfLnk a { color:#F60; }

.ProfSch .SchsBar { width:189px; padding:15px; margin:5px 0; border:1px solid #CCC; color:#999; }


#MethodFooter {
	background-color: #B2B2B2;
	border-bottom:#FFF solid 1px;
	padding: 10px 10px 10px 20px;
}

#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;
}

a.metodo{
	display:block;
}
a.metodo:hover {
	color:#999;
}

.bold { font-weight: bold; }

.s12 { font-size: 12px; }

.s14 { font-size: 14px; }

.s16 { font-size: 16px; }

.s18 { font-size: 18px; }

.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; }



.clearfix { clear:both; display:block; }
