/*  vdtmain.css V5 Jan08 V5 -GD & SF*/
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background: #DEEBEF;
}
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 0px;
	background-color: #BEC2E5;
	text-align: left;
	height: 120px;
}
#header h1 {
	color: #4C2D82;
	padding-left: 5%;
	font-size: 1.3em;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 10px;
	line-height: 1.2em;
	padding-top: 5px;
}
#header h2
{
	color: #4C2D82;
	font-size: 1em;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	margin: 0px;
}
#header p {
	font-size: 0.9em;
	margin-top: -2px;
}
/*  columnLeft, Right and Main are container divs placing 3 cols on page. Only float, width and text alignment options.  Fonts and sizes are in the subsequent divs. */
#columnMain {
	background: #FFF;
	text-align:left;
	float: left;
	width: 60%;
	margin-left: 20px;
}
#columnLeft  {
	float: left;
	width: 18%;
	text-align:left;
	padding-bottom: 1em;
	margin: 0px;
	position: relative;
}
#columnRight {
	float: right;
	width: 18%;
	text-align:left;
	padding-bottom: 1em;
	margin: 0px;
}
#footer {
	font: 0.8em "ems Verdana", Arial, Helvetica, sans-serif;
	text-align: center;
	clear: both;
	border-top: 2px solid #8C9ECE;
	background-color: #8C9ECE;
	color: #FFFFFF;
}
#footer a:link, #footer a:visited { color: #FFFFFF; }
#footer a:hover { color: #FF0000; }

/* 2nd level divs for above placement column divs*/
#content {
	background-color: #FFFFFF;
	border: 1px solid #BDC3E7;
	color: #000000;
	padding: 10px;
	margin: 0px;
	text-align: left;
	font-size: 99%;
	line-height: 1.3em;
}
#content h1 {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: -10px;
	margin-top: -5px;
}
#content h2 {
	font-size: 1.2em;
	font-weight: bold;
} 
#content h3 {
	font-size: 1em;
	font-style: italic;
	margin-bottom: -10px;
	font-weight: bold;
}

#leftside {
	color: #39489D;
	background: #DEEBEF;
	margin: 10px 2px;
	font-size: 0.8em;
	text-align: center;
}
#navlist {
	background: #8C9ECE;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCC;
	border-right: 2px solid #666666;
	border-top: 2px solid #CCCCCC;
	font-weight: bold;
	margin: 0;
	padding: 2px 1px;
	width: 13em;
	line-height: 1.7em;
	font-size: 0.9em;
}

#navlist li {
	border: 1px solid;
	border-color: #FFF #AAA #AAA #FFF;
	list-style: url(../Ver5/css/none) none;
	margin: 0;
	padding: 0.25em 0.9em;
	text-align: right;
}
#navlist li a { color: #8A8AFF; text-decoration: none; }
#navlist li a:link { color: #FFFFFF; }
#navlist li a:hover { background: #0033CC; }
#navlist li a:visited { color: #E1E0E4; }


#rightnavigation {
	color: #39489D;
	font-size: 0.8em;
	margin:10px 2px 10px 10px;
	text-align: center;
}
	
img {
	border-top: 1px solid #CCC;
	border-right: 3px solid #666;
	border-bottom: 3px solid #666;
	border-left: 1px solid #CCC;
	margin: 5px 0px;
}

.larger { 	font-size: 1.1em; }

.left {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.right
{
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}

.morelink {
	font-size: 90%;
	color: #8A8AFF;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #8C9ECE;
}
#columnRight #rightnavigation ul {
	margin-left: -2px;
}
