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, img, 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: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body {
    border-width:0;
}

body {
	 margin: 0;
	 padding: 0;
	 font: normal normal normal 62.5% Verdana;
	 color: #003399;
	 background: #fff url('../images/bg.gif') repeat-x fixed 0 0;
}

ol, ul {
	list-style: none;
}

h1 {
	font-size: 13px;
	font-weight: bold;
}

h2 {
	padding: 0 0 16px 0;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
}

h3 {
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
}

p {
	padding: 0 0 16px 0;
	font-size: 13px;
}

a {
	color: #1616FB;
	text-decoration: none;
}

a:hover {
	background: #F7CA88;	
}

a:visited {
	color: #1616FB;	
}

div#container {
	width: 100%;
}

div#headerContainer {
	overflow: hidden;
	width: 100%;
	height: 100px;
	background: #fff url('../images/logo_l.gif') no-repeat 5px 5px;
	
}

div#headerLeft {
	float: left;
	width: 15%;
	height: 100px;
}

div#headerCenter {
	float: left;
	width: 70%;
	height: 100px;
}

div#headerRight {
	float: left;
	width: 15%;
	height: 100px;
	background: url('../images/vit_r.gif') no-repeat 9px 5px;
}

div#mainContainer {
	overflow: hidden;
	width: 100%;
	margin: 53px 0 0 0;
}

div#mainLeft {
	float: left;
	width: 250px;
}

div#mainCenter {
	float: left;
	width: 100%;
}

div#mainCenter ul {
	padding: 0 0 0 20px;
	font-size: 13px;
	list-style-type: disc;
}

div#mainCenter ul ul {
	list-style-type: circle;
}

div#mainRight {
	float: left;
	display: block;
	width: 250px;
}

div.title {
	padding: 5px;
	margin: 0 20px 0 5px;
	background: #FE7D18;
	font-size: 13px;
	font-weight: bold;
}

div.content {
	padding: 5px 5px 8px 5px;
	margin: 0 5px 16px 5px;
	background: #FFF;
}

p.print {
	text-align: right;	
}

div#footer {
	margin: 15px 0 0;
	width: 100%;
	text-align: center;
}

div#footer p {
	font-size: 10px;	
}

img.navi {
	margin: 19px 0 0 0;
}

ul.menu_main {
	font-size: 13px;
}

ul.menu_sub {

}

ul.menu_main li {
	padding: 0 0 5px 20px;	
}

ul.menu_sub li {
	padding: 5px 0 0 20px; 
}

ul.menu_main li.active {
	background: url('../images/btn_selected.jpg') no-repeat 0 3px;
}

ul.menu_sub li.active {
	background: url('../images/btn_selected.jpg') no-repeat 0 8px;
}