﻿html {
	 margin: 0px;
	 padding: 0px;
}

body {
	 margin: 0px;
	 padding: 0px;
}

p { margin: 0px 0px 10px 0px; }


/*** colors, backgrounds, and fonts ***/
* { line-height: 1.4; }

blockquote {
	padding: 15px;
	background: #f4f6f8;
	font: italic 100% Georgia, Times, 'Times New Roman', serif; 
}

body {
	color: #535360;
	background: #fff url('images/base/bg.gif') repeat-x;
	text-align: center;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
}

#body2col #body2, #body3col #body2 {
	background: #dadbe7 url('images/base/leftbg.gif') repeat-x bottom left;
}

#bodyhome {
	background: url('images/base/home-colbg.jpg') repeat-y;
	color: #fff;
}

#bodyhome #body1 { 
	background: url('images/base/home-coltop.jpg') -316px 0px no-repeat;
}

#bodyhome #body2 { 
	background-color: none;
	background: url('images/base/home-coltop.jpg') no-repeat;
}

#bodyhome #body3 { 
	background: url('images/base/home-coltop.jpg') -632px 0px no-repeat;
}

#container {
	background: url('images/base/pagebg.gif') no-repeat;
}

#footer {
	font-size: 85%;
}


h1 { 
	margin: 0px;
	color: #000; 
	font: bold 220% 'Trebuchet MS', Arial, Helvetica, sans-serif; 
}
h2 { 	
	margin: 0px;
	color: #000; 
	font: bold 170% 'Trebuchet MS', Arial, Helvetica, sans-serif; 
}
	#bodyhome h2 { color: #fff; }

h3 { 
	margin: 0px;
	color: #535360;
	font: bold 170% 'Trebuchet MS', Arial, Helvetica, sans-serif; 
}

h4 { 
	margin: 0px;
	color: #535360;
	font: bold 140% 'Trebuchet MS', Arial, Helvetica, sans-serif; 
}

h5 { 
	margin: 0px;
	color: #535360;
	font: bold 120% 'Trebuchet MS', Arial, Helvetica, sans-serif; 
}

h6 { 
	margin: 0px;
	color: #535360;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif; 
}


hr { 
	color: #6f7c8c; 
	background: #535360; 
	height: 1px; 
	padding: 0px; 
	border: 0px;
}

#homepic {
	font-size: 120%;
	color: #000;
	background: url('images/base/homepic.jpg') no-repeat;
}

#menu {
	background: url('images/base/menubg.gif') no-repeat;
}
	#home #menu {
		background-image: url('images/base/menubg-home.jpg');
	}

#menu a:visited {
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#menu a:link {
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#menu a:hover {
	text-decoration:  underline;
}

#menu a:active {
	text-decoration:  underline;
}

#top {
	background: #295386 url('images/base/topbg.gif') repeat-x;
	color: #fff;
}

/*** layout and dimensions ***/

#body2col #body1 {
	width: 730px;
	float: left;
	padding: 10px 25px 10px 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 695px;
}
	html>body #body2col #body1 { width: 695px; }

#body2col #body2 {
	width: 220px;
	float: left;
	min-height: 300px;
	padding: 10px 10px 10px 25px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 185px;
}
	html>body #body2col #body2 { width: 185px; }

#body3col #body2 {
	width: 220px;
	float: left;
	min-height: 300px;
	padding: 10px 10px 10px 25px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 185px;
}
	html>body #body3col #body2 { width: 185px; }

#body3col #body1 {
	width: 530px;
	float: left;
	padding: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 510px;
}
	html>body #body3col #body1 { width: 510px; }

#body3col #body3 {
	width: 200px;
	float: left;
	padding: 10px 25px 10px 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 165px;
}
	html>body #body3col #body3 { width: 165px; }


#bodyhome {
	width: 950px;
}
	#bodyhome #body3 {
		width: 316px;
		float: left;
		min-height: 150px;
		padding: 10px 25px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 266px;
	}
		#bodyhome #body2 {
		width: 316px;
		float: left;
		min-height: 150px;
		padding: 10px 25px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 266px;
	}
		#bodyhome #body1 {
		width: 316px;
		float: left;
		min-height: 150px;
		padding: 10px 25px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 266px;
	}
		html > body #bodyhome #body2 { width: 266px; }
	
		html > body #bodyhome #body1 { width: 266px; }
	
	#bodyhome #body3 {
		width: 315px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 265px;
	}
		html>body #bodyhome #body3 { width: 265px; }

.clear { clear: both; }

#container {
	margin: 0px auto;
	min-height: 600px;
	width: 970px;
	padding: 0px 10px;
	text-align: left;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 950px;
}
	html>body #container { width: 950px; }

#footer {
	padding: 10px 25px;
	clear: both;
}

#homepic {
	width: 950px;
	height: 300px;
	padding: 25px 325px 25px 25px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 600px;
	height: 250px;
}
	html>body #homepic { width: 600px; height: 250px; }

.icon {
	float: left;
	margin-left: -20px;
}

#logo {
	margin: 0px;
	color: #fff;
	float: left;
	padding: 25px 0px 0px 25px;
}
	#logo a { color: #fff; text-decoration: none; }

#menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 950px;
	height: 33px;
}	
	#menu li {
		float: left;
	}
	
	#menu li a:visited {
		display: block;
		float: left;
		padding: 8px 0px 0px 25px;
	}

	#menu li a:link {
		display: block;
		float: left;
		padding: 8px 0px 0px 25px;
	}

#top {
	height: 105px;
}

#topcontent {
	float: right;
	padding: 10px 25px;
}

@media print {
	body {
		background: #fff;
	}
	
	#container, #homepic, #bodyhome,
	#body2, #bodyhome #body2, #body2col #body2, #body3col #body2, 
	#body1, #bodyhome #body1, #body2col #body1, #body3col #body1, 
	#body3, #bodyhome #body3, #body3col #body3 {
		background: none;
		width: auto;
		height: auto;
		padding: 0px;
		float: none;
		color: #535360;
	}
		html>body #container, html>body #homepic,
		html>body #body2col #body1, html>body #body3col #body1 {
			background: none;
			width: auto;
			height: auto;
			padding: 0px;
			float: none;
			color: #535360;
		}
	
	#top, #menu, #footer {
		display: none;
	}
	
	#homepic, #body3col #body1, #bodyhome #body1 {
		margin: 0px 230px;
		padding: 10px;
		width: auto;
	}
		html>body #homepic, html>body #bodyhome #body1 {
			margin: 0px 230px;
			padding: 10px;
			width: auto;
		}
	
	#body2col #body1 {
		margin-left: 230px;
	}
		html>body #body2col #body1{
			margin-left: 230px;
		}
		
	#body2, #bodyhome #body2, #body2col #body2, #body3col #body2 {
		width: 220px;
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 10px 10px 10px 20px;
		margin-right: -3px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 200px;
	}
		html>body #body2, html>body #bodyhome #body2, html>body #body2col #body2, html>body #body3col #body2 {
			width: 200px;
		}
	
	#body3, #bodyhome #body3, #body3col #body3 {
		position: absolute;
		top: 0px;
		right: 0px;
		padding: 10px;
		width: 220px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 200px;	
	}
		html>body #body3, html>body #bodyhome #body3, html>body #body3col #body3 {
			width: 200px;
		}
}