@charset "utf-8";
/* CSS Document */

/* Defaults */

html, body, p, div, table, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* Layout */

body.layoutMain {
	background-color:#400000;
	color:#0C0C0C;
	font-family:Verdana, Geneva, sans-serif;
}

#pgContainer {
	margin:auto;
	width:1000px;
}

#pgHeader {
	height: 208px;
	background-image:url(../images/layout/bgheader.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

headNew {
	width:246px;
	height:143px;
	right:120px;
	top:30px;
}

#headMenu {
	width:1000px;
	height:29px;
	background-image:url(../images/layout/bgmenu.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

#menuItems {
	padding-top:5px;
	width:760px;
	margin:auto
}

#headSpacer {
	width:1000px;
	height:20px;
	background-image:url(../images/layout/bgspacer.jpg);
	background-repeat:no-repeat;
}

#pgBody {
	width:1000px;
	background-image:url(../images/layout/bgbody.jpg);
	background-position:center;
	background-repeat:repeat-y;	
}

#pgContent {
	margin-left:125px;
	margin-right:125px;
}

#rightColumn {
	width:200px;
	float:right;
	margin-left:20px;
}

#pgFooter {
	width:1000px;
	height:116px;
	background-image:url(../images/layout/bgfooter.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	font-size:13px;
	color:#666;
	text-align:center;
}

/* Home Page Components */



/* Floats */

.leftflt {
	float:left;
	margin-right: 10px;
	border:medium;
}

.rightflt {
	float:right;	
	margin-left:10px;
}

/* Typeset Styles */

.red {
	color:#900;
}

h1, h2, h3, p {
	color:#222;
	font-weight:normal;
	margin-bottom: 10px;
}

h1 {
	font-size:18px;
	margin-bottom:10px;
}

h2 {
	font-size:17px;
}

h3 {
	font-size:17px;
}

p {
	font-size:14px;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#400;
	text-decoration:none;
}