@charset "UTF-8";
.bluelink {
	color: #66FF99;
	font-family: "Times New Roman", Times, serif;
	font-size: 115%;
	font-style: italic;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF66;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #66FF99;
}
body {
	font-size: x-large;
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: right;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 150%;
	letter-spacing: 0.3em;
}
h2 {
	font-size: 80%;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: lighter;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 50%;
	text-decoration: none;
}
h4 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/UNIVERSAL/caption.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	font-size: 80%;
}
p {
	color: #FFFFFF;
	font-size: 70%;
	font-family: "Times New Roman", Times, serif;
	margin: 10px;
}

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
#header {
	width: 778px;
	height: 65px;
	border: 1px dashed #999999;
	background-color: #000000;
}
#caption {
	height: auto;
	width: 780px;
	background-image: url(images/UNIVERSAL/caption.jpg);
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}
#sidebar {
	float: left;
	height: auto;
	width: 135px;
	padding: 0px;
	margin: 0px;
}
#sidebar ul
{
	padding: 0px;
	margin: 0px;
}

#sidebar a
{
	display: block;
	width: 120px;
	margin-bottom: 25px;
	padding-top: 10px;
	text-align: left;
	background-image: url(images/UNIVERSAL/links.jpg);
	background-position: left;
	padding-left: 15px;
	height: 40px;
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	vertical-align: middle;
}

#sidebar a:link, #navlist a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar a:hover
{
	color: #FFFF66;
	list-style-image: none;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer {
	clear: both;
	width: 768px;
	border: 1px dashed #999999;
	padding-right: 10px;
}
