@import url("reset.css");

body {
	background:#ffffff;
	font-family:"Lucida Grande",Helvetica,Tahoma, sans-serif;
	font-size:14px;
	}
	
h1, h2, h3, h4 {
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	color:#333300;
	font-weight:normal;
	}
	
h1 {
	font-size:200%;
	}
	
h2 {
	font-size:22px;
	padding: 10px 0 20px 0;
	}
	
h3 {
	font-size:18px;
	color:#333333;
	/*font-weight:bold;*/
	padding: 10px 0;
	}
	
a {
	color:#666633;
	text-decoration:none;
	border-bottom:1px dotted #663;
	}
	
h3 a {
	color:#0000ff;
	}
	
a:hover {
	text-decoration:none;
	border-bottom:1px solid #663;
	}
	
img {
	border:none;
	}

.img_right, .img_left {
	background:#cccc66;
	border:1px solid #CCCC66;
	padding-bottom:2px;
	text-align:right;
	}
	
.img_right {
	float:right;
	margin: 0 0 15px 5px;
	}
	
.img_left {
	float:left;
	margin: 0 15px 5px 0;
	}
		
p, ul, ol {
	padding: 0 0 10px 0;
	}
	
p {
	line-height:1.5;
	}
	
ul, ol {
	margin:0 0 0 25px;
	}
	
li {
	padding: 2px 0;
	}

#container {
	margin:20px auto;
	background:url(images/content_bg.jpg) repeat-y 0 50%;
	width:940px;
	}
	
.width100 {
	width:100%;
	}
	
#navigation {
	margin:0 20px 10px 20px;
	padding:0 10px;
	background:url(images/menubar.jpg) #006699 no-repeat 50% 50%;
	}
	
#navigation ul {
	margin:0;
	padding:10px 0;
	}
	
#navigation li {
	display:inline;
	padding:0;
	}

#navigation li a {
	width:100px;
	padding:7px;
	margin:0 10px 0 0;
	color:#fff;
	background:none;
	}
	
#navigation li a:hover {
	text-decoration:underline;
	}
	
#page {
	margin:20px 270px 20px 40px;
	padding:5px 10px 5px 15px;
	background:none;
	}
	

#sidebar {
	float:right;
	width:180px;
	background: #fff;
	padding: 10px 16px;
	margin:30px 40px 0px 0px;
	text-align:left;
	color:#330;
	font-size:12px;
	font-weight:bold;
	border:1px solid #cc6;
	}
	

.side_image {
	text-align:center;
	border:1px solid #e6e5d9;
	}
	
#header {
	background:url(images/header.jpg) no-repeat 50% 50%;
	height:170px;
	}
	
#header_image {
	float:right;
	}
	
#header h1 {
	visibility:hidden;
	}
	
#footer {
	background:url(images/footer.jpg) no-repeat 50% 50%;
	padding: 10px 0 0 0;
	height:45px;
	color:#fff;
	position:relative;
	clear:both;
	}
	
#footer p {
	text-align:center;
	}
	
#footer a {
	text-decoration:none;
	border:none;
	color:#fff;
	}
	
#footer a:hover {
	text-decoration:underline;
	}
	
.caption {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	clear:both;
	text-align:right;
	padding:2px;
	}

table {
	border-top:2px solid #cc6;
	border-bottom:2px solid #cc6;
	padding:2px 0;
	}
	
td {
	padding:3px;
	border-bottom: 1px solid #cc6;
	}
	
input.formstyle , textarea, iframe {
	border:1px solid #cc6;
	}