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

body{
	margin:0px;
	background-color:#004a80;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#outerwrapper{
	width:900px;
	margin:auto;
	background-image:url(images/outerwrapper-bg.png);
	background-repeat:repeat-y;
}

#innerwrapper{
	width:800px;
	min-height:500px;
	margin:auto;
	background-color:#FFFFFF;
	background-image:url(images/innerwrapper-bg.png);
	background-repeat:no-repeat;
}

#footer{
	width:800px;
	height:25px;
	margin:auto;
	text-align:center;
	font-size:10px;
	color:#e90000;
}

#footer a{
	color:#e90000;
	text-decoration:none;
}

#footer a:hover{
	color:#e90000;
	text-decoration:underline;
}

#menu{
	margin:135px 10px 10px 10px;
	height:50px;
	float:left;
	color:#FFFFFF;
	font-size:14px;
	line-height:45px;
	width:780px;
}

#menu ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

#menu li{
	float:left;
	margin:0px 10px 0px 10px;
}

#menu li a{
	color:#FFFFFF;
	text-decoration:none;
}

#menu li a:hover{
	text-decoration:underline;
}

#content{
	width:540px;
	min-height:500px;
	float:left;
	margin:10px 20px 10px 20px;
}

#rightcolumn{
	width:200px;
	float:left;
	margin:130px 20px 10px 0px;
}

H1{
	color:#e90000;
	font-size:28px;
	margin:0px;
	padding:0px;
}

H1 a{
	color:#e90000;
	font-size:28px;
	margin:0px;
	padding:0px;
	text-decoration:none;
}

H1 a:hover{
	text-decoration:underline;
}

H2{
	color:#e90000;
	font-size:18px;
	margin:0px;
	padding:0px;
}

p{
	font-size:12px;
}

.clearboth{
	clear:both;
}

.alignleft{
	float:left;
}

img{
	border:0px;
}
