html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 5;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

:focus {	/* remember to define focus styles! */
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 10;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration: none;
	color: #565656;
}

/* --------------- TYPOGRAPHY BASE --------------- */

html {
scrollbar-face-color: #ffffff; 
scrollbar-highlight-color:#E1E5EB; 
scrollbar-shadow-color: #E1E5EB;
scrollbar-3Dligh-color: #ffffff; 
scrollbar-arrow-color: #808080; 
scrollbar-darkshadow-color: #808080;
scrollbar-base-color: #ffffff;
}

body {
	font-size: 62.5%; /* 1em = 10px */
	font-family: Verdana;
	color: #787a7a;
	background: white;
}

strong {
	font-weight: bold;
}

em,
cite {
	font-style: italic;
}

/* --------------- TYPOGRAPHY BASE --------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	#display: inline-block;
}

html[xmlns] .clearfix {
	#display: block;
}

* html .clearfix {height: 1%; }
* html .clearfix {height: 1%; }

/* --------------- NAVBAR ------------------------ */

.nav_2nd {
	background: #e8e8e8 url( ) repeat-x scroll top left;
	height: 19px;
	padding-top: 4px;
}

.nav_3nd {
	BACKGROUND: url( ) #404040 repeat-x left top; PADDING-TOP: 8px; HEIGHT: 15px
}

#menu {
	width:100%;
}

*>.nav_2nd {
	clear: both;
}

.nav_2nd li {
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 3px 0 2px;
	font-family: Georgia;
	font-weight: bold;
	background: transparent url(../images/vdot.gif) repeat-y scroll right top;
}

.nav_2nd li a {
	padding: 0 3px 1px 3px;
	color: #464646;
	line-height: 1.1;
}

.nav_2nd li a:hover, .nav_2nd li.current a {
	background: #244B98;
	color: white;
	text-decoration: none;
}

.nav_2nd img{
	display: inline;
}

/* --------------- NAVBAR ------------------------ */
