/* 
 * STANDARD HTML ELEMENTS
 */
body {
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #7B7A51;
	background-image: url(images/background.gif);
	background-position: top center;
	background-repeat: repeat-y;
	color: #000000;
	font-size: 0.875em;	/* 16px * .875 = 14px */
}
body, caption, th, td {
	/* PICK A FONT FAMILY */
	font-family: Arial, Helvetica, sans-serif;
	font-family: Arial, sans-serif;
	font-family: Arial, Helvetica;
	font-family: Verdana;
}
body {
text-align: center; /* 1st part of IE/win centering hack */
}
#centeredDiv {
text-align: left; /* 2nd part of IE/win centering hack */
margin-left: auto; /* standards-compliant centering method */
margin-right: auto;
width: 760px;
}

/*
 * CSS2.1 Default Font Sizes
 *
 */
p, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 1em;
}
/* give headers x-small bottom margins */
h1 {
	font-size: 2em;
	/* xx-large*/
	margin-bottom: 0.375em;
}
h2 {
	font-size: 1.5em;		/* x-large	*/
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.2em;		/* large	*/
	margin-bottom: 0.625em;
}
h4, h5, h6 {
	font-size: 1em;			/* medium	*/
	margin-bottom: 0.75em;
}
/* uncomment if h1 is an image with alt attribute
h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
*/

/* Links */
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FEFFD5;
	background-color: #CCCC99;
}

abbr {
	font-style: normal;	/* Safari italicizes abbr! */
	border-bottom: 1px dotted #00ff00;
	cursor: help;
	white-space: nowrap;
}

ul, ol {
	margin-left: 0px;
	padding-left: 0px;
}
li {
	margin-left: 2em;
	padding-left: 0px;
}
ul ul, ul ol, ol ul, ol ol {
	margin-top: 1em;
}
ul			{ list-style-type: disc; }
ul ul		{ list-style-type: circle; }
ul ul ul	{ list-style-type: square; }
ul ul ul ul	{ list-style-type: disc; }
ol 			{ list-style-type: decimal; }
ol ol		{ list-style-type: lower-alpha; }
ol ol ol	{ list-style-type: lower-roman; }
ol ol ol ol	{ list-style-type: decimal; }




/* ERROR MESSAGES */
.warning {
	color: #cc0000;
	font-weight: bold;
}
.errorMessage {
	padding: 10px;
	background-color: #e5e5e5;
	color: #666666;
	font-size: 0.8em;
	font-family: Arial, sans-serif;
}
.errorMessage .errorReason {
	margin-top: 0px;
	font-style: italic;
	font-weight: bold;
}
.errorMessage p {
	margin-bottom: 0px;
}

/* FOOTER */
.footer {
	margin-top: 2em;
	padding-bottom: 0.5em;
	/* text-align: center; */
	font-size: 0.8em;
}
.footer p {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
/* CREDITS */
p.credits {
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: right;
	font-size: 0.8em;
}
p.credits, p.credits a:link, p.credits a:visited, p.credits a:hover {
	color: #000000;
	text-decoration: none;
}
p.credits a:hover {
	background-color: transparent;
	color: #000000;
}
p.credits a span {
	text-decoration: underline;
}
p.credits a:hover span {
	color: #ffffff;
	background-color: #0000ff;
}
p.credits a span.more {
	display: none;
}
/* STANDARD CLASSES */
.bottom {
	border : solid White;
	padding: 15px;
}

.content {
	padding: 5px 5px 5px 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	color : black;
	
}

.left
  {
	border-top : 5px solid white;
	border-right : 15px solid white;
}
.alignleft {
	text-align : left;
}

#nav  {
	background : #EAE320;
	width : 200px;
	height : auto;
	vertical-align : top;
	border-left : 5px solid white;
	border-right : 5px solid white;
}

/* A clearing div causes the infamous IE peek-a-boo bug. For IE/win,
you NEED to apply '* html CONTAINER { height: 1%; }' to the container
(of the float & clearing divs). */
.spacer {
	display: block;
	clear: both;
	margin: 0px;
	border: none;
	padding: 0px;
	font-size: 1px;
	line-height: 1px;
}
* html div#spacerDivsContainer { height: 1%; }


/* Marcials Stuff */

.slogan
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight : bold;
}

.nobullet {
	list-style-type : none;
	list-style : none;
	font-weight : bolder;
	font-size : 16px;
	font-family :  Arial;
	margin-left: 0px;
	padding-left: 0px;
}
.nobullet li {
	margin-left: 1em;
}

.left {
	text-align : left;
}

.photo {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}

.right {
	text-align : right;
}

.bio {
	padding-top : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
	padding-left : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : black;
}
.betweener {
	padding-right : 10px;
	padding-left : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : black;
}

.center {
	text-align: center;
}
.right {
	text-align : right;
}

.about {
	background-color: #CDCD9B;
	border-right : 5px solid White;
	text-indent : 5px;
}

.contact {
	text-align: right;
}
.req {
	color: #FF0000;
}
.reg {
	padding-top : 5px;
	color: #FF0000;
	font-weight : bold;
}
.textspace {
	padding-top : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
	padding-left : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	color : black;
}
.tdPadding {
	padding-top : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
	padding-left : 10px;
}
.calctext {
	size : 12px;
	color : #666666;
}
.contentwidth {
	width :  560px;
}
.special {
display:none;
}