body {
	margin: 0; padding: 0;
 	background-color: #FFFFFF;
}

font,th,td,p { font-size: 13px; font-family: Verdana, Arial, Times New Roman, sans-serif; color: Black; }

.title{ font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; color: Blue; font-weight: bold; }
.smallTitle{ font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; color: Blue; font-weight: bold; }
.refTitle{ font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: Blue; font-weight: bold; text-decoration: underline; }
.text{ font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: Blue; }

#titlebar {
	background-image: url(images/bg-titlebar.gif);
	background-repeat: repeat-x;
	padding-top: 2px;
	height: 20px;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #434343;
}

p {
	width: 900px;
	text-align: left;
}

td.header {
	background-color: #E1E1E1;
	border-bottom: solid 1px #222222;
}

#headerbg {
	background-image:url(images/header-left.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 117px;
}

ul.menu {
	margin: 0 auto;
	width: 800px;
	padding-top: 96px;
}

ul.menu li{
	display: block;
	float:left;
	padding-right: 30px;
}

ul.menu li a{
	font: Verdana;
	font-size: 18px;
	color: #444444;
	text-decoration: none;
}

ul.submenu li a{
	font: Verdana;
	font-size: 14px;
}

ul.menu li a:hover{
	color: #A90A0A;
}

ul.submenu {
	position: absolute;
	display: none;
	z-index: 10;
}

ul.menu li:hover ul.submenu {
	position: absolute;
	display: block;
	border: 1px solid black;
	border-top: 0px;
	background-color: #FFFFFF;
	width: 250px;
	padding: 10px;
}

ul.menu li ul.submenu li {
	list-style:none;
	display:list-item;
}

td.content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	vertical-align: top;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #081705;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #111111;
	text-align: left;
	width: 900px;
}

img {
	border: solid 1px #222222;
	margin: 5px;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	border-top: solid 1px #222222;
	background-color: #E1E1E1;
	height: 60px;
	bottom: 0;
	margin-top: 30px;
	padding-top: 10px;
}

b {
	color:#333333;
}

a:link    { font-family: Verdana, Arial, Times New Roman, sans-serif; font-size: 13px; color: #A90A0A; text-decoration: none; }
a:active    { font-family: Verdana, Arial, Times New Roman, sans-serif; font-size: 13px; color: #A90A0A; text-decoration: none; }
a:visited    { font-family: Verdana, Arial, Times New Roman, sans-serif; font-size: 13px; color: #A90A0A; text-decoration: none; }
a:hover   { font-family: Verdana, Arial, Times New Roman, sans-serif; font-size: 13px; color: #F90303; text-decoration: underline; }


