/*DOM TAG STYLES -----------------------------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color:#85776B;
}
div {}
table {}
tr {}
td, th {
	vertical-align:top;
	text-align:left;
}
td {}
th {}
h1 {
	font-size: 30px;
	line-height:30px;
	margin-bottom: 12px;
	color: #FF6600;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
h2 {
	font-size:20px;
	line-height:18px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 25px;
	color:#666666;
	font-weight:normal;
}
h3 {
	font-size: 12px;
}
h4 {}
h5 {}
h6 {}
p {
	margin-bottom: 12px;
}
a {
	color: #0099CC;
	text-decoration:none;
}
a:hover {
	color: #0099CC;
	text-decoration:underline;
}
img {}
ul, ol {
	margin-bottom:12px;
}
li {
	margin-left: 20px;
}
form{}
form .error {
}
form td, form tr {
}
form .field {
}
form .label {
} 
form .captcha {
	vertical-align:bottom;
} 
form .element input {
}
label {
	display: block;
}
input {
}
textarea {
	width: 300px;
	height:70px;
	overflow:auto;	
}
select {
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	padding:1px;
	border: 1px solid #CCCCCC;
}



/*GENERAL CLASS STYLES --------------------------------------------------------------------------------------------*/
.floatLeft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.floatRight {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.block {
	display:block;
	border:none;
	padding:0px;
	margin:0px;
}
.blockImg {
	display:block;
	border:none;
	margin:0px;
	padding:0px;
}
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	margin:0px;
	padding:0px;
}



/*GENERAL & HEADER STYLES --------------------------------------------------------------------------------------------*/
#outerDiv {
	width:830px;
	margin-left:auto;
	margin-right:auto;
}
#headerDiv {
	width:830px;
	height:455px;
	background-image:url(header.png);
	background-repeat: no-repeat;
}
#headerImg {
	padding-top:42px;
	padding-left:47px;
}
#mainDiv {
	width:830px;
	background-image:url(mid.png);
	background-repeat:repeat-y;
}
#leftDiv {
	width:230px;
	padding-left:15px;
	float:left;
}
#rightDiv {
	width:540px;
	padding:15px;
	float:left;
}
#footerDiv {
	width:830px;
	height:50px;
	background-image:url(bottom.png);
	background-repeat: no-repeat;
}


/* NAVIGATION STYLES --------------------------------------------------------------------------------------------*/
#leftDiv a {
	display:block;
	height:50px;
	line-height:50px;
	padding-left:15px;
	background-image:url(button-off.png);
	background-repeat:repeat-x;
	color:#FF6600;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
}
#leftDiv a:hover, #leftDiv a.on {
	background-image:url(button-on.png);
	background-repeat: no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}

