
/*------Whole Page Control------*/

body	
{
	background: #fff;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0;
	margin: 0 auto;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #000;
}
	
#wrapper
{
	background: #ffffea;
	padding: 0;
	border: 0;
	border: 1px solid #971515;
	margin: 0 auto;
	height: auto;
	width: 780px;
	text-align: left;
}


/*------logo area control------*/

#logowrapper
{
	background: #ffffea;
	padding: 10px;
	border: 0;
	margin: 0 auto;
	height: 80px;
	width: 760px;
	text-align: center;
}

#logo
{
	padding: 0px;
	padding-top: 0px;
	border: 0;
	margin: 0 auto;
	width: auto;
	height: auto;
	text-align: left;
	float: left;
}

#logo img
{
	padding: 0;
	padding-left: 0px;
	padding-right: 10px;
	border: 0;
	margin: 0 auto;
	height: 78px;
	width: 78px;
	vertical-align: bottom;
}

#logotext
{
	padding: 0;
	padding: 5px;
	padding-top: 20px;
	border: 0;
	margin: 0 auto;
	width: auto;
	height: auto;
	text-align: left;
	font-size: 32px;
	font-weight:  bold;
	float: left;
	color: #971515;
}

#logotext img
{
	width: 409px;
	height: 43px;

}


#date
{
	margin: 0;
	border: 0;
	padding: 0;
	text-align: right;
	width: auto;
	height: auto;
	color: #971515;
	float: right;

}



/*------menu control------*/

#menuwrapper
{
	margin: 0 auto;
	text-align: left;
	padding: 0;
	border: 0;
	height: 24px;
	width: 100%;
	line-height: 24px;
	background: #971515;
	clear: both;
	border-top: 1px solid #971515;
	border-bottom: 1px solid #971515;
	background-image: url("../images/header_burgandy.png");
}

#menu 
{
	margin: 0 auto;
	text-align: center;
	padding: 0;
	width: auto;
	height: auto;
	background: #971515;
}

#menu ul 
{
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu ul li 
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;	
}

#menu ul li a 
{
	float: left;
	background: #971515;
	background-image: url("../images/header_burgandy.png");
	width: auto;
	height: 24px;
	line-height: 24px;
	border:  0;
	padding: 0;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #C73232;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;	
}


#menu ul li a:hover 
{
	text-decoration: none;
	background: #820000;
	background-image: url("../images/header_burgandy_down.png");
}

body#section1 #menu li#head1 a,
body#section2 #menu li#head2 a,
body#section3 #menu li#head3 a,
body#section4 #menu li#head4 a,
body#section5 #menu li#head5 a,
body#section6 #menu li#head6 a
{
	float: left;
	background: #820000;
	background-image: url("../images/header_burgandy_down.png");
	width: auto;
	height: 24px;
	line-height: 24px;
	border:  0;
	padding: 0;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #C73232;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;	
}

/*------main content area control------*/

#pagebody	
{
	padding: 40px;
	margin: 0 auto;
	border: 0;
	text-align: left;
	color: #333;
	clear: both;
	height: auto;
	width: 700px;
}


/*------footer control------*/

#footer 
{
	border: 0;
	margin: 0;
	border-top: 1px solid #971515;
	color: #fff;
	background: #971515;
	background-image: url("../images/footer_burgandy.png");
	padding: 0;
	padding-top: 5px;
	text-align: center;
	clear: both;
	font-size: 85%;
	height: 33px;
	width: 100%;
}

#footer a
{
	font-weight: normal; 
	text-decoration: none;
	color: #fff;
}

#footer a:hover 
{
	font-weight: normal; 
	text-decoration: underline;
	color: #fff;
}


/*------general link control------*/

a
{
	font-weight: normal; 
	text-decoration: underline;
	color: #000;
	background: transparent; 
}

a:hover 
{
	font-weight: normal; 
	text-decoration: underline;
	color: #a00;
	background: transparent; 
}

