﻿html { margin: 0px; padding: 0px; }
body { 
	margin: 0px;
	padding: 0px;
	background: #6a6d79 url('images/bg4.gif') repeat-y center;
	text-align: center;
	color: #43484e;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
}

a:link { color: #40578B; }
a:visited { color: #40578B; }
a:active, a:hover { color: #AA0000; }

blockquote {
	width: auto;
	border-left: solid 8px #e2e2e3;
	border-right: solid 8px #e2e2e3;
	padding: 5px 15px 2px 15px;
	background: #f1f3fc;
	font: italic 120% Georgia, Times, 'Times New Roman', serif; }
}

/* Hides from IE5-mac \*/
* html blockquote {height: 1%;}
/* End hide from IE5-mac */ 

h1, h2, h3, h4, h5 { font-family: Georgia, Times, 'Times New Roman', serif; }
h1 {
	color: #40578B;
	font-size: 180%;
	font-weight: normal;
}
h2, h3 {
	color: #40578B;
	font-size: 180%;
	font-weight: normal;
}
h3 {
	font-style: italic;
}

h4, h5 {
	font-size: 150%;
	font-weight: normal;
	color: #FFFFFF;
}
h5 {
	font-style: italic;
}
h6 {
	font-size: 120%;
	font-weight: bold;
	color: #40578B;
}

hr { 
	color: #c02413; 
	background: #c02413; 
	height: 1px; 
	padding: 0px; 
	border: 0px;
}

img { border: 0px; }

/*********** custom classes **********************/

.center { text-align: center; }

.clear { clear: both; }

.thumbnail {
	width: 200px;
	margin-right: 20px;
	float: left;
	height: 250px;
}

a.rollover { 
   display: block; 
   width: 120px; 
   height: 25px;
   padding-top: 7px;
   margin-bottom: -7px;
   text-decoration: none; 
   font-weight: bold;
   background: url(graybar3.jpg) top left no-repeat; 
   color: #0000AA;
} 

a.rollover:hover { 
    background-position: -120px 0;  
}

/*********** custom layout styles ****************/

#container {
	margin: 0px auto;
	text-align: left;
	width: 900px;
}

#body1 {
	width: 730px;
	float: left;

}

#body1content {
	padding: 10px 20px;
	color: #40578B;
}

#iframe {
	margin: 0px;
	padding: 0px;
	width: 729px;
	height: 300px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: none;
	border-right: none;
	border-collapse: collapse;
}
	
#body2 {
	width: 170px;
	float: left;
	padding: 0px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;
}
	html>body #body2 { width: 170px; }
	
.menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
}

.menu li { margin-bottom: 5px; }

.menu a:link, .menu a:visited {
	display: block;
	width: 150px;
	height: auto;
	background: url('images/vertical.gif') no-repeat;
	text-decoration: none;
	color: #0000AA; 
	padding-left: 15px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 135px;
}
	html>body .menu a:link, html>body .menu a:visited { width: 135px; }

.menu a:active, .menu a:hover {
	color: #dd6435;
	background-position: 0px -70px;
}


#flashcontent {
	padding: 20px;
	background: #6279AD;
	color: #fff;
}

#footer {
	border-top: solid 1px #354377;
	padding-top: 10px;
}

@media print {
	body { background-image: none; background-color: #fff; padding: 10px; }
	#container { width: 100%; }
	#body1 { width: 100%; float: none; }
	#body2 { float: none; width: 100%; }
	#flash, #footer, .menu { display: none; }

}