/* clearfix
----------------------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/* IE7 MacIE */
.clearfix {
	display: inline-block;
	}
/* IE6 以前 */
* html.clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
	
.clear{
	clear: both;
}

.head
	{
	background-color: white;
	width:703px;
	height: 60px;
	}
body{
	color:#000;
	background:#fff;
	margin:10;
	padding:10;
	width:710px;
	}
.menu
	{
	border: 1px solid silver;
	float: left;
	width: 165px;
	background-color: white;
	height: 1150px;
	padding: 10px;
	}

.main
	{
	border: 1px solid silver;
	float: left;
	width: 500px;
	background-color: white;
	height: 1150px;
	padding: 10px;
	}

.foot
	{
	clear:left;
	background-color: white;
	width: 700px;
	height: 20px;
	padding: 4px;
	}
	

.copyright
{
	font-size:70%;
}



.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0px;
	list-style-type: none;
	display: block;
	background-color: #083169; /*  */
}
.vnav ul
{
	border: solid 1px Navy;
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: solid 1px Navy;
	color: #ffffff;
}
.vnav ul li a
{
	display: block;
	text-decoration: none;
	padding: 2px 10px;
	color: #336;
	background-color: #fff; /*  */
}
.vnav ul li a:visited
{
	color: #800080;
}
.vnav ul li a:hover
{
	text-decoration: none;
	background-color: #263AAC;
	color: #ffffff;
}


a:link
	{
	text-decoration:none;
	color:#263AAC;
	}
a:visited
	{
	text-decoration:none;
	color:#800080;
	}
a:hover
	{
	text-decoration:underline;
	color:#ff0000;
	}

div.candtitle 
	{
	border:1px solid grey;
	padding: 5px 10px 5px 10px;
	color: #000000;
	background-color: whitesmoke;
	}
.description
	{
	float:left;
	width:550px;
	background-color: white;
	padding: 5px;
	}
.clears{
  clear:both;
}

h1
	{
	font-size:70%;	
	font-weight:bold;
	}

h2
	{
	font-size:70%;	
	font-weight:bold;
	}
h3
	{
	font-size:100%;	
	font-weight:bold;
	}
h4
	{	
	font-size:90%;
	font-weight:bold;
	}
p
	{
	line-height:130%;	
	}
pre
	{
	background-color:whitesmoke;
	line-height:120%;
	font-size:90%;	
	}
pre b
	{
	color:red;
	font-size:90%;
	}
font.cap
	{
	color:blue;
	font-size:90%;
	}
font.ref
	{
	color:black;
	font-size:90%;
	}
