@media print {
	.screenonly {
		display:none;
	}
}
@media screen {
	.printonly {
		display:none;
	}
}

table.temporary_template_fix {
	width: 100%;
	min-width:800px;
	max-width:1175px;	
}
table.temporary_template_fix table td {
	padding: 3px;
}

body {
	margin:0px;
	padding:0px;
	color: #707070;
	font-size: 13px;
	font-family: Gill Sans, Gill Sans MT, sans-serif;
	background-color: #00457c;
	background-image: url('../img/bg.png');
	background-repeat: repeat-x;
	background-position: top center;
	text-align: center;
}
#container {
	margin-left: auto;
	margin-right: auto;
	min-width: 1000px;
	max-width: 1175px;
	padding-left:7px;
}
#head {
	height: 128px;
	padding-left: 20px;
	text-align: left;
	background-color: white;
	background-image: url('../img/head_bg.png');
	background-repeat: no-repeat;
	background-position: top right;
}
#top_menu {
	height: 36px;
	padding-top: 9px;
	padding-right: 20px;
	text-align: right;
}
#top_menu a {
	color: white;
	font-size: 15px;
	text-decoration: none;
	font-weight:bolder
}
#body {
	width: 98%;
	max-width:1175px;
}
#body_b {
	width:100%;
	min-width:956px;
	background-image: url('../img/body_bg.png');
	background-repeat: repeat-x;
	background-position: top center;
}
#body_divider {
	width: 1px;
	background-color:white;
}
#side_menu {
	vertical-align:text-top;
	text-align: left;
	padding: 10px;
	background-color:white;
}
#top_cats {
	line-height: 180%;
}
#top_cats a {
	font-size: 20px;
	color: #00457c;
	text-decoration: none;
}
#page {
	vertical-align:text-top;
	text-align: left;
	padding: 15px;
	background-color:white;
	width: 100%;
}
#foot {
	clear: both;
	height: 115px;
	padding: 20px 40px 20px 20px;
	text-align: left;
	line-height: 140%;
	color: white;
	font-weight: bold;
}
#foot a {
	color: white;
}

h1  {
	color: #00457c;
	font-size: 24px;
}
h2  {
	padding-top: 10px;
	color: #00457c;
	font-size: 16px;
}
p {
	text-indent: 5px;
	line-height: 140%;
}
p.noindent {
	text-indent: 0px;
}
a {
	color: #419639;
}
small {
	font-size: 10px;
}
form, table, table td{
	margin: 0px;
	padding: 0px;
}
input.small {
	height: 20px;
	width: 130px;
	color: #707070;
	border: 1px solid #cccccc;
	background-color: white;
	background-image: url('../img/input_bg.gif');
	background-repeat: repeat-x;
	background-position: top center;
}
input.submit {
	height: 24px;
	width: 30px;
	color: white;
	border: none;
	background-color: #419639;
	background-image: url('../img/submit_bg.gif');
	background-repeat: repeat-x;
	background-position: top center;
}