@charset "utf-8";
/* CSS Document */

body { margin: 0; background-color: white; border-width: 0; }

a:link { color: #3A3A3A; font-size: 12px; font-weight: normal; font-style: normal; background-color: white; text-decoration: none; font-family: Verdana, Georgia, Verdana, Arial, sans-serif}
a:visited { color: #3A3A3A; font-size: 12px; font-weight: normal; font-style: normal; background-color: white; text-decoration: none; font-family: Verdana, Georgia, Verdana, Arial, sans-serif }
a:active { color: #3366FE; font-size: 12px; font-weight: bold; font-style: normal; background-color: white; text-decoration: none; font-family: Verdana, Georgia, Verdana, Arial, sans-serif }
a:hover { color: #3366FE; font-size: 12px; font-weight: bold; font-style: normal; background-color: white; text-decoration: none; font-family: Verdana, Georgia, Verdana, Arial, sans-serif }

p { margin-top: 0px; margin-bottom: 10px; }
.text { color: #3A3A3A; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none;  font-family: Verdana, Georgia, Verdana, Arial, sans-serif}
.italics { color: #3A3A3A; font-size: 11px; font-weight: normal; font-style: italic; text-decoration: none;  font-family: Verdana, Georgia, Verdana, Arial, sans-serif; text-align:justify}
.red { color: red; font-size: 11px; font-weight: bold; font-style: normal; text-decoration: none;  font-family: Verdana, Georgia, Verdana, Arial, sans-serif}
.blue { color: blue; font-size: 11px; font-weight: normal; font-style: italic; text-decoration: none;  font-family: Verdana, Georgia, Verdana, Arial, sans-serif}
.bold { color: #3A3A3A; font-size: 11px; font-weight: bold; font-style: normal; text-decoration: none;  font-family: Verdana, Georgia, Verdana, Arial, sans-serif}
.bold2 { color: #3366FE; font-size: 12px; font-weight: bold; font-style: normal; text-decoration: none;  font-family: Verdana, Georgia, Verdana, Arial, sans-serif}
.breadcrumb span { color: #3366FE; font-size: 12px; font-weight: bold; font-style: normal; background-color: white; text-decoration: none; font-family: Verdana, Georgia, Verdana, Arial, sans-serif }
.link span { color: #3366FE; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;  font-family: Verdana, Georgia, Verdana, Arial, sans-serif}

/*NAVIGATION SECTION*/

.logo {
position: absolute;
top: 0px;
left: 50%;
text-align: center;
margin-left: -460px;
width: 240px;
height: 68px;
}

.tagline {
position: absolute;
top: 68px;
left: 50%;
margin-left: -460px;
width: 240px;
height: 20px;
color: #000000; 
font-size: 11px; 
font-weight: bold; 
font-style: italic; 
text-decoration: none; 
font-family: Verdana, Georgia, Verdana, Arial, sans-serif
}

.navigation {
position: absolute;
top: 120px;
left: 50%;
margin-left: -460px;
width: 150px;
height: 400px;
}

ul {
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
	
li {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 90%;
	display: block
	}

/*BODY SECTION*/
.body_image {
position: absolute;
top: 120px;
left: 50%;
margin-left: -25px;
width: 500px;
height: 375px;
z-index:0;
}

.body_title {
position: absolute;
top: 120px;
left: 50%;
margin-left: -280px;
width: 240px;
height: 375px;
}

.body_text {
position: absolute;
top: 140px;
left: 50%;
margin-left: -280px;
width: 240px;
height: 375px;
font-family: Verdana, Georgia, Verdana, Arial, sans-serif;
text-decoration: none;
font-size: 11px;
color: #3A3A3A;
}

.arrows {
position: absolute;
top: 525px;
left: 50%;
margin-left: -285px;
width: 240px;
height: 30px;
text-align: right;
}

.frame {
position: absolute;
top: 120px;
left: 50%;
margin-left: -25px;
width: 500px;
height: 375px;
z-index:1;
}

/*FOOTER*/
.footer {
position: absolute;
top: 520px;
left: 50%;
margin-left: -25px;
width: 500px;
height: 30px;
text-align: center;
padding-right: 80px;
padding-top: 5px;
font-family: Verdana, Georgia, Verdana, Arial, sans-serif;
text-decoration: none;
font-size: 11px;
color: #3A3A3A;
}
