/* CSS Document */

body, html, form
{
	margin: 0px; 
	padding: 0px;
}

body
{
	background: #A41E1E url(images/bg.gif) 0 0 repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {color: #9B1919;}
a:hover {text-decoration: none; }

h2
{
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 13px;
	font-size: 14px;
	color: #9B1919;
}

h3
{
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 8px;
	font-size: 13px;
	color: #9B1919;
}

p
{
	margin: 0px;
	padding-bottom: 10px;
}

p.imgRow
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

p.imgRow img
{
	padding: 1px;
}

p.content
{
	margin-bottom: 20px;
}

#container
{
	position: relative;
	width: 950px;
	background-color: #FFF;
	padding: 0px;
	margin: 0px auto;
	border: 1px solid #000;
	background: #fff url(images/bgMenu.gif) 0 0 repeat-y;
}

#header
{
	position: relative;
	height: 83px;
	border-bottom: 1px solid #FEE273;
}

#main
{
	position: relative;
	width: 700px;
}

#menu
{
	position: relative;
	width: 198px;
	float: left;
	height:500px;
}

#menu ul
{
	margin: 0px;
	padding: 0px;
	width: 177px
}

#menu ul li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px #ccc solid;
}

#menu ul li a
{
	padding: 6px 1px 3px 5px;
	display: block;
	height: 16px;
	text-decoration: none;
	color: #000;
}

#menu ul li a:hover
{
	background-color: #A41E1E;
	color: #fff;
}


#menu ul li a.current
{
	background-color: #ADBAB6;
	color: #000;
}

#content
{
	position: relative;
	float: left;
	width: 492px;
	height: 500px;
	padding-right: 10px;
}

html>body #content
{
	height: auto;
}


a.moreInfo { color: #9B1919; padding: 2px; display: block;}
a.moreInfo:link { color: #9B1919; }
a.moreInfo:visited { color: #9B1919; }
a.moreInfo:active { color: #9B1919; }
a.moreInfo:hover { text-decoration: none; }

div.goBack { text-align: right; }
a.goBack { color: #9B1919; padding: 2px; display: block;}
a.goBack:link { color: #9B1919; }
a.goBack:visited { color: #9B1919; }
a.goBack:active { color: #9B1919; }
a.goBack:hover { text-decoration: none; }


#footer
{
	position: relative;
	clear: left;
	height: 1px;
	display: none;
}

html>body #footer
{
	display: block;
}

#footerTxt
{
	position: relative;
	border-top: 1px solid #FEE273;
	text-align: center;
	font-size: 10px;
	margin-top: 15px;
	margin-bottom: 3px;
}

#footerWin
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 190px;
	width: 190px;
	background: transparent url(images/footerWin.gif) 0 0 no-repeat;
}

