@charset "utf-8";
html {
	overflow-y: scroll;
}
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #333;
	background-attachment: scroll;
}


#container {
	width: 900px;
	text-align: left;
	min-height: 100%;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#left {
	float: left;
}


#nav {
	width: 200px;
}
#nav ul {
	width: 200px;
	list-style: none;
	position: relative;
	bottom: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
}
#nav li.nolink {
	color: #000;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	padding-top: 15px;
	font-family: Georgia;
	font-size: 16px;
	text-align: right;
	padding-bottom: 5px;
	margin: 0px;
	display: block;
	width: 200px;
	font-weight: bold;
}



#nav a {
	color: #000;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	padding-top: 15px;
	font-family: Georgia;
	font-size: 16px;
	text-align: right;
	padding-bottom: 5px;
	margin: 0px;
	display: block;
	width: 200px;
	font-weight: bold;
}
#nav a.on {
	color: #F00;
}
#right div ul li {
	font-family: Arial;
	font-size: 13px;
	color: #FFF;
	line-height: 1.7em;
}


#nav a.sub {
	color: #FFF;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	padding-top: 5px;
	font-family: Verdana;
	font-size: 12px;
	text-align: right;
	padding-bottom: 5px;
	margin: 0px;
	display: block;
	width: 200px;
	font-weight: normal;
	line-height: 1em;
}
#nav a.subon {
	color: #F00;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	padding-top: 5px;
	font-family: Verdana;
	font-size: 12px;
	text-align: right;
	padding-bottom: 5px;
	margin: 0px;
	display: block;
	width: 200px;
	font-weight: normal;
	line-height: 1em;
}


#nav a:hover {
	color: #F00;
}
#right {
	height: 100%;
	width: 500px;
	float: left;
	padding-right: 25px;
	padding-left: 25px;
	margin-left: 25px;
} 
#right a {
	color: #FC9;
}
#top {
	text-align:center;
	padding-bottom: 10px;
	padding-top: 10px;
}
#bottom {
	text-align:center;
	padding-top: 10px;
}



h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: 24px;
	padding-bottom: 5px;
	color: #600;
	font-family: Verdana;
	font-weight: bold;
}






h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
h3 {
	font-family: Verdana;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
h4 {
	font-size: 16px;
}






p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: justify;
	line-height: 1.6em;
}
#content img {
	border: 1px dashed #FFF;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}
#home {
	text-align: center;
}
#home img {
	border: 1px dashed #FFF;
}

#form {
	text-align: center;
	margin-top: 15px;
}

h5 {
	font-size: 10px;
	font-weight: normal;
}
#container #right div h3 img {
	margin-right: 10px;
}
