/* CSS Document */
body { 
	margin: 0; 
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a { 
	color: #EB0909; 
	text-decoration: underline; 
}
a:hover {
	text-decoration: none; 
}
h2 { 
	text-align: center;
	margin: 0 auto 0 auto; 
	padding: 0;
	font-size: 11px; 
	font-weight: normal;
	width: 768px; 
} 
#container {
	width: 768px; 
	border: 1px solid #666;
	margin: 4px auto 0 auto;
}
#header { 
	background:url(images/header.jpg);
	height: 115px;
	margin-bottom: 2px;  
}
#main_body { 
	height: 100%; 
} 
#main_left { 
	width: 158px;
	height: 800px; 
	margin-left: 2px; 
	float: left;
	background: #eee;
	display: inline; 
}
#main_right {
	width: 568px; 
	float: left;
	padding: 20px 20px 0 20px; 
}  
	
#main_nav {
	margin: 9px 0 0 6px;
	padding: 0;
	list-style: none; 
}
#main_nav li { 
	background: url(images/nav_bullet.gif) no-repeat 0 50%;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0; 
} 
#main_nav a { 
	color: #EB0909; 
	text-decoration: underline; 
}
#main_nav a:hover {
	text-decoration: none; 
}
h1 { 
	color: #EB0909; 
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 20px 0; 
}
.grey_box { 
	border: 1px solid #bebebe; 
	background: #f1f1f1;
	padding: 20px;
	margin: 0 0 20px 0; 
}
p { 
	line-height: 20px; 
	margin: 0 0 13px 0;
}
#footer {
	background: url(images/footer.jpg);
	height: 23px;
	clear: both;
	border-top: solid 2px #fff;
	text-align: right;
	padding: 5px 20px 0 0; 
}  


/*Forms defaults*/
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
label {

	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}


.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}



