
body {
	background: #6f9ed4;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

img {
	border: 0px;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #333333;
}

a:hover {	
	color: #6f97d2;
}





/* Header */

#opener {
	width: 600px;
	height: 258px;
	margin: 0px auto;	
}

.opener_img1 {
	background: url(../images/opener1.jpg) no-repeat;	
}

.opener_img2 {
	background: url(../images/opener2.jpg) no-repeat;	
}

.opener_img3 {
	background: url(../images/opener3.jpg) no-repeat;	
}

.opener_img4 {
	background: url(../images/opener4.jpg) no-repeat;	
}

.opener_img5 {
	background: url(../images/opener5.jpg) no-repeat;	
}

#opener h1 {
	margin: 0px;
	padding: 10px 0 0 20px;
	font-size: 32px;	
}

#opener h2 {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 16px;
	font-style: italic;
	color: #ff0;
}

#opener a {
	text-decoration: none;
	color: #FFFFFF;
}




/* Menu */

#menu {
	width: 600px;
	height: 52px;
	margin: 0px auto;
	padding-top: 0px;
	background-color: #ffffff;	
}



#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;		
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	padding-top: 0px;	
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 22px;
	letter-spacing: -2px;
	background: url(../images/button.jpg) no-repeat;
	color: #ffffff;
}

#menu .last a {
	background: url(../images/button-last.jpg) no-repeat;
}

#menu a:hover, #menu .active {
	color:#333333;
}




/* Content */

#content {
	background: #FFFFFF;
	width: 600px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
	min-height: 400px;
}


#colOne {
	float: left;
	width: 360px;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}


#colTwo {
	float: right;
	width: 180px;
	margin-top: 0px;
	padding-right: 20px;
}

#colTwo ul, #colOne ul{
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}



#colfull {
	float: left;
	width: 540px;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}


#content h1 {
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	text-transform: none;
	font-size: 18px;
	color: #2D2D2D;
	border-bottom: 1px dashed;
}

#content h3 {
	color: #6C6C6C;
}


#content h4 {
	color: #6C6C6C;
	margin-bottom: -15px;
}






/* Footer */
#footer {
	width: 600px;
	margin: 0px auto;
	padding: 3px 0px;	
	height: 30px;
	background: #355067;
	background: url(../images/footer.jpg) no-repeat;	
}

#footer p {
	margin: 0px;
	padding-top: 5px;
	margin-right: 10px;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #6f97d2;
}