body {
	margin: 0;
	padding: 0;
	font-family: Times New Roman, Times, Serif;
	font-size: 13px;
	background-color: #dddddd;
}

a:link, a:visited {
	text-decoration: none;
	color: #3e4f71;
}
a:hover {
	text-decoration: none;
	color: #607284;
}

#wrapper {
	 margin:0 auto;
	 width: 816px;
	 padding-top: 4px;
}

#head {
	width: 816px;
	height: 224px;
	background-image: url(images/elements/header.png);
	background-repeat: no-repeat;

}

#menu
{
	margin: 0 0 0 0;
	width: 816px;
	background-image: url(images/elements/menu.png);
	text-align: center;
	background-repeat: no-repeat;
	height: 26px;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
}

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

#menu ul li {
	display: inline;
	margin: 0 0 0 0;
	border-color:  #fde000;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
	padding: 0 5px 0 6px;
	font-size: 13px;
	font-weight:500;
}

#menu ul li a:link, #menu ul li a:visited {
	color: #fde000;
}

#menu ul li a:hover
{
	color: #fffef2;
	text-decoration: underline;
}

#menu ul li#first {
	border-style: none none none none;
}

#border_bottom {
	background-image: url(images/elements/bg_bottom.png);
	background-repeat: no-repeat;
	border-width: 0px;
	width: 816px;
	height: 28px;
	clear: both;
}

#main_wrapper {
	width: 816px;
	margin: 0px;
	padding: 8px 0 25px 0px;
	clear: both;
	background-color: #fffef2;
	background-image: url(images/elements/bg_content.png);
	background-repeat: repeat-y;
}

#main {
	width: 760px;
	margin: 0px 28px 0px 28px;
}

#copyright {
	margin: 0 0 10px 0;
	color: #575757;
	font-size: 10px;
	text-align: center
}

#battlestars {
	padding: 15px 0 20px 25px;
	font-size: 18px;
}

#battlestars .spacer
{
	height: 26px;
	background-image: url(images/elements/divider.png);
	background-repeat: no-repeat;
	background-position: center center;
}


.starTitle {
	width: 230px;
}

.starNumber {
	width: 15px;
}

.starTitle, .starNumber {
	font-weight: bold;
	color: #334455;
}

.starSubTitle {
	padding: 0 0 0 15px;
}

h1
{
	font-size: 18px;
	margin: 0;
	padding: 6px 0 6px 0;
	color: #001b5a;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

h2, .inlineH2 {
	font-size: 16px;
	color: #c40018;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	margin: 0;
	padding: 3px 0 4px 0;
}

p {
	line-height: 16px;
	padding: 4px 0 8px 0;
	margin: 0 0 0 0;
}

p.subtext {
	font-style: italic;
	padding: 0px 20px 6px 25px;
	line-height: 18px;
}

p.subtext span.quoteAuthor, p.subtextbig span.quoteAuthor { 
	font-style: normal; 
}

#home p, #home p.subtext {
	line-height: 1.17em;
	font-size: 1.23em;
}.imgLeft {
	margin: 0 8px 8px 0;
}

.imgRight {
	margin: 0 0px 8px 8px;
}

.photoRight, .photoLeft
{
	background-color: #fff;
	padding: 5px;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
}

.photo {
	text-align: center;
	width: 310px;
	float: left;
	margin: 5px 15px 20px 15px;
}

.caption {
	font-size: 12px;
	text-align: left;
}

.clear {
	clear: both;
}

#sampleText {
	width: 520px;
	margin: 5px 110px 0 110px;
	background-color: #e9eaf0;
	padding: 10px;
}

p.textIndent {
	text-indent: 20px;
}

p.textFirst, p.textIndent {
	padding: 1px 0px 1px 0px;
}

.textSpeaker {
	font-weight: bold;
	font-style: italic;
}
.pSpacer {
	display: block;
	height: 15px;
}
