@import "form.css";
@media print
{ .noprint
	{ display: none;
	}
}

html 	{
	background: url(pic/bginside.jpg) repeat-x top;
	font-family: 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body 	{
	background: url(pic/bginside_center.jpg) no-repeat top center;
	margin:0;
}

a, a:visited	{
	color:#a52700;
	}
a:hover	{
	color:#000;
	}

#frame {
	width:964px;
	height:600px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	padding:0px;
	text-align:left;
}

#logo {
	width:200px;
	padding:20px 0 0 20px;
	float:left;
}

#topnav {
	width:555px;
	padding:48px 5px 5px 0;
	float:left;
}

#search {
	width:155px;
	padding:35px 5px 5px 2px;
	float:left;
}

#head {
	width:942px;
	height:79px;
	margin:4px 0 0 7px;
	padding:0 5px 12px 21px;
	float:left;
}

#head.yellow {
	background: url(pic/bginside_head1.jpg) no-repeat bottom center;
}
#head.blue {
	background: url(pic/bginside_head1.jpg) no-repeat bottom center;
}
#head.green {
	background: url(pic/bginside_head1.jpg) no-repeat bottom center;
}
#head.pink {
	background: url(pic/bginside_head1.jpg) no-repeat bottom center;
}


table.head {
	margin-top:8px;
}

#content{
	width:966px;
}

#contentinside_left {
	width:236px;
	padding:0;
	margin:0;
	float:left;
	background: url(pic/bginside_sidenav_bottom.gif) no-repeat bottom left;
}

.navhead {
	margin:56px 0 0 22px;
	font-weight:bold;
	}

#contentinside_center {
	width:501px;
	padding:18px 180px 0 28px;
	margin:0;
	float:left;
	background: #fff url(pic/bginside_divider.jpg) no-repeat bottom left;
}
#contentinside_center_wide {
	width:661px;
	padding:18px 20px 0 28px;
	margin:0;
	float:left;
	background: #fff url(pic/bginside_divider.jpg) no-repeat bottom left;
}

#contentinside_center ul, #contentinside_center_wide ul {
	padding: 3px 0 0 0;
	margin: 0;
	list-style-type: none;
}
#contentinside_center li, #contentinside_center_wide li {
	background: url(pic/theta_icon.png) no-repeat top left;
	padding: 0 0 5px 28px;
	margin: 0;
}

#contentinside_right {
	width:17px;
	height:380px;
	margin:0;
	float:left;
	background:  url(pic/bginside_content.jpg) repeat-x top right;
}


#sidenav {
	width:196px;
	padding:20px 10px 20px 30px;
	margin-bottom:180px;
	background: #f7f7ed url(pic/bginside_sidenav.jpg) repeat-y top right;
}
#sidenav ul {
	padding: 3px 0 0 0;
	margin: 0;
	list-style-type: none;
}
#sidenav li {
	background: url(pic/theta_icon.png) no-repeat left 6px;
	padding: 0 0 5px 18px;
	margin: 0;
}
#sidenav a {
	color:#a52700;
	border:1px solid #f8f8f0;
	text-decoration:none;
	padding:5px;
	display:block;
}
#sidenav a:hover {
	color:#000;
	background:#fff;
	border:1px solid #a58176;
	display:block;
}


#contentinside_center img {
	margin-left: 30px;
	float:right;
}

#bottom {
	width:964px;
	height:81px;
	margin:0;
	background: url(pic/bg_bottom.jpg) no-repeat bottom center;
}

#footer	{
	width:300px;
	padding:20px 20px 10px 22px;
	float:left;
	font-size: 11px;
	color:#444;
}

#credits {
	width:300px;
	padding:20px 22px 10px 20px;
	float:right;
	text-align:right;
	font-size: 11px;
	color:#999;
}
#credits a, #credits a:visited, #credits a:active {
	color:#999;
	text-decoration:none;
}


#newscol_left {
	width: 120px;
	font-size:10px;
	float:left;
	padding-top:5px;
	}
	
#newscol_right {
	width:500px;
	font-size:13px;
	float:left;
	padding-bottom:7px;
	}
#newscol_right a, #newscol_right a:active, #newscol_right a:visited {
	color:#a52700;
	text-decoration:none;
	border:1px solid #fff;
	padding:3px;
	display:block;
	}

#newscol_right a:hover {
	color:#000;
	border:1px solid #a58176;
	padding:3px;
	display:block;
	}
	
#lines 	{
	position:absolute;
	top: 0px;
	left: 0px;
	}
	
h1, h2	{
	font-weight:normal;
	color:#555;
	}	
	