/* Reset */
html, body, div, h1, h2, h3, a, strong, label {
    margin: 0;
    border: 0;
    padding: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
h1 {
	font-size: 1.8em;
	color: #3373aa;
	font-weight: bold;
}
h3 {
	font-size: 1.5em;
	font-style: italic;
	color: #669bcd;
}

p {
	line-height: 125%;
	color: #3F3F3F;
	text-align: justify;
}
li {
	line-height: 130%;
	padding-bottom: 7px;
	color: #3F3F3F;
}


html {
    height: 100%;
}

a img {
    border: none;
}
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	min-width: 950px;
	background-color: #FFFFFF;
	background-image: url(../images/main_vis3.jpg);
	background-repeat: no-repeat;
}
#logo {
	position:absolute;
	left:56px;
	top:16px;
	width:196px;
	height:182px;
	z-index:1;
}
#right {
	background-repeat: no-repeat;
	background-position: 950px 25px;
	height: 230px;
	width: 100%;
}
#padMenu {
	padding-right: 20px;
	padding-left: 20px;
	width: 270px;
}
#footer {
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	font-size: 0.9em;
	color: #6b7782;
}

.whiteTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
}
.letter {
	font-size: 1.8em;
	color: #3F3F3F;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
a.link {
	color: #00569a;
}

a.link:hover {
	color: #f10000;
	text-decoration: underline;
}
a.menu {
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	display: block;
	color: #00569a;
	text-decoration: none;
	margin-bottom: 5px;
	background-position: 0px 4px;
	margin-top: 5px;
}
a.menu:hover {
	color: #f10000;
	text-decoration: underline;

}
#padRight {

	padding-right: 10px;
	padding-left: 20px;
}
#padPage {
	padding-right: 60px;
}
h2 {
	font-size: 1.3em;
	color: #3373aa;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 10px;
}
.border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
}
.textSmall {
	font-size: 0.75em;
	color: #666666;
}

