body{	
	margin: 0;
	padding: 9px 0 0 0;
	background-color: #2D284A;
	background-image: url("images/bg.gif");
	background-attachment: fixed;
	font: 12px arial, sans-serif;
}

div#page{
	position: relative;
	width: 784px;
	margin: 0 auto 0 auto;
	border-top: 1px solid black;
	border-right: 3px solid black;
	border-bottom: 2px solid black;
	border-left: 1px solid black;
	padding: 0;
	background-color: white;
	background-image: url("images/globe.gif");
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

img#printlogo{
	display: none;
}

img#collage{
	position: absolute;
	top: 0;
	left: 484px;
}

/*MENU*/
ul#nav{
	float: left;
	clear: none;
	width:155px;
	margin: 0;
	border-right: 1px solid #230C5A;
	border-bottom: 1px solid #230C5A;
	padding: 0;
	background: #9ABA7E;
	list-style-type: none;
	z-index: 1;
}

li.active, li.inactive{
	position: relative;
	height: 15px;
	width:147px;
	margin: 0;
	padding: 5px 0 5px 8px;
	border-top: 1px solid #230C5A;
	background: #EEEEE6;
}

li.inactive{
	background: #EEEEE6;
}

li.active, ul#nav li:hover, li.over{
	background: #9ABA7E;
}

a.menu:link, a.menu:visited, a.menu:active{
	margin: 0;
	padding: 0;
	font: bold 13px arial, sans-serif;
	color: #230C5A;
}

a.menu:hover, li.active a:link, li.active a:visited{
	margin: 0;
	padding: 0;
}

/*POP-OUTS*/
ul li ul{
	display: none;
	position: absolute;
	top: -1px;
	left: 155px;
	width: 155px;
	margin: 0;
	border: 1px solid #3D5221;
	padding: 0;
	background-color: #EEEEE6;
	list-style-type: none;
}

li:hover ul, li.over ul {
	display: block;
}

ul li ul li
{
	margin: 0;
	border-bottom: 1px solid #3D5221;
	padding: 4px;
}

li ul li a:link, li ul li a:visited, li ul li a:hover, li ul li a:active{
	margin: 0;
	padding: 0;
	font: 11px arial, sans-serif;
	color: #230C5A;
}

/*HORIZONTAL SUBMENUS */
div#submenu{
	position: absolute;
	top: 120px;
	left: 175px;
	width: 609px;
	margin: 0;
	border-bottom: 1px solid #9ABA7E;
	padding: 5px 0 0 0;
}

.submenu:link, .submenu:visited, .submenu:active{
	padding: 0 26px 0 0;
	font: bold 12px arial, sans-serif;
	color: #230C5A;
}

.submenu:hover{
	color: #351585;
}

/*CONTENT*/
div#content{
	float: right;
	width: 610px;
	margin: 0 0 10px 0;
	padding: 0;

}

h1{
	position: absolute;
	top: 50px;
	left: 170px;
	width: 615px;
	margin: 0;
	font: bold 48px arial, sans-serif;
	color: #351585;
}

h2{
	margin: 13px 0 0 0;
	font: bold 22px arial, sans-serif;
	color: #351585;

}

h3{
	margin: 13px 0 0 0;
	font: bold 15px arial, sans-serif;
}

p{
	margin: 15px 5px 0 0;
	line-height: 15px;
}

div.highlight{
	float: right;
	width: 230px;
	margin: 10px 5px 0 20px;
	border: 1px solid #2D284A;
	padding: 4px;
	background: white;
}

img.highlight{
	float: right;
	margin: 10px 5px 0 20px;
	border: 1px solid #2D284A;
}

a:link, a:visited, a:active{
	color: #314B95;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #2D284A;
	cursor: pointer;
}

img{
	border: 0;
}

img.client{
	float: left;
	margin: 15px 10px 13px 0;
}

form, fieldset{
	margin: 0;
	border: 0;
}

.clear{
	clear: both;
}

.error{
	color: red;
}

/*FOOTERS*/
div#footer{
	width: 614px;
	clear: both;
	margin: 6px 0 0 170px;
	padding: 1px 0 1px 0;
	border-top: 1px solid #9ABA7E;
	text-align: center;
	color: #230C5A;
	font: 11px arial, sans-serif;
}

p#siteby{
	margin: 25px 0 0 225px;
	font: 11px arial, sans-serif;
}

