
body, html {
	padding:0px;
	margin:0px;
}

body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background: #f4f4f4;
}

#wrap {
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	width: 95%;
	border-left:4px solid #f0f0f0;
	border-right:4px solid #f0f0f0;
	border-bottom:4px solid #f0f0f0;
	border-top:4px solid white;	
}

#header {
	clear: both;
	height:150px;
	background:url(images/header_bg.jpg) top left;
	border-bottom:4px solid #f0f0f0;
}

#header h1 {
	margin-top:15px;
}

#header_logo {
	float:left;
	text-align:center;
	padding:0px 10px 0px 10px;
	margin:0px 0px 0px 5px;
}

#frontphoto {
	margin: 0 0 10px 0;
	border: 0;
}

#menu_left {
	float: left;
	width: 170px;
	padding: 0;
	margin-left:-30px;
}

#menu_left img {
	float:none;

}

#menu_left a {
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#505050;
	display:block;	
}

#menu_left a:hover {
	color:#f6931d;
	text-decoration:none;
}

#menu_left ul {
	list-style:none;
	width:160px;
	display:block;	
}

#menu_left li {
	padding:5px 0 5px 10px;
	background-image:url(images/menu_bg.jpg);
	border-bottom:3px solid #FFFFFF;
	display:block;
}


#menu_right {
	clear: right;
	float: right;
	width: 170px;
	margin: -7px 0 10px 6px;
	padding: 0;
	font-size: 0.9em;
}


#menu_margin {
	height:300px;
}

.announce {
	margin: 10px 0 0px 0px;;
	padding: 5px;
	width: 150px;
	color: #505050;
	background-color: #f4f4f4;
	line-height: 1.3em;
	text-align:center;
	background:url(images/menu_bg_right.jpg) repeat-y;
}


#content {
	margin: 0 175px 20px 175px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;	
	padding: 0 20px 0 10px;
	line-height: 1.6em;
	text-align: left;
	min-height:300px;
}

#content h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}

#content img {
	padding:0;
	margin:0;
}

td {
	vertical-align:top;
	padding:5px;
	border-bottom:1px solid #f0f0f0;
}

table {
	width:96%;
	vertical-align:top;
}

p {
	padding:0 0 0 15px;
	margin:5px 0 10px 0;
}

tr {
	vertical-align:top;
}

tr:hover {
	background-color:#FaFaFa
}

h3 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
	font-style:italic;
}

h4 {
	padding:0;
	margin:0;

}

.header {
	font-size:1.2em;
	background-color:#0099FF;
	color:#FFFFFF;
	padding:3px 0 3px 5px;
}

a {
	text-decoration: none;
	color: #3a89c9;
}

a:hover {
	text-decoration: underline;
	color: #3a89c9;
}

a img {
	border: 0;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 1px solid #f0f0f0;
	width: 95%;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
}

#footer a {
	color: #808080;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color:#f6931d;
}

.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.date {
	font-style:italic;
	color:#999999
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

#message {
	color:#FF0000;
	margin:5px;
	font-size:18px;
}

.theader {
	font-size:16px;
	font-weight:bold;
}

.more {
	float:right;
}

.cat {
	float:left;
}

.italic {
	font-style:italic;
}

#msg {
	padding:10px;
	text-align:center;
	width:100%;
	border:1px solid #FF0000;
	color:#FF0000;
}