body {
	background-image: url(images/bgd.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header {
	width: 100%;
	width: auto;
	background-image:  url("images/rep.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #B5B5B5;
	height: 218px; 
}

/* OVERALL STYLES*/

a, p, h2, ul, li, .subh1 {
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:left;
	margin: 0px;
}

a {
	font-weight:bold;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
}

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

p {
	margin-bottom: 5px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFE006;
	font-size: large;
	margin: 0px;
	text-align: left;
}

.sub-h1 {
	color: White;
	font-size: 0.5em;
	font-weight: normal;
}

h2 {
	color: #FFE006;
	font-size: small;
	font-weight: bold;
}

ul {
	padding: 0px;
}

li {
	margin-left: 30px;
	font-size: small;
}

li a {
	font-size: small;
	font-weight: normal;
}
/* END OF OVERALL STYLES*/


/* NAVIGATION STYLES*/

#nav {
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:small;
	text-align:left;
	width: 175px;
	background-image: url(images/nav-rep.gif);
	background-position: top;
	border: 1px solid white;
	border-left: 0px;
}

#nav a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 175px;
	font-size:small;
	margin: 0px;
	display:block;
	width: 200px;
}

#nav a:hover {
	background-color:#CC0000;
	color: white;
	text-decoration: none;
}

.nav /* browser-fix */ {
	width: 175px;
	overflow:hidden;
}

#main-cell {
	width: 520px;
	background-color: #3F3F3F;
	border: 1px solid white;
	padding: 10px;
}

.a-link {
	color: #BE340D;
	font-size: small;
}

.margin-right {
	margin-right: 5px;
}

/* "MAIN" in holding area(!!within editable region!!) */

.section {
	width: 95%;
	text-align: center;
	border: 1px solid white;
	background-color: #343434;
	margin: 10px;
	margin-bottom: 20px;
	padding-top: 15px;
}

.lighter-section {
	background-color: #4E4E4E;
	width: 100%;
	width: auto;
	display: block;
	padding-bottom: 1px;
	padding-top: 3px; 
}

.section img, .lighter-section img {
	border: 1px solid white;
	margin-right: 7px;
	margin-left: 10px;
}

.section p, .lighter-section p {
	margin-left: 15px;
	margin-right: 15px;
}

.section h1, .lighter-section h1, .section h2, .lighter-section h2 {
	margin-left: 5px;
	margin-right: 5px;
}

.copy {
	font-size: xx-small;
	color: #7B7B7B;
}

.copy a {
	font-size: xx-small;
}

a.linked {padding: 0px ! important; margin: 0px ! important;}
