/*

 Website Baker Project <http://www.websitebaker.org/>
 Copyright (C) 2004-2005, Ryan Djurovich

 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.

 You should have received a copy of the GNU General Public License
 along with Website Baker; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

*/

body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

body {
	font-size: 11px;
	margin: 10px;
 	background-color: lightgrey;
	text-align: center;
}

#main 
{
	border: 2px solid navy;	
  font-size: 14px;
  background-color:white;	
  font-family: Verdana, Geneva, Arial, sans-serif; 
  ;text-align: left; 
  margin-right: auto;
  margin-left: auto;
  width: 95%;
  height: auto;  
}

.header 
{
   font-size: 9px;
   background-color: white;	
   font-family: Verdana, Geneva, Arial, sans-serif; 
   text-align: left; 
   margin-right: auto;
   margin-left: auto;
   width: 95%;
   height: auto;  
}

.col1
{
   font-size: 12px;
   text-align: left;
   width: 200px;
   height: auto;
   padding-right: 5px;
}

.col2 
{
   padding: 1px 10px 3px 15px;
   height: auto;
   width: auto;
}
a:link, a:visited, a:active {
	font-size: 11px;
	color: #003366;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #336699;
	text-decoration: none;
}
hr {
	color: #003366;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #003366;
}
h2 {
	font-size: 15px;
	color: #336699;
}
form {
	margin: 0;
}
.bread_crumbs {
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #CDCDBB;
	font-size: 10px;
	color: #696969;
	font-weight: strong;
	text-align: left;
}
.search {
	font-size: 9px;
	color: #000000;
	text-align: left;
 	border-color: #000000;
 	border: 1px solid #000000
}

.menu {
	vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
	width: 150px;
	padding: 0px;
	font-size: 11px;
}
.menu_current {
	font-weight: bold;
}
.menu ul {
	border-bottom: 0px;
	margin-left: 1.5em;
	padding: 0;
	list-style-type: none;
}
.menu li {
	width: 100%;
	background-image: url(nav.gif);
	background-repeat: no-repeat;
	padding-left: 1.5em;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 2px 5px 2px 5px;
	color: #002255;
	display: block;
	width: 130px;
	text-decoration: none;
}
.menu a:hover {
	color: #336699;
	text-decoration: none;
}
.login-preferences a:link, .login-preferences a:visited, .login-preferences a:active {
	vertical-align: top;
	text-align: left;
	padding: 0px;
	font-size: 9px;
}
.login {
	font-size: 9px;
	color: #000000;
	text-align: left;
}

.login input {
	width: 70px;
	font-size: 9px;
	border-color: #000000;
	border: 1px solid #000000;
}
.login a:link, .login a:visited, .login a:active {
	color: #343434;
	text-decoration: none;
}
.login a:hover {
	color: #660000;
	text-decoration: none;
}

.content {
	padding: 10px;
	background-color: #FFFFFF;
/*	background: #FFF url(atom.png) no-repeat top right;*/
	vertical-align: top;
	text-align: left;
}
.credits {
	padding: 2px;
	font-size: 8pt;
	color: #000000;
}
.footer {
	padding: 2px;
	height: 15px;
	background-color: #FFFFFF;
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center;
}
