body, html {
	height: 100%;
	margin: 10px 0px;
	text-align: center;
	background-color: #07519A;
	background: url(images/bg.png) center repeat-y fixed;
	font-family: Verdana;
	font-size: 10px;
	color: #07519A;
	line-height: 120%;
	
	margin-top: 0px;
	margin-bottom: 0px;
	
	scrollbar-face-color: #07519A;
	scrollbar-highlight-color: #92B0DD;
	scrollbar-shadow-color: #92B0DD;
	scrollbar-3Dlight-color: #07519A;
	scrollbar-arrow-color: #92B0DD;
	scrollbar-track-color: #07519A;
	scrollbar-darkshadow-color: #07519A;
}

table {
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	
	font-family: Verdana;
	font-size: 10px;
	line-height: 120%;
}

small {font-size: 8px;}

a:link {
	color: #07519A;
	text-decoration: none;
}
a:visited {
	color: #07519A;
	text-decoration: none;
}
a:active {
	color: #B33232;
	text-decoration: underline overline;
	position: relative;
	bottom: 1;
}
a:hover {
	color: #B33232;
	text-decoration: underline overline;
	position: relative;
	bottom: 1px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}

h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 18px;
	text-decoration: underline;
}


input, select {
	width: 150px;
	height: 15px;
	font-family: Verdana;
	font-size: 10px;
	color: #07519A;
	background: #F7FAFE;
	border: #92B0DD 1px solid;
	padding-left: 2px;
}

textarea {
	width: 250px;
	font-family: Verdana;
	font-size: 10px;
	color: #07519A;
	background: #F7FAFE;
	border: #92B0DD 1px solid;
}


.header {
	font-weight: bold;
	background-color: #E2EAF8;
	border: #92B0DD 1px solid;
	padding: 5px 15px;
}

.content {
	border-left: #92B0DD 1px solid;
	border-right: #92B0DD 1px solid;
	border-bottom: #92B0DD 1px solid;
	padding: 15px;
}

.highlight {
	line-height: 240%;
	color: white;
	font-weight: bold;
	padding-left: 10px;
}

.dividerTop {
	border-bottom: #92B0DD 1px dotted;
	padding-bottom: 5px;
}
.dividerBottom {
	padding-top: 5px;
}
.dividerMiddle {
	border-bottom: #92B0DD 1px dotted;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tablehilite {background-color: #F0F4FB;}




/* ----- DIV TAG FORMATING ----- */

#container {
	width: 750px;
	height: 100%;
	margin: auto;
}

#header {
	width: 750px;
	height: 120px;
	background: url(images/header.jpg) center bottom no-repeat;
	text-align: right;
}

#menu {
	clear: both;
	width: 750px;
	margin-top: 10px;
}

#content {
	width: 750px;
	padding: 10px 0px;
	text-align: justify;
}

#footer {
	clear: both;
	width: 600px;
	margin: auto;
	margin-top: 10px;
	border-top: #92B0DD 1px solid;
	padding-top: 10px;
}

ul {
	padding: 0px;
	margin-left: 20px;
	text-align: left;
}
li {
	padding: 3px 0px;
}

#promo {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 30px;
}


/* ----- CLASSES ----- */

.navi {
	float: left;
	width: 140px;
	text-align: left;
}
.navi ul {
	list-style: url(images/bullets.gif);
	margin-left: 20px;
	padding-left: 0px;
}
.text {
	float: right;
	width: 590px;
}
.text a {
	color: orangered;
	font-weight: bold;
	font-style: italic;
}

.boxheader {
	text-align: left;
	font-weight: bold;
	background: #E2EAF8;
	border: #92B0DD 1px solid;
	padding: 5px 15px;
}

.boxcontent {
	text-align: justify;
	border: #92B0DD 1px solid;
	border-top: 0px;
	padding: 5px 15px;
}

.sampleimg {
	text-align: right;
	padding: 10px;
}

.tdblue1 {color: #07519A;}
.tdblue2 {color: #92B0DD;}
.tdblue3 {color: #E2EAF8;}
.tdblue4 {color: #F7FAFE;}
.red {color: #FF0000;}


/* ----- MAGNIFYING IMAGE ----- */

.magnify {
	cursor: default;
	list-style: none;
	text-align: center;
}

.magnify a {
	cursor: default;
}

.magnify a .preview {
	display: none;
}

.magnify a:hover .preview {
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 1;
}

.magnify img {
	background: white;
	border: 1px #92B0DD dotted;
	color: inherit;
	padding: 2px;
	vertical-align: top;
}

.magnify li {
	background: #F7FAFE;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.magnify .preview {
	border-color: #92B0DD;
}