/* CSS Document */
body {
	font:.7em Arial, Helvetica, sans-serif; line-height:1.6em; margin:0px; padding:0px; background:url(images/site-background.jpg) repeat-x #5F7380;
}
.bodyHolder {
	width:746px; border-left:1px solid #000000; border-right:1px solid #000000;
}
.bodyContent {
	float:left; width:746px; background:url(images/page-background.jpg) repeat-y; text-align:left;
}
.graphics {
	float:left;
}
.siteBottom {
	width:746px; font-size:.9em; text-align:right; line-height:1em;
}
/* HOME PAGE ----------------------------------- */
.welcomeLeft {
	float:left; width:423px; padding:15px 0px 10px 15px;
}
.welcomeRight {
	float:left; width:308px;
}
.welcomeText {
	float:left; width:408px; padding:10px 15px 10px 0px; text-align:justify;
}
.videoHolder {
	float:left; width:408px; padding:10px 0px 0px 0px;
}
.videoRight {
	float:left; padding:0px 0px 0px 5px;
}

/* INTERIOR PAGES -------------------------------*/
.pageTitle {
	float:left; width:358px; padding:10px 0px 0px 15px;
}
.pageCookie {
	float:left; width:358px; padding:10px 15px 0px 0px; font-size:.9em; text-align:right;
}
.interiorContent {
	float:left; width:716px; padding:10px 15px 15px 15px;
}
.aboutPic {
	border:1px solid #000000; margin:0px 0px 10px 10px;
}


/* TEXT ETC. ------------------------------------*/
a.bottom:link, a.bottom:visited {
	color:#000000; text-decoration:none; line-height:1.4em;
}
a.bottom:hover {
	color:#000000; text-decoration:underline; line-height:1.4em;
}
a:link, a:visited {
	color:#2D2C54; text-decoration:underline;
}
a:hover {
	color:#2D2C54; text-decoration:none;
}
