@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	background-image: url(images/vpgradient.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

img{
	border-style: none;
}

h3 {
	font-size: 18px;
	font-weight:bold;
}

.date {
	font-size: 12px;
	font-weight:normal;
	color: #666666;
}

.event {
	font-size: 14px;
	font-weight:bold;
	color: #666666;
	padding-left: 10px;
}

.event a {
	color: #993300;
}
.clear {
	clear:both;
}
#wrapper {
	text-align: left;
	width:900px;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
#head {
	background-image: url(images/body_h.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 10px;
	padding-top: 15px;
	height:100px;
	padding-left: 25px;
}
#nav {
	width:100%;
	height:45px;
	background-image: url(images/nav.png);
	background-repeat: repeat-x;
}
#nav ul{
	margin:0;
	padding:0 20px;
	height:45px;
}
#nav li{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	height:45px;
	float:left;
	margin:0;
	padding:0;
	list-style-type: none;
}
#nav li a {
	display:block;
	padding:0 10px;
	color:#FFFFFF;
	line-height:45px;
	height:45px;
	text-decoration: none;
	background-image: url(images/nav_div.png);
	background-repeat: no-repeat;
	background-position: 100%;
}

#nav li a, #nav li a:visited,#nav li a:active {
	color:#FFFFFF;
}
#main {
	background-image: url(images/body_m.png);
	background-repeat: repeat-y;
	min-height:380px;
	padding: 25px 55px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}
#main h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:28px;	
}
#main .contents {
	margin: 15px 20px;
	line-height: 20px;
	padding:20px;
}
#main td {
	font-size: 14px;
	padding:3px 5px;
}


#main label {
	font-size: 14px;
	font-weight:bold;
}

#footer {
	background-image: url(images/body_b.png);
	background-repeat: no-repeat;
	min-height:500px;
	height: 100px;
	width:900px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	padding-top: 30px;
	padding-left: 25px;
}
#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 30px;
	margin-left: 0px;
	width:360px;
	height:65px;
	text-indent: -1000px;
	display: block;
}

#gmenu {
	float: left;
	margin-top:8px;
	margin-left: 15px;
	text-align: right;
	top: 30px;
	width: 440px;
}
.note {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
	padding-left: 5px;
	text-align: center;
	width: 100%;
	font-weight: bold;
}
.error {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
	padding-left: 5px;
	text-align: center;
	width: 100%;
	font-weight: bold;
	background-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
}
.success {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003399;
	padding-left: 5px;
	text-align: center;
	width: 100%;
	font-weight: bold;
	background-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
}
.topic {
	width:700px;
	line-height: 20px;
}
.topic h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
}
.topic h3 a, .topic h3 a:visited{
	color:#333;
}
.topic h3 a:hover{
	color:#0099CC;
}
ul.categories li {
	list-style-position: inside;
	list-style-image: url(images/arrow_orange.gif);	
}

.errormsg{
	color: #990000;
}