/* CSS Document */
html,body{margin:5 0 0;padding:5 0 0}
body{font: 76% arial,sans-serif;text-align:center}
p{margin:0 10px 10px}
a{
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
}
div#header h1{
	height:60px;
	line-height:60px;
	margin:0;
	padding-left:20px;
	background: #EEEEEE;
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	border: 1px solid #666666;
}
div#container{text-align:left}
div#content p{
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
div#extra{background:#FF8539}
div#footer{
	background: #eeeeee;
	color: #660000;
	border: 1px solid #000000;
	margin-bottom: 10px;
}
div#footer p{
	margin:0;
	padding:5px 10px;
	text-align: center;
}

div#container{width:750px;margin:0 auto}
div#content{
	float:right;
	width:625px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
div#navigation{
	float:left;
	width:110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #FFFFFF;
	padding: 10px 5px 10px 0px;
	border: 1px none #666666;
}
div#extra{float:left;clear:left;width:200px}
div#footer{clear:both;width:100%}
.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: solid 1px #000;
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: solid 1px #000;
}
.vnav ul li a
{
	display: block;
	text-decoration: none;
	padding: 2px 10px;
}
* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */
{
	height: 1%;
}
* html .vnav ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
}
.vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active
{
	text-decoration: none;
	background-color: #EEEEEE;
	color: #660000;
}
#rightColumn .vnav ul li a:link, #rightColumn .vnav ul li a:visited, #rightColumn .vnav ul li a:active
{
	background-color: #ded;
}
.vnav ul li a:hover, #rightColumn .vnav ul li a:hover
{
	text-decoration: none;
	background-color: #CC9999;
	color: #660000;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}
H4 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   12px;
 color:       #999999;
 margin-top: 2px;
 margin-bottom: 5px;
 font-weight: bold;
}

/*---  Used in comment templates to format text used in the comment form. ---*/

H5 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #666666;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}



/*---  Weblog entry formatting.  ---*/

.weblog {
	padding-bottom: 12px;
	border-bottom:1px dotted #999999;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	width: 450px;
}

/*---  Name of author in weblog entries ---*/

.author {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #999999;
 font-weight: normal;
}

form {
  margin-top:         0px;
}