a, p, h1, h2, h3, h4, h5, h6, ul, dl, dd, dt
{
	margin: 0px;
	padding: 0px;
}

body
{
    background: #ac2f00;
    font: 12px Tahoma, Verdana, "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
    text-align: center;
    padding: 0;
    margin: 0;
}

h4
{
	display: none;
}

#header
{
	width: auto;
	height: 240px;
	background: url(../img/headerbg.png) repeat-x top;
}

#menu
{
	width: 740px;
	margin: 0 auto;
}

#menu ul{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-type: none;
	margin-left: 15px;
}


#menu ul li
{
	float: left;
	display: inline;
}

#menu ul li a
{
	width: 128px;
	height: 38px;
	line-height: 38px;
	background: url(../img/menuli.png) no-repeat top;
	display: block;
	float: left;
	margin-right: 7px;
	margin-left: 7px;
	font-variant: small-caps;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#menu ul li a:hover, #menu ul li a.active 
{
	background: url(../img/menulihover.png) no-repeat top;
	text-decoration: underline;
}

* html #menu ul li a
{
	margin-right: 3px;
	margin-left: 4px;
}

#footer
{
	background: transparent url(../img/footerbg.png) repeat-x bottom;
	clear: both;
	width: auto;
	height: 125px;
}

#page
{
	width: auto;
	background: #fcb100;
	text-align: center;
}

#content
{
	width: 740px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding-bottom: 10px;
}

.nofloat {width: 0px; height: 0px; font-size: 0px; line-height: 0px; clear: both; display: block;}

#content p
{
	margin: 18px 23px;
	text-align: justify;
}

#content p.img{
	text-align: center;
}

#content p.img span
{
	padding-bottom: 10px;
}

#content img{
	margin-bottom: 2px;
	border: 5px solid #6dae06;
	text-decoration: none;
}

#content h1
{
	margin: 18px 23px;
	color: #ffffff;
	font-size: 16px;
	padding-bottom: 3px;
	border-bottom: 2px dotted #6dae06;
}

#content h2
{
	margin: 18px 23px;
	color: #ac2f00;
	font-size: 15px;
	padding-bottom: 3px;
}

#content ul
{
	margin: 18px 37px;
}

#content dt{
	font-weight: bold;
	margin-bottom: 5px;
}

#content dd{
	margin-left: 50px;
	margin-bottom: 5px;
}

#content dl{
	margin: 18px 23px;
}

#content dl.line{
	border-bottom: 1px solid #6dae06;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

#content ul.second
{
	margin: 5px 37px;
}

#content ul li
{
	margin-bottom: 5px;
}

#content a
{
	color: #ac2f00;
	text-decoration: none; 
	font-weight: bold;
}

#content a:hover
{
	text-decoration: underline;
}

#left
{
	width: 500px;
	float: left;
}

#right p, #right h1
{
	margin: 18px 23px;
}

#right
{
	width: 239px;
	float: right;
}

#right p
{
	padding: 0px; 
	padding-bottom: 5px; 
	text-align: justify;
	border-bottom: 1px solid #6dae06;
}

#right p span
{
	font-weight: bold;
	color: #ac2f00;
}

#fcontent
{
	width: 740px;
	margin: 0 auto;
	text-align: left;
	padding-top: 25px;
}

#fleft
{
	width: 280px;
	float: left;
	margin: 18px 23px;
	font-size: 14px;
	font-weight: bold;
	color: #fcb100;
	margin-left: 45px;
}

#fleft a
{
	color: #fcb100;
	text-decoration: none; 
}

#fleft a:hover
{
	text-decoration: underline;
}

#fcenter
{
	width: 120px;
	float: left;
	margin: 18px 23px;
	color: #ffffff;
}

#fright
{
	width: 180px;
	float: left;
	margin: 18px 23px;
	color: #ffffff;
}

#fright span
{
	width: 50px;
	display: block;
	float: left;
	padding-right: 10px;
}

#fright a
{
	color: #fcb100;
	text-decoration: none; 
}

#fright a:hover
{
	text-decoration: underline;
}

* html #fcenter
{

	width: 110px;
}

* html #fleft
{
	width: 285px;
	margin-left: 25px;
}

h1.logo{
	position: relative;
    float: left;
    color: #ffffff;
    width: 740px;
    height: 200px;
    font-size: 170%;
    font-weight: normal;
}

h1.logo a{
	color: #ac2f00;
	text-decoration: none;
}

h1.logo span{
	background: url(../img/top.png) no-repeat top;
	display: block;
	width: 740px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
    cursor: hand;
}

#hcontent
{
	width: 740px;
	margin: 0 auto;
}