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

body {
	background-color: #fff;
}

h1 {
	color:#00274d;
	font-weight:200;
}

.body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #00274d;
}

#container {
	top: -1px;
	background:#fff;
	width: 900px;
	position:absolute;
	left: 50%;
	margin-left: -450px;
	border-right: 2px solid #00274d;
	border-left: 2px solid #00274d;

}

#toplink {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#00274d;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #00274d;
}

#header {
	border-top: 2px solid #00274d;
	padding-top: 5px;
	padding-bottom: 20px;
}


#footer {
	border-top: 2px solid #00274d;
	padding-top:10px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #4F0000;
	margin-top:20px;
}

#border-right {
	border-right: 2px solid #00274d;
	padding-right: 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding-left: 20px;
	color: #00274d;
}

.title {
	font-size:21px;
	color: #4F0000;
	font-weight:bolder;
}

.subtitle {
	font-size:16px;
	color: #4F0000;
	font-style: italic;
}

.class1 A:link {
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color: #4F0000;
	}
	
.class1 A:visited {
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color: #4F0000;
}
.class1 A:active {
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color: #FC0;
}
.class1 A:hover {
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color: #FC0;
}

.menu2 A:link {
	color: #4F0000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.menu2 A:hover {
	color:#FC0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.menu2 A:active {
	color: #FC0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.white {
	color:#fff;
}

.center {
	text-align:center;
}
.redbtn {display:block; height:1%; padding: 10px; color:#fff; text-decoration:none; font-size:1.2em; background: url(../images/redbtn.png) repeat-x top left #4F0000; border:1px solid #4F0000; margin-left:5px; cursor:pointer;}

