@import url("css/menu.css");

body { margin: 0; padding:0; background: url(media/bodybg.png) repeat-x; font:normal 14px/22px Arial, Helvetica, sans-serif; color:#000000; background-color:inherit;}

.pagemaster { background: #FFFFFF; font:normal 14px/22px Arial, Helvetica, sans-serif; color: #757575; width: 950px; margin:20px auto; border: 10px solid #ffffff; }
.pagemaster h2{
	float:left;
	font-size:21px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	border-bottom:1px #c1c1c1 solid;
	padding-bottom:8px;
	font-weight:bold;
}

.NoTitle { border-bottom:none; }
.TitleHead { color:#000000; }
.SubHead { color:#000000; }
.CommandButton { color:#000000; }

h1, h2, h3 { color: #000000; }
h1, h2 { margin-bottom: 20px; font-weight: normal; }
h1 { font-size: 14pt; }
h2 { font-size: 12pt; }
h3 { font-size: 10pt; }


p, td, .Normal, .normal { font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 20px; color:#757575; }

ul li { list-style-type: disc; }

a:link, a:active, a:visited { color:#9D0000; text-decoration: underline; }
a:hover { color:#9D0000; text-decoration: none; }

img { border: none; }
img.left { float: left; margin: 0 20px 10px 0; }


/* NAVIGATION */
#menu { width: 100%; height: 40px; margin: 0 auto; background-color:#9D0000;}
#navcontainer { width: 100%; margin:auto; padding:0; text-align:center; }
#navholder { width:950px; margin:auto; padding:0; text-align:center; }
#navigation { display:block; margin:0; padding:0 0 0 0; list-style:none; color:#ffffff; }
#navigation ul { width:950px; display:block; float:left; clear:none; list-style:none; margin:0; padding:0; }
#navigation li { display:inline; float:left; clear:none; list-style:none; background: none; padding:0; }
#navigation li a { font-family: Arial, Helvetica, sans-serif; color:#ffffff; display:block; font-size:15px; font-weight: bold; text-decoration:none; padding:0 25px; line-height: 40px; float:left;  }
#navigation li a:hover { background: url(media/menu_border.png) repeat-x;  }
#navigation li a:active { color: #ffffff; }

.MainMenu_MenuIcon { display: none; }
.MainMenu_MenuItem { background: #ffffff; }


/* Header */
#header { width: 950px; margin: 0 auto; border-bottom:5px solid #ffffff; }
#bugs { height: 100px; }
#headpos{
	float:left;
	width:950px;
	background:#ffffff;
	margin:0px 0px 0px 0px;        
}
#headpos h1{
	float:left;
	margin:0px 0px 0px 0px;
}
#headpos p{
	float:right;
	margin:0px 0px 0px 0px;
	color:#9D0000;
	font-size:13px;
	text-align:right;
}


/* Page */
#page { width: 950px; margin: 0 auto; padding: 0; }
#content { padding:5px 0; }

/* Content */
.panecontentl { padding: 5px; background: #ffffff; border-left:5px solid #ffffff; }
.panecontentr { padding: 5px; background: #ffffff; border-right:5px solid #ffffff; }
.panecontenta { padding: 5px; background: #ffffff; }

hr { border-bottom: 1px solid #120F04; }

/* Sidebar */
.paneleft { width: 210px; padding: 5px; background: #ffffff; }
.paneright { width: 210px; padding: 5px; background: #ffffff; }

/* Footer */
#footer{ float:left; width:100%; background-color:#fafafa; color:#a7a7a7; border-top:1px solid #f0f0f0; }
#footer p { margin: 0; text-align: center; font-size: 11px; text-transform: uppercase; font-weight: bold; }

.footlink { color:#636e64; text-decoration:none; font-size:11px; font-family: Arial, Helvetica, sans-serif; line-height: 40px; }
a.footlink:link, a.footlink:visited, a.footlink:active { color:#636e64; text-decoration:underline; font-size:11px; font-family: Arial, Helvetica, sans-serif; line-height: 40px; }
a.footlink:hover { text-decoration:none; font-size:11px; }

.contactus{
	float:left;
	display:block;
	width:210px;
	padding:17px 10px 10px 0px;
	margin-bottom:10px;
	font-family: Arial;
	font-size:13px;
	color: #757575;
	text-align:justify;
	line-height:20px;
}
.contactus em{
	font-weight:bold;
	display:block;
	color:#9D0000;
	font-style:normal;
	margin:0px;
	padding:0px;
}


