/****************** PAGE LAYOUT STYLES *********************/

html, body {
	background: #333399;
}

a {
	color: #CC3333;
	text-decoration: none;
}

a:hover {
	color: #333399;
}

#container {
	padding: 0 0 30px 0;
	margin: 0 auto 0 auto;
	display: block;
	width: 760px;
	overflow: auto;
	background: #C6DBEF;
}

#header {
	padding: 0;
	margin: 0;
	display: block;
	width: 760px;
	height: 89px;
	background: url(../images/misc/header.jpg);
}

#divider {
	padding: 0;
	margin: 0;
	display: block;
	width: 760px;
	height: 4px;
	font-size: 1px;
	background: #CC3333;
}

#menuContainer {
	margin: 27px 0 0 45px;
	padding: 0;
	display: inline;
	float: left;
	width: 150px;
	height: 207px;
}

#pageContent {
	margin: 27px 45px 0 0;
	padding: 0;
	float: right;
	width: 505px;
}

/********************** MENU STYLES ************************/

.menu {
	padding: 0;
	margin: 0;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #C6DBEF;
}

.menu a {
	padding: 0;
	margin: 0;
	display: block;
	width: 150px;
	height: 23px;
	line-height: 23px;
	color: #FFF;
	text-decoration: none;
	text-indent: 3px;
	cursor: pointer;
	background: url(../images/buttons/menu.jpg);
}

.menu a:hover {
	background: url(../images/buttons/menuOver.jpg);
}

/********************** BODY STYLES ************************/

.bodytext {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.2;
	color: #000;
	text-decoration: none;
}

.bodytitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.bodycontact {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.2;
	color: #000;
	text-decoration: none;
}

.smallText {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
}