/*CSS version 2.0, by Boris Cherny.
Many thanks to Andreas, NickyD, ditchCrawler, TomW, whowrotewhat, hash bar, and Sanden Cottongame*/
*
{
	border: 0;
	margin: 0;
	padding: 0;
}
BODY
{
	background: #B2B2B2 url(images/background_big.gif) repeat-y center;
	color: #132647;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 69%;
	text-align: center;
	/*[empty]width:;*/
}
A
{
	color: #42647F;
	text-decoration: underline;
}
A:hover
{
	color: #E42D2D;
	text-decoration: none;
}
ACRONYM
{
	border-bottom: 1px dashed #999999;
	cursor: help;
}
H1
{
	border-bottom: 1px solid #1D3555;
	border-top: 1px solid #1C3454;
	border-right: 20px solid #142748;
	color: #070202;
	font-size: 130%;
	font-weight: normal;
	margin: 5px 0;
	background: #EAEAEA;
}
H1:hover
{
	border-bottom: 2px solid #142748;
	border-top: 2px solid #142748;
	background: #D3EC90;
}
INPUT
{
	background: #385585;
	margin: 2px 20px;
	width: 140px;
}
#column2 UL
{
	margin: 10px 0;
}
#column2 LI
{
	color: #142748;
	font-size: 13px;
/*font-color: black*/
	list-style-type: square;
	list-style-position: inside;
	text-indent: 15px;
	text-align: left;
	display: list-item;
}
.login
{
	border: 1px solid #C9DCEA;
	color: #999;
}
.login_hover
{
	border: 1px solid #999;
	color: #CCC;
}
#submit
{
	border: 1px solid #C9DCEA;
	color: #999;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	width: 140px;
	text-align: center;
}
#submit_hover
{
	border: 1px solid #999;
	color: #CCC;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	text-align: center;
}
/*The background-image's for the #wrap below are for preloading all the page's images, just add your own images to the pattern*/
#wrap
{
	background-image: url(images/arrow.gif);
	background-image: url(images/arrow_outline.gif);
	background-image: url(images/background.gif);
	background-image: url(images/header_big.gif);
	background-image: url(images/selector.html);
	background-image: url(images/selector_sub.html);
	background-repeat: no-repeat;
	background-position: -5000px -5000px;
	margin: 0 auto;
/*align: left*/
	text-align: left;
	width: 800px;
}
#header
{
	background: url(images/header_big.gif) no-repeat center;
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
	height: 130px;
	width: 100% line-height: 120px;
	text-indent: 200px;
}
#nav
{
	padding-bottom: 40px;
	width: 179px;
}
/*leave the padding-bottom in the #nav if you want some space between the navigation and the photos in the left column*/
#nav UL LI
{
	display: inline;
	line-height: 22px;
	list-style: none;
}
#nav UL LI A
{
	border-bottom: 1px solid #1F3757;
	color: #FFF;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 169px;
	text-align: left;
}
/*remove the 'text-decoration: underline;' in #nav li a:hover if you don't want the links in the left nav menu to be underlined when the user hovers over them with their mouse*/
#nav LI A:hover
{
	background: #D4ED91 url(images/selector.html) no-repeat center right;
	color: #000;
}
/*the following 3 rules are for the submenu, if you removed the submenu remove these rules as well*/
#nav UL UL LI
{
	line-height: 10px;
	border-bottom: none;
}
#nav UL UL LI A
{
	color: #FFFFFF;
	text-indent: 15px;
}
#nav UL UL LI A:hover
{
	color: #000;
	background-image: url(images/selector_sub.html);
}
#column1
{
	float: left;
	width: 180px;
}
#column1 IMG
{
	border: 1px solid #B3B3B3;
	margin: 5px 20px;
	padding: 10px 20px;
}
/*in the tag below, #column2, I used the Underscore Hack to give the column2 div the correct margins in Firefox 1*/
#column2
{
	float: none !important;
	float: left;
	font-size: 13px;
	margin-left: 192px !important;
	margin-left: 0;
	padding: 12px 40px 30px 9px;
}
#column2 P
{
	line-height: 190%;
}
#links DIV
{
	float: left;
	width: 140px;
}
#links DIV LI
{
	list-style: none;
}
#links DIV LI A
{
	background: url(images/arrow_outline.gif) no-repeat left;
	padding-left: 15px;
	text-decoration: none;
}
#links DIV LI A:hover
{
	background-image: url(images/arrow.gif);
	color: #AC835C;
	text-decoration: underline;
}
#footer
{
	clear: both;
	color: #999;
	font-size: 9px;
	padding: 30px 0 10px;
	text-indent: 185px;
}
#footer A
{
	color: #999999;
	text-decoration: underline;
}
.marge
{
	margin-left: 10em;
}
