﻿.contentContainer {
	width: 932px;
	text-align: center;
	margin: auto;
}


.topImage {
	vertical-align: top;
	width: 932px;
	height:260px;
	background-image:url(images/top_main.jpg);
	background-repeat: no-repeat;
}

.leftContainer {
	vertical-align: top;
	width: 319px;
	background-image:url(images/left_menu_back.gif);
	background-position: top left;
	background-color: #FfFfFf;
	background-repeat: no-repeat;
}
.rightContainer {
	vertical-align: top;	
	background-image:url(images/content_gradient_back.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
	background-color: white;
	width:613px;
	}

.contentBottom {
	vertical-align: top;
	width: 932px;
	height:51px;
	background-image:url(images/contentbottom_back.gif);
	background-repeat: no-repeat;
}

.bottom{
	width: 100%; 
	height:137px; 
	background-image: url(images/bottom_back.gif); 
	background-repeat: repeat-x;
	background-color: black;
	text-align: center;
	margin: auto;
	
	
	
}

.bottom_textcontainer {
	padding-top:20px;
	
}

.bottom_textcontainer div {
	
	display: inline;
}

.bottom_textcontainer div a {
	
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	line-height: 14px;
	font-size: 10px;
	color: #777777;
}
.bottom_textcontainer div a:hover {
	color: #E52905;
}



.menuContainer {
	padding-top: 10px;
	padding-bottom: 20px;
}
.menuContainer ul {
	margin: 0px;
	padding: 0px;
}
.menuContainer li {
	height:29px;
	width: 204px;
	list-style-type: none;
	background-image: url(images/menuitem_back.gif);
}
.menuContainer li .noHref {
	font-size: 11px;
	color: #FF6F2A;
	text-transform: uppercase;
	line-height: 29px;
	padding-left: 15px;
}
.menuContainer li a {
	font-size: 11px;
	color: #FF6F2A;
	text-transform: uppercase;
	line-height: 29px;
	padding-left: 15px;
	display: block;
}
.menuContainer li a:hover {
	color: #00BCE4;
}

h1 {
	color: #00BCE4; 
	font-size: 18px; 
	font-family: Arial; 
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0px;
}
h2 {
	color: #00BCE4; 
	font-size: 20px; 
	font-family: Arial; 
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 10px;
	background-image: url(images/content_page_title.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
}
h3, h3 a {
	font-family: Verdana, Arial;
	font-size: 20px;
	color: #00BCE4;
	font-weight: normal;
}
h4 {
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #F04F23;
	font-weight: bold;
}
h5 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #5C5C5C;
	font-weight: normal;
	font-style: italic;
}


