/* ### TAG DEFINITIONS ### */
div {
	border: 0px solid #ff00ff;
}

html,body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	cursor: default;

}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

a:link {color: #6B8AD7; text-decoration:none;}
a:visited {color: #90352B; text-decoration:underline;}
a:hover {color: #FF0000; text-decoration:underline;}


/* ### ID DEFINITIONS ### */

#header {
	height: 58px;
	padding: 20px 20px 20px 20px;
}

#bluefield {
	clear: both;
	background-color: #254369;
	height: 450px;
	background-image: url(img/bigbgr_mod.png);
	background-repeat: no-repeat;
}

#mainmenu  {
	float: left;
	font-size: 0px;
	display: inline;
	width: 250px;
	padding: 90px 0px 0px 20px;
}

#mainmenu ul {
	list-style: none;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

#mainmenu li {
	display: inline;
}

#mainmenu li.spacer {
	font-size: 10px;
}

#mainmenu a {
	width: 160px;
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	border-left: 16px solid #5c99d4;
	font-style: italic;
	padding: 1px 2px 2px 5px;
	margin: 0px 0px 10px 0px;
}

#mainmenu ul li a:visited{
	text-decoration: none;
}

#mainmenu ul li a:hover, #mainmenu ul li a.selected {
	text-decoration: none;
	background-color: #4185ca;
	border-left: 16px solid #add6ff;
}

#page {
	width: 650px;
	float: right;
	position: relative;
	top: -22px;
	margin: 0px 20px 0px 0px;
}

#theimage {
	float: left;
}

#title {
	float: right;
	width: 355px;
}

#text {
	clear: both;
	padding: 20px 0px 0px 0px;
	color: #e0e0e0;
	font-size: 12px;
}

#text strong {
	color: #ffffff;
}




.next0 {
	position: relative;
	width:48px;
	height: 22px;
	background-image: url(img/next0.gif);
	cursor: pointer;
	float: right;
}


.next1 {
	position: relative;
	width:48px;
	height: 22px;
	background-image: url(img/next1.gif);
	cursor: pointer;
	float: right;
}


.back0 {
	position: relative;
	width:48px;
	height: 22px;
	background-image: url(img/back0.gif);
	cursor: pointer;
	float: left;
}


.back1 {
	position: relative;
	width:48px;
	height: 22px;
	background-image: url(img/back1.gif);
	cursor: pointer;
	float: left;
}
