@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(images/bg_01.jpg);
	background-repeat: repeat-x;
	background-color: #23445f;
	text-align: center;
}

/* hide from ie on mac \*/
/*html {
	height: 100%;
	overflow: hidden;
}*/
/* end hide */

#pageContainer {
	margin: 0px auto;
	text-align: left;
	width: 805px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #909eac;
	text-decoration: none;
}

#pageTop {

}

#pageTopNavigation {

}

#pageContent {

}

#pageContent #pageHeader {

}

#pageContent #pageDetails {
	background-color: #1b3956;
	width: 805px;
	float: left;
}

#pageContent #pageDetailsSub {
	width: 765px;
	float: left;
	padding: 20px;
}

#pageContent #pageDetailsLeft {
	width: 310px;
	float: left;
	padding: 20px;
}

#pageContent #pageDetailsRight {
	width: 400px;
	height: 240px;
	float: right;
	background-color: #163347;
	padding: 20px;
	text-align: left;
}

#pageTitle {
	font-family: "Trebuchet MS";
	font-size: 26px;
	color: #aabacb;
}

ul.pageMenuList ul {
	padding: 0;
	margin: 0;
	list-style-position: outside;
}

ul.pageMenuList li {
	list-style-type: none;
	padding: 0;
	margin-left: 0px;
	text-indent: 0px;
/*	list-style-image:url(images/arrow_2.gif);*/
	line-height: 22px;
}

ul.pageMenuList li a {
	font-size: 12px;
	background-color: #1B3956;
	width: 100px;
	display: block;
	padding-left: 10px;
	margin: 3px;
}

ul.pageMenuList li a:hover {
	text-decoration: none;
	background-color: #064A82;
}

#pageFooter {
	height: 60px;
	width: 805px;
	background-color: #102844;
	text-align: left;
	float: left;
}

#pageFooter #pageFooterContent {
	width: 600px;
	height: 40px;
	text-align: left;
	margin-top: 10px;
	margin-left: 25px;
	float: left;
}

#pageFooter #pageFooterSiteBy {
	width: 150px;
	height: 20px;
	text-align: right;
	margin-top: 30px;
	margin-right: 25px;
	float: right;
}

.button a {
	font-size: 14px;
	background-color: #27537d;
	width: 150px;
	height: 35px;
	display: block;
	padding-left: 10px;
	padding-top: 15px;
}

.button a:hover {
	text-decoration: none;
	background-color: #31679b;
}

a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #c2d5e8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.width_300px {
	width: 300px;
}

.width_330px {
	width: 330px;
}

.width_100px {
	width: 100px;
}

.width_215px {
	width: 215px;
}

.width_430px {
	width: 430px;
}

.height_150px {
	height: 200px;
}

.photo_100px {
	width: 100px;
	height: 100px;
	margin: 5px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.fontsize_13px {
	font-size: 13px;
	color: #aabacb;
}