/**********common styles**********/
* {
  	margin: 0;
	padding: 0;
}
body {          
    font-size: 62.5%;
	color:#000; 
	font-family:Verdana, Arial, Helvetica, Tahoma, sans-serif; 
	background-color:#f8f8f8;
	margin:0; 
	padding:0;
	text-align: center;
}

td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif; 
	font-size: 100%; 
	margin:0px; 
	padding:0px;}

form {
	margin:0px; 
	padding:0px;}

hr { 
	display:none; }

img { 
	border:none; }

acronym 		{border-bottom: 1px dotted black;}

.error{	color: #ff0000;}
.hide { display:none;}
.alignTop { vertical-align:top; }
.alignRight { text-align:right; }
.alignLeft { text-align:left; }
.alignCenter { text-align:center; }
.floatLeft { float:left; }
.floatRight { float:right; }
.clearall { clear:both; }
.clearLeft { clear:left; }

br.clearall {
	clear:both;
	height:0em;
	line-height:0em;	
	}
	
p 				{margin: 0px; padding: 7px 0;}
a, a:visited	{color: #4F8A10; text-decoration: underline;}
a:hover 		{color: #2288EF; text-decoration: none;}

/* h tags */
h1 {
	font-size:150%; 
	padding: 0; 
	margin:0px;
	color:#ed1c24;
	line-height:normal;
	font-weight:normal;
	}
h2 {
	font-size:130%; 
	padding: 0;
	margin: 8px 0;
	color:#ed1c24;
	line-height:normal;
	font-weight:normal;
	}


h3 {
	font-size:130%; 
	padding: 0px; 
	margin: 0px;
	color:#000;
	line-height:normal;
	font-weight:normal;
	}

h4 {
	font-size:120%; 
	color:#000;
	padding: 0px; 
	margin: 0px; 
	line-height:normal;
	font-weight:normal; 
	}

h5 {
	font-size:110%; 
	padding: 0px; 
	color:#000;
	margin:0px;
	line-height:normal;
	font-weight:normal;  
	}

h6 {
	font-size:100%; 
	padding: 0px; 
	margin:0px; 
	color:#000;
	line-height:normal;
	font-weight:normal;
	}

/******************************/

#container{
	width: 100%;
	background: #fff;
	text-align: center;
}
#container-inner{
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
#top{
	width: 760px;
	background: #808284 url(top_text.gif) no-repeat center 14px;
	color: #fff;
	height: 58px;
	border-bottom: 1px solid #fff;
}
#header{
	width: 760px;
	background: #ed1c24 url(text_banner.gif) no-repeat 27px 24px;
	height: 135px;
	position: relative;
}
#header a.logo{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	width: 106px;
	height: 120px;
	top: 10px;
	left: 639px;
	background: url(logo.gif) no-repeat;
}
#content{
	width: 760px;
	w\idth: 716px;
	background: url(content_bg.gif) repeat-x top left;
	padding: 50px 22px 15px 22px;
	font-size: 1.1em;
}
body.home #content{
	background: url(home_bg.jpg) no-repeat top left;
	padding-right: 492px; 
	w\idth: 246px;
}

/* =Content styles
-----------------------------------------------------------*/

#content ul{
	margin: 7px 0 7px 15px;
	padding: 0;
	list-style-image: url(marker.gif);
	list-style-position:outside;
}
#content ul li{
	margin: 10px 0;
	padding: 0;
}
a.register-link, a.register-link:visited{
	display: block;
	float: right;
	width: 70px;
	height: 80px;
	text-indent: 9999px;
	overflow: hidden;
	background: url(reg.gif) no-repeat left top;
	margin: 10px 0 10px 10px;
}
a.register-link:hover{
	background: url(reg.gif) no-repeat -70px top;
}

/* =Footer
----------------------------------------------------------*/
#footer{
	width: 760px;
	w\idth: 753px;
	margin: 0 auto;
	text-align: left;
	padding: 8px 0 20px 7px;
}
#footer  a{
	color: #b9b9b9 !important;
}
#footer a.logo{
	display: block;
	float: right;
	padding-left: 5px;
}
#footer a.left-logo{
	display: block;
}
#footer p{
	padding: 18px 0 0 0;
	color: #b9b9b9;
}

/* =Form
------------------------------------------------------------*/

fieldset{
	border: none;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
legend{
	display: none;
}
label{
	display: block;
	float: left;
	width: 170px;
	w\idth: 160px;
	padding: 0 10px 10px 0;
}
input.text, textarea.textarea{
	width: 200px;
	border: 1px solid #b5b4b4;
	height: 20px;
	margin-bottom: 4px;
}
table input.text{width: 100px;}
textarea.textarea{
	height: 120px;
}
input.submit-btn{
	display: block;
	float: right;
	width: 71px;
	height: 80px;
	background:url(submit.gif) no-repeat;
	font-weight: bold;
	color: #fff;
	border: none;
	margin-top: -50px;
	margin-right: 230px;
	padding-top: 18px;
}
fieldset .error{
	font-size: 0.9em;
	color: #ed1c24;
	padding: 2px 0;
}