@charset "UTF-8";
/* Hype CSS Document - Love Anthony (atanaka@onescreen.com */
/* Applied to just the cover_page.php*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

.menulogo {
	width: 140px;
	height: 140px;
	padding-right: 5px; margin-right: 5px;
	margin-top: 5px;
}

body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #d7d7d7;
	
	background-image: url(../images/Background.jpg);

	
	background-repeat: repeat-x;
	
}

.menuitem{
}

.menuitem td{
	padding: 5px;
	vertical-align: bottom;
}

.menuitem a{
	font-family: "Microsoft Sans Serif";
	text-transform: uppercase;
}

.menuitem a:hover{
	background-color:#CC3300;
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	/*
	background-color: #532627;
	*/
}

#header {
	padding: 0px;
}

a img {
	border: 0;
}

#navigation {
	font-size: 18px;
	color: #330033;
	text-align:justify;
}


#navigation td {
	text-transform: uppercase;
	font-family: Arial, "Microsoft Sans Serif";
	vertical-align: bottom;
}

#navigation a {
	font-size: 18px;
	text-align:justify;
	text-decoration:none;
}

#mainContent {
	padding: 10px 0px 0px 0px;
}

.frontframe {
	font-family: Arial, "Lucida Grande", Verdana,  Helvetica, sans-serif;
	/*
	background-image: url(../images/front_frame_bg.png);
	*/
	background-color: #FFFFFF;
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
	height:295px;
	width: 442px;
	margin: 2px 2px 2px 2px;
	color: #333333;
}

.space {
	width: 10px;
}

#logo{
	padding-left: 0px;
}

#footer {
	padding: 0px;
	clear: both;
	text-align: center;
	margin: 12px 0 0 0;
}

#footer table{
	width: 900px;
	text-align:left;
	margin:auto;
	padding: 0px;
	
}

#footer p {
	margin: 0;
	padding: 0px;
}

#footer a {
	color: #000000;
}

#footer td, tr {
	color: #000000;
	padding: 3px;
	vertical-align:top;
}

#footer ul {
	text-align: left;
	padding: 0px;
}

#footer li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: none; 
	list-style-position:inside;
	line-height: 20px;
}

#footer table {
	width: 100%;
}

body,td,th {
	font-family: Arial, "Lucida Grande",Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

#pHeaders {
	font-family: Arial, "Lucida Grande", Verdana,  Helvetica, sans-serif;
	font-size: 18px;
	color: #330033;
	text-transform: uppercase;
	padding: 5px 5px 5px 5px;
	margin: 10px 0 0 0 ;
}

#pHeaders a {
	font-size:18px;
	color: #660033;
}

.pBody {
	padding: 0 10px 10px 10px;
	font-size: 12px;
	line-height: 25px;
}

a:link {
	/*
	color: #D9BF99;
	*/
	color: #9128a1;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #9128a1;
}

a:hover {
	text-decoration: underline;
	color: #d799e0;
}

a:active {
	text-decoration: none;
	color: #9128a1;
}