/**
 * $Id: print.css 865 2008-10-25 08:29:52Z doc $
 * Website Baker template: round
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file defines the CSS styles used for print devices.
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Ryan Djurovich, C. Sommer
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
.oneColElsCtr #container {
	width: 900px;
	background: #00a5d7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a:link, a:visited, a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #00a5d7;
	text-decoration: none;
}


div.scroll {	
	height: 440px;	
	width: 440px;	
	overflow: auto;	
	background-color: #fff;	
	margin-left: 15px;

	}

.margin {
	margin: 30px;
}

h1 {
	font-size: 12px;
	line-height: 12px;
	color: #000000;
}

h2 {
	font-size: 10px;
	text-decoration: italic;
	color: #000000;
}

h3 {
	font-size: 10px;
	text-decoration: italic;
	font-weight: normal;
	color: #999999;
	padding-bottom: 10px;
}

h4 {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #00a5d7;
}



#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
width: 99%;
height: 1%;
}

#navcontainer li {
margin: 0;
width: 99%;

}

#navcontainer a {
display: block;
color: #ffffff;
background-color: #095a92;
width: 140px;
height: 16px;
padding: 3px 3px 3px 3px; 
text-decoration: none;
border-bottom: 1px solid #1f82c6;
font-weight: normal;
font-size: 11px;
}

#navcontainer a:hover {
background-color: #03b2e9;
color: #ffffff;
width: 99%;
}

#navcontainer li li a
{
display: block;
color:#095a92;
background-color: #03b2e9;
width: 99%;
padding: 3px 3px 3px 3px;
text-decoration: none;
border-bottom: 1px solid #d5d5d5;
font-weight: normal;
font-size: 11px;
}

.footer {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;

}

.marginh {
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}


.margin9 {
	padding-right: 10px;
	padding-left: 34px;
	padding-bottom: 0;
	padding-top: 10;
}
