@charset "utf-8";
#wrapper {
	padding: 10px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

p {
	font-size: small;
	font-weight: normal;
}
h1 {
	font-size: large;
	font-weight: normal;
}
h2 {
	font-size: medium;
	font-weight: normal;
}
h3 {
	font-size: x-small;
	font-weight: normal;
	font-style: italic;
}


#navcontainer
{
	margin: 0 auto;
	width: auto;
	border-bottom: 1px solid #ddd;
}


#navlist
{
	width: auto;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#navlist li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
}

#navlist li a
{
	letter-spacing: -1px;
	text-decoration: none;
	color: #0099FF;
	font-size: 1em;
	padding: 0 2px;
	border-top-width: 0.5em;
	border-top-style: none;
}

#navlist li a:hover,#navlist a#current
{
	color: #3300CC;
	border-top: none;
	font-size: 1.5em;
}

#navlist a#current {
	color: #0000FF;
}

#main_container {
	float: right;
	width: 788px;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
	padding: 5px;
}


#v_navcontainer {
	float: left;
	width: 145px;
	position: relative;
	padding: 5px;
}
#v_navlist {
	padding-left: 0px;
	margin-left: 0px;
	font-size: small;
}
#v_navlist li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	list-style-image: none;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#v_navlist li a {
	text-decoration: none;
	color: #3333FF;
}

#v_navlist a#current {
	color: #000099;
}

