/* Root Styles */

body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

#logo {
	font-family: Tahoma;
	font-size: 18px;
	color: #000;
	
	position: absolute;
	top: 47px;
	left: 35px;
	font-weight: normal;
}

#box {
	background-color: #006699;
	width: 640px;
	height: 300px;
	position: absolute;
	top: 85px;
	left: 5px;
	border: solid 1px #000033;
	z-index: 0;
}

/* Nav Bar Styles */

#nav {
	font-family: Tahoma;
	font-size: 11px;
	
	position: absolute;
	top: 64px;
	left: 360px;
}

#nav a:link, a:visited, a:active {
	font-family: Tahoma;
	color: #333;
	
	text-decoration: underline;
}

#nav a:hover {
	font-family: Tahoma;
	color: #006699;
	
	text-decoration: underline;
}

#nav a.active {
	font-family: Tahoma;
	color: #006699;
	
	text-decoration: none;
}

/* Body Content styles */
#body_pagetitle {
	font-family: Tahoma;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 105px;
	left: 35px;
	z-index: 1;
}

#body_text {
	font-family: Tahoma;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	position: absolute;
	top: 117px;
	left: 35px;
	width: 310px;
	height: 225px;
	z-index: 1;
}

#body_text a {
	color: #fff;
}

/* PICTURE STYLES */
#picture1 {
	height: 115px;
	width: 172px;
	position: absolute;
	top: 105px;
	left: 453px;
	border: solid 1px #000033;
	z-index: 1;
}

#picture2 {
	height: 115px;
	width: 172px;
	position: absolute;
	top: 230px;
	left: 453px;
	border: solid 1px #000033;
	z-index: 1;
}

#footer {
	text-align: right;
	width: 645px;
	position: absolute;
	left: 5px;
	top: 385px;
	padding: 2px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	color: #999;	
}

#footer a {
	color: #999;
	text-decoration: none;
}