/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color:#23495A;
	text-decoration: underline;
}
a:hover {
	background-color: #6EB61A;
	text-decoration: none;
	color: #FFFFFF;
}

#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#infobar {
	color: #254C5E;
	line-height: 30px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #254C5E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#contentright {
	width: 200px;
	margin: 0px;
	padding: 20px;
	height: auto;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 12px;
	line-height: 24px;
	background-color: #F7F7F7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
#contentright p {
	padding-top: 10px;
}


#contentright h2 {
	font-size: 14px;
	text-transform: lowercase;
	color: #333333;
	margin: 20px 0px 0px;
	padding: 0px;
	text-indent: 6px;
	line-height: 22px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#contentright ul {
	margin: 0px;
	padding: 10px 0px 0px;
}

#contentright li {
	margin: 0px;
	padding: 0px 0px 0px 6px;
	list-style-type: none;
	line-height: 20px;
}

#content {
	width: 460px;
	margin: 0px;
	padding: 20px 20px 20px 30px;
	height: auto;
	float: right;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../images/starbackground.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#content p {
	color: #333333;
}
h1,h2,h3,h4,p {
	margin: 0 10px
}

h1{
	font-size: 200%;
	color: #264C5F;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 10px;
}
h2{
	font-size: 120%;
	color: #6EB61A;
	margin-top: 16px;
	font-style: normal;
	text-transform: uppercase;
}
h3{
	font-size: 80%;
	color: #6894C1;
	text-transform: uppercase;
	background-image: url(../images/info.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	margin-left: -10px;
	background-position: left 1px;
	padding-top: 2px;
}
#content h4 {
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: #6EB61A;
}
