* {
	font-family:Verdana,Arial,Sans-Serif;
}

#header {
	width:100%;
	background:#000040;
	height:70px;
	}

#header h1 {	
	margin:10px,10px,10px,0;
}

.item {
	border:1px solid black;
	margin:5px;
}

.item_head {
	background:#400000;
	color:white;
	font-weight:bold;
	text-align:center;
	padding:5px;
	text-decoration:none;
}

.item_body {
	background:#e0e0e0;
	color:black;
	text-align:left;
	font-size:x-small;
	padding:5px;
	text-decoration:none;
}

.item_body a {
	text-decoration:none;
	color:black;	
}

.item_body a:hover {
	text-decoration:underline;
	color:blue;	
}

.item_body2 {
	background:#e0e0e0;
	color:black;
	text-align:left;
	font-size:x-small;
	padding:5px;
	text-decoration:none;
}

.item_body2 a {
	text-decoration:underline;
	color:#004080;	
}

.item_body2 a:hover {
	text-decoration:underline;
	color:blue;	
}

img.gallery {
	text-align:left;
	border:0;
	margin:0;
}

div.gallery {
	width:230px;
	float:left;
	border:1px solid black;
	margin:5px;
	padding:5px;
}

#footer {
	margin:0;
    clear:both;
	width:100%;
	background:#400000;
	color:white;
	font-weight:normal;
	text-align:center;
	font-size:x-small;
	padding-top:5px;
	padding-bottom:5px;	
}

#footer a {
	text-decoration:none;
	color:white;	
}

#footer a:hover {
	text-decoration:underline;
	color:#ffff80;	
}

body {
	margin:0px;
}

#main {
	background:#fff;
}

p,pre,table {
	padding:5px;
	margin:0;
}

h1 {
	font-size:large;
	padding:5px;
	margin:0;
	text-align:center;
}

h2 {
	font-size:medium;
	padding:5px;
	margin:0;
	text-align:center;
	font-weight:bold;
}

#menu p { 
	font-size:10px
}

#navbar {
	width:100%;
	background:#400000;
	color:white;
	font-size:small;
	margin:0;
}	

#navbar a {
	text-decoration:none;
	color:white;	
}

#navbar a:hover {
	text-decoration:underline;
	color:#ffff80;	
}

.menu_h {
	background:#806040;
	color:white;
	font-size:small;
	margin:0;
}	

.menu_h a {
	text-decoration:none;
	color:white;	
}


.menu_h a:hover {
	text-decoration:underline;
	color:#ffff80;	
}

.menu_v {
	float:left;
	background:#400000;
	color:white;
	font-size:small;
	margin:0;
}	

.menu_v a {
	text-decoration:none;
	color:white;	
}


.menu_v a:hover {
	text-decoration:underline;
	color:#ffff80;	
}

.menu_h p,.menu_h p {
	padding:5px;
}


#alerts {
	width:144px;
	margin-left:10px;
	margin-bottom:10px;
	background:#6080a0;
	color:white;
	float:right;
	text-align:center;
	padding:5px;
	border-left:1px solid black;
	border-bottom:1px solid black;
}

#seotable {
	padding:0px;
	margin:10px;
	float:left;
	border-collapse: collapse;
	width:70%;
	border:1px solid black;
}
#seotable tr.seohead {
	padding:5px;
	background:#400000;
	color:white;

}
#seotable tr.seo1 {
	background:#ffffff;

}

#seotable tr.seo2 {
	background:#dddddd;
}
