/*	Headings	-----------------------------------------------	*/
h1{	
	background-image:url(bg_title.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:21px;
	font-family: Century Gothic, sans-serif;
	font-weight: normal;
	line-height:1;
	margin:3px 0px 5px 0px;
	padding:2px 0px 10px 10px;
	text-transform:capitalize;
}
h2{
	color:#0000FF;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	line-height:1;
	margin:0;
	text-transform:capitalize;
}
/*	Links	-----------------------------------------------	*/
a{	
	border-bottom:thin solid #FF00FF;
	color:#e30f01;
	font-size:inherit;	
	font-family:Tahoma;
	text-decoration:none;
}
a:hover{	
	border-bottom: thin solid #FFFF00;
	color:#e30f01;
	font-size:inherit;	
	text-decoration:none;
}
/*	DIV Layers & Classes	-------------------------------	*/
#top{
	background-image:url(bg_striped.gif);
	background-repeat:repeat-x;
	height:385px;
	width:100%;
}
#left{
	float:left;
	width:180px;
}
#right{
	float:right;
	width:490px;
}
#bottom{
	background-image:url(bottom.gif);
	background-repeat:no-repeat;
	height:98px;
	margin:5px auto 0px auto;
	width:408px;
}
.masthead{
	margin:0 auto;
	padding:0px;	
	width:670px;
}
.padding{
	margin:0 auto;
	width:97%;
}
/*	Layout & Styles	----------------------------------------- */
body{
	background:#ffffff;	
	background-image:url(bg.gif);
	background-repeat:repeat;
	font-family:Tahoma;
	font-size:11px;
	margin:0px;	
	padding:0px;	
}
input,textarea,option,select{
	background-color:#fffe03;	
	border:#092605 solid thin;
	color:#092605;	
	font-family:Tahoma;	
	font-size:11px;	
	padding:1px 3px;
}
strong{
    color:#20df00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}
em{
	color:#f64fd5;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}
div{
	color:#1b275b;	
	font-family:Tahoma;
	font-size:11px;
	line-height:1.7;
	text-align:justify;	
}
p, form{
	margin:5px 0;
}
/*	#left style	----------------------------------------- */
#left ul {
   list-style-type: none;
   margin:0px;
   padding: 1px 0px;
}
#left li {
   margin-bottom: 2px;
}
#left a {
   background: #cbfcfd;
   border:none;
   color: #0c0fa9;
   display: block;
   font-size:11px;
   padding-left: 5px;
   text-transform:capitalize;
}
#left a:hover {
   background: #6cfbff;
   color:#0c0fa9;
   text-decoration: none;
}
#left .input{
	padding: 5px 0px 0px 0px;
	text-align:center;
}
