/*DEFAULT STYLES*/
body
	{margin:0px;
	text-align:center;
	font-family:arial, sans-serif;
	font-size:12px;
	background:#ffffff url("../images/bck_body.jpg") repeat-x;
	color:#333333;}
a img{border:0px}
a:link, a:visited{
	color:#006600;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p	{margin-top:0px;
	margin-bottom:1em;}
h1
	{font-size:24px;
	font-weight:normal;
	color:#333333;
	margin-top:0em;
	margin-bottom:20px;}
	h1 b{ 
		color:#006600;
		font-weight:normal;
	}
h2
	{font-size:24px;
	font-weight:normal;
	color:#333333;
	margin-top:30px;
	margin-bottom:20px;}
	h2 b{ 
		color:#006600;
		font-weight:normal;
	}
	
h3{
	color:#006633;
	font-size:14px;
	margin-top:20px;
	margin-bottom:7px;
}

h4
	{margin-top:2em;
	margin-bottom:0em;}
	
.gray{
	background-color:#333333;
}
.green{
	background-color:#006600;
}
.center{
	margin:0 auto;
	width:944px;
	text-align:left;
}
.error{
	font-weight:bold;
	color:red;
}
/*END DEFAULT STYLES*/

#header{
	height:96px;
}
#nav{
	height:44px;
	line-height:44px;
}
	#nav ul{
		list-style:none;
		margin:0px;
		padding:0px;
		display:inline;
	}
	#nav ul li{
		float:left;
	}
	#nav ul li a:link, #nav ul li a:visited{
		display:block;
		padding-left:40px;
		padding-right:40px;
		font-size:16px;
		text-decoration:none;
		color:#cccccc;
		font-family:arial;
	}
		/*on*/
		#nav ul li.on{
			background:#006600 url("../images/bck_nav_left.gif") left no-repeat;
		}
		#nav ul li.on a:link, #nav ul li.on a:visited{
			background:url("../images/bck_nav_right.gif") right no-repeat;
			color:#ffffff;
		}
	
#banner{
	height:270px;
	background:url("../images/banner.jpg") 36px 0px no-repeat;
	position:relative;
}
	.line{
		height:14px;
	}
	#banner .link1{
		display:block;
		width:222px; 
		height:90px;
		position:absolute;
		bottom:0px;
		left:36px;
	}
	#banner .link2{
		display:block;
		width:170px; 
		height:90px;
		position:absolute;
		bottom:0px;
		left:258px;
	}
#body{
	background:url("../images/bck_shadow.png");
	padding-top:25px;
	padding-bottom:25px;
}
	#body #right{
		width:326px;
		float:right;
		margin-right:36px;
	}
		.border{
			border:1px solid #000000;
		}
		#right blockquote{
			margin:0px;
			color:#666666;
			font-size:14px;
			font-style:italic;
		}
		#right blockquote b{
			font-size:36px;
			color:#006600;
			font-weight:normal;
		}
	#body #left{
		width:520px;
		float:left;
		margin-left:36px;
		font-size:12px;
		line-height:18px;
	}
		.gray{
			color:#666666;		
		}
#shadow_btm{
	height:19px;
	background:url("../images/bck_shadow_btm.png");
	clear:both;
}
#footer{
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	color:#ffffff;
}
	#footer a:link, #footer a:visited{
		color:#ffffff;
	}
