/*####################### LAYOUT */

.bodyMain {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	background-image: url(../images/v_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.bodyPop {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}

.root {
	text-align:left;
	margin:0 auto 0 0px;
	width:750px;
	height: 100%;
}

.content-left {
	margin: 0;
	padding: 0;
	height: auto;
	width: 300px;
	text-align: left;
	float: left;

}
.content-center {
	margin: 0 0 0 0px;
	padding: 0;
	text-align: left;
	width: 300px;
	height: auto;
	float: left;

}

.content-menu {
	margin: 0 0 0 0px;
	padding: 145px 0px 0px;
	text-align: left;
	width: 300px;
	height: 85px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


.content-right {

	margin: 0;
	padding: 0;
	height: auto;
	width: 150px;
	text-align: left;
	float: left;
}

.footer {
	display: block;
	color: #72D7F5;
	margin: auto 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 160px;
}

/*####################### MENU level 2 */

.menu-1 {
	color: #05387C;
	padding: 0px 0px 4px 10px;
	margin: 0px;
	display: block;
	font-size: 12px;
}

.active-1 {
	color: #05387C;
	padding: 0px 0px 4px 10px;
	margin: 0px;
	display: block;
	font-size: 12px;
	background-image: url(../images/arrow_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	text-decoration: none;

}
.menu-1:link {
	color: #05387C;
	text-decoration: none;
}
.menu-1:visited {
	color: #05387C;
	text-decoration: none;
}
.menu-1:active{
	color: #05387C;
	text-decoration: none;
}
.menu-1:hover {
	color: #05387C;
	text-decoration: underline;
}



/*####################### MENU level 1 */
.menu-2 {
	margin: 0px 4px 4px;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
}
.menu-2:link {
	text-decoration: none;
	color: #003366;
}
.menu-2:visited {
	text-decoration: none;
	color: #003366;
}
.menu-2:active{
	text-decoration: none;
	color: #003366;
}
.menu-2:hover {
	text-decoration: underline;
	color: #003366;

}









/*####################### TEXT */
h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.h_letf {
	color: #FFFFFF;
}

.h_center {
	background-image: url(../images/arrow_dark.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
.h_right {
	background-image: url(../images/arrow_light.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
p {
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

ul {
	font-size: 11px;
	font-weight: bold;;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style-position: inside;
}

li {
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-position: inside;
}
.no-border {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	border-width: 0;
}
.img-text {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 3px solid #CCCCCC;
	float: left;
}


.contact {

	display: block;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 150px;
}

.webLinkPosition {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

a:link {
	color: #35AACD;
	text-decoration: none;
}
a:visited {
	color: #35AACD;
	text-decoration: none;
}
a:active{
	color: #35AACD;
	text-decoration: none;
}
a:hover {
	color: #35AACD;
	text-decoration: underline;
}
.active-2 {
	font-weight: bold;
}
.wide {
	width: 450px;
}
