/* CSS Document */

body {
	margin: 0px 0px;
	padding: 0px 0px;
	background-color: #96adc5;
}

#container{
	width: 100%;
}

#page{
	width: 797px;
	height: 100%;
	overflow: hidden;
	background-color: #FFF;	
	padding: 0px 0px;
	padding-left: 3px;
	margin: 0px 0px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#header{
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 144px;
	border: 1px solid white;
	border-top: 0px solid white;	
	border-bottom: 0px solid #cccccc;	
}

.menu{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-left: 10px;
	width: 130px;
	letter-spacing: .1em;
	font-weight: bold;
}

.menu td{
	border-bottom: 1px solid #bebebe;
	height: 30px;
}

.menu a{
	color: #1b4574;
	text-decoration: none;
}

.menu a:hover{
	color: #669900;
	text-decoration: none;
	font-weight: bold;
}

#content{
	width: 800px;
	min-height: 448px;
    _height: 438px;				/* min height hack for IE */
	float: left;
	border-left: 0px solid #cccccc;
	padding: 10px 10px;
	margin: 0px 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 18px;
	background-color: white;
	color: #333333;
}

p{
	color: #333333;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 18px;	
}

p.home {
	color: #333333;
	font-family: Casablanca, Georgia, serif, "Times New Roman";
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 18px;	
}

.subheading{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #1b4574;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	padding: 0px 0px;
	margin: 0px 0px;
	color: #1b4574;
	font-size: 24px;
	line-height: 110%;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px 0px;
	color: #669900;
	font-size: 16px;
	line-height: 110%;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px 0px;
	font-size: 14px;
	line-height: 110%;
}

a{
	color: #1b4574;
	text-decoration: none;
}

a:hover{
	color: #1b4574;
	text-decoration: underline;
}

.image{
	border: 1px solid #1b4574;
	padding: 0px 0px;
	margin: 5px 5px;
}

.line{
	width: 100%;
	clear:both;
	height: 1px;
	border-bottom: 1px solid #cccccc;
	margin: 10px 0px;
	padding: 0px 0px;
}

/* table */
.penalty{
	font-size: 10px;
	background-color: #cccccc;
	margin-top: 5px;
	margin-bottom: 30px;
}

.penalty th{
	background-color: #ffffff;	
}

.penalty td{
	background-color: #ffffff;	
}

#footer{
	width: 800px;
	height: 73px;
	/*background-image: url(images/footer.jpg);*/
	background-repeat: no-repeat;
	border-top: 0px solid #cccccc;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background-color: #ffffff;
	color: #666666;
	font-size: 9px;
	clear: both;
	padding: 20px 0px 0px 0px;
	margin-top: 0px;
	font-family: Tahoma, Verdana, Arial;
	letter-spacing: .1em;
}

#footer a{
	text-decoration: none;
	color: #666666;
}

#footer a:hover{
	text-decoration: underline;
	color: #1b4574;
}