@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #990000;
}
p {
	font-family: Trebuchet MS;
	font-size:12px;
	color: #333333;
	margin: 10px 10px 0 10px;
	line-height: 14px;
}
strong {
	font-family: Trebuchet MS;
	font-size:14px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
}
.login{
	font-family: Trebuchet MS;
	font-size: 10px;
	text-align: right;
	margin: 3px 25px 0 0;
}
.small{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}
.small a:link {
	font-family: Trebuchet MS, Arial;
	color: #CCCCCC;
	font-size: 11px;
	text-decoration: none;
}
.small a:visited {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.small a:hover {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.style1{
	font-family: Trebuchet MS;
	font-size:12px;
	margin: 0 35px 0 0;
}
	
h1 {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #336600;
	margin: 15px 40px 0 30px;
}
ul li{
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	list-style-image: url(images/bullet.gif);
	margin: 15px 30px 0 45px;
}
ol li{
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	margin: 15px 30px 0 45px;
}
a:link {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #663300;
	line-height: 16px;
	text-decoration: none;
}
a:visited {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #663300;
	line-height: 16px;
	text-decoration: none;
}
a:hover {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #336600;
	line-height: 16px;
	text-decoration: none;
}
.a:active {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #333300;
	line-height: 16px;
	text-decoration: none;
}
#header {
	width: 728px;
	height: 110px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
}
#menu{
	width: 728px;
	height: 29px;
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
}
#body {
	width: 728px;
	height: 100%;
	margin: 0 auto;
}
#container {
	width: 728px;
	height: 100%;
}
#footer {
	width: 728px;
	height: 55px;
	background-image: url(images/footer.gif);
	margin: 0 auto;
}


