body {
	margin:0;padding:0;
	font-family: Helvetica,Arial,sans-serif;
	font-size:13px;
	background:#EBEBEB;
}

* {margin:0;padding:0;}

td, tr {vertical-align:top;}

input, select, textarea {
	border:1px solid #ccc;
	background:#ffffff;
}
input:hover, select:hover, textarea:hover {
	border:1px solid #999;
}

a {
	color:#00f;
	text-decoration:underline;
}
a:visited {
	color:#00f;
}
a:hover {
	color:#006;
	text-decoration:none;
}

a img {border:none;}

h1 {
	display:block;
	margin:5px 0 10px 0;
	padding:5px 0;
	text-align:left;
	font-size:24px;
	font-weight:bold;
}
h2 {
	display:block;
	margin:0px 0 10px 0;
	padding:5px 0;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#0070C0;
}
.bblue {color:#0070C0;font-weight:bold;}

.iblue {color:#0070C0;font-style:italic;}

p {
	padding:3px 0;
	margin:0;
	text-align:justify;
}

ul, ol {
	margin:0 0 0 15px;
	padding:0 0 0 25px;
}

hr {border:none;border-bottom:1px dashed black;margin:5px 0;}

.pnomargin p {margin:0;padding:0;}

.indent {margin-left:20px;}

a.alsoread, a.alsoread:visited, a.alsoread:hover {
	text-decoration:none;
	color:#0085CF;
}
a.alsoread:hover {text-decoration:underline;}

.alcenter, .alcenter h1, .alcenter p {text-align:center;}

#content br {font-size:9px;height:9px;line-height:9px;}

#main {
	width:900px;
	margin:5px auto;
	background:#ffffff;
	border:1px solid #dddddd;
}

#header {
	background:#000 url('images/header.jpg') scroll no-repeat 0 0;
	height:41px;
	padding-top:139px;
}

#underheader {
	text-align:right;
	padding-right:40px;
	vertical-align:middle;
	font-size:17px;
	color:white;
}
#underheader img {
	vertical-align:middle;
}

#container {
	background:white;
	min-height:500px;
}

#content {
	float:left;
	width:564px;
	padding:10px;
}

#sidebar, #sidebar2 {
	float:left;
	width:150px;
	padding:3px;
	font-size:5px;
}
#sidebar .box, #sidebar2 .box {
	font-size:13px;
	border:1px solid #CCCCCC;
	padding:3px;
}
#sidebar .caption, #sidebar2 .caption {
	font-size:13px;
	border:1px solid #3268A8;
	background:#3268A8 url('images/menu_t.jpg') scroll repeat-x 0 -4px;
	border-bottom:none;
	padding:3px;
	color:white;
	font-weight:bold;
}
#sidebar2 {float:right;}

#menu, #sidebar #menu {
	padding:0;
	border-bottom:none;
}

#menu a, #menu a:visited, #menu a:hover {
	display:block;
	text-decoration:none;
	color:#06569D;
	padding:4px 5px;
	border-bottom:1px solid #CCCCCC;
}
#menu a:hover,#menu a.selected:hover {
	color:#555;
	background:#eee;
}
#menu a.selected {
	color:#FBB714;
}

#topbar_title {
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	padding:3px 0;
	margin:0 2px;
	background:#085A9C;
	color:white;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
#topbar_menu {
	color:white;
	font-size:12px;
	font-weight:normal;
}
#topbar_menu tr, #topbar_menu td {vertical-align:middle;}
#topbar_menu td {text-align:center;width:91px;background:#085A9C;padding:3px 0;}
#topbar_menu a,#topbar_menu a:visited, #topbar_menu a:hover  {text-decoration:none;color:white;}
#topbar_menu a:hover  {text-decoration:underline;color:white;}

table.gallery td {
	width:137px;
	padding:2px;
	vertical-align:middle;
	text-align:center;
}
table.gallery img {
	
}

