/* _________NETURALIZE ELEMENTS___________ */
h1, h2, h3, h4, h5, h6, form {
	margin: 0px;
	padding:0px;
}

a img {border: none;}






/* ____________FORMS___________________ */
form, fieldset {
	margin: 0px;
	padding: 0px;
}

.inputText {
	width: 200px;
	margin: 5px 0px;
}

textarea {width: 300px;}

.success{color: green;}






/* ___________________MAIN_______________ */
html, body {
	margin: 0px;
	padding: 0px;
	background: #DAE9FE url(/images/bg_gradient.gif) repeat-x;
	font-family: Arial,Tahoma,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	color: #636363;
}

hr 
{
	color:#BCBDBC;
	background-color: #BCBDBC;
	border: 0px;
	height: 1px;
	margin: 10px 0px;
}

h1 {
	font-size:26px;
	color:#EE8907;
	font-weight:normal;
	text-decoration:none;
}

h2 {
	font-size:20px;
	color:#EE8907;
	font-weight:normal;
	text-decoration:none;
}

h3 {
	font-size:16px;
	color:#EE8907;
	font-weight:normal;
	text-decoration:none;
}
	h3 a
	{
		color: #EE8907;
		font-weight: bold;
		text-decoration: none;
	}
	h3 a:hover
	{
		color: #EE8907;
		font-weight: bold;
		text-decoration: none;
	}

h4 {
	font-size:16px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
}

h5 
{
	font-size: 12px;
	color:#EE8907;
	font-weight:bold;
}


a {
	color:#333399;
	text-decoration:underline;
}

a:hover {
	color:#333399;
	text-decoration:underline;
}




/* _________GENERIC TAGS__________________ */
.b { font-weight: bold; }
.bb { border-bottom: 1px solid #000; }
.bt { border-top: 1px solid #000; }
.box {border: 1px solid #000;}
.cb { clear: both; }
.cl { clear: left; }
.cr { clear: right; }
.fl { float: left; position: relative; }
.fr { float: right; position: relative; }
.mr { margin-right: 10px; }
.ml { margin-left: 10px; }
.mb { margin-bottom: 10px; }
.mt { margin-top: 10px; }
.pr { padding-right: 10px; }
.pl { padding-left: 10px; }
.pb { padding-bottom: 10px; }
.pt { padding-top: 10px; }
.pa { padding: 10px; }
.tar { text-align: right; }
.tal { text-align: left; }
.tac { text-align: center; }
.vat { vertical-align: top; }
.vab {vertical-align: bottom;}
.small {font-size: 12px;}
.mini {font-size: 10px;}



#canvas {
	width: 994px;
	margin: 10px auto 0px auto;
	background:  url(/images/bg_body.png) repeat-y;
}

#page-top {
	background: transparent url(/images/bg_top_cap.gif) no-repeat left top;
	height: 20px;
}

#page
{
	width: 980px;
	margin: 0px 10px 0px 4px;
}

#logo {
	padding: 0px 30px;
	float:left;
}
	#logo img {border: none;}
	
#search-box {
	float: right;
	padding: 15px 30px 0px 0px;
}

.tagline{
	font-size: 12px;
	color: gray;
	padding-top: 5px;
	padding-left: 220px;
	font-style: italic;
}
	
	
#navi
{
	margin:0px; 
	padding-top: 36px;
	float:left;
}

#tab1,#tab2,#tab3,#tab4,#tab5{
	float:left;
	width:135px;
	text-align:center;
	background-color:#F8BF49;
	margin: 0px 3px;
	height: 25px;
}
#tab1-selected,#tab2-selected,#tab3-selected,#tab4-selected,#tab5-selected{
	float:left;
	width:135px;
	text-align:center;
	background-color:#F4A80A;
	margin: 0px 3px;
	height: 25px;
}


#navi a{
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
}

#navi a:hover{
	color:#FFF;
	font-weight:normal;
	text-decoration:underline;
}

#navi-bar {
	border-top: solid 5px #F4A80A;
}

#ad-slot {
	text-align: center;
	padding-top: 10px;
}


#main {
	margin: 10px 30px;
}

#page-bottom {
	background: transparent url(/images/bg_bottom_cap.gif) no-repeat left bottom;
	height: 20px;
}

#footer {
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
}








#leftbar {
	float:left;
	width:598px;
	padding-right: 25px;
}

#rightbar {
	float:left;
	width:252px;
	font-size: 11px;
	padding-left: 25px;
}
