/* Global Styles */

body {
	background-color: #000000;
	background: url('/images/BG.jpg') repeat-x; 
}
	
td {
	font:13px Arial, Helvetica, sans-serif;
	color:#993300;
	}
	
a {
	color: #993300;
	}
	
a:hover {
	}
p {
	text-align:justify
	}
/* ID Styles */
#missdivide
{
font-size:18px;
letter-spacing:1.3em;
text-align:center;
font-family: Georgia, "Times New Roman", Times, serif;
font: bolder;
color: #993300
}
#shorttermlabel
{
font-size:16px;
text-align:center;
font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: none;
color: #993300
}

#shorttermlabelsmall
{
font-size:16px;
text-align:center;
font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: none;
color: #993300
}

#shorttermlabelsmallest
{
font-size:16px;
text-align:center;
font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: none;
color: #993300
}

#shorttermlabelnospace
{
font-size:16px;
text-align:center;
font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: none;
color: #993300
}
#stlnslrg
{
font-size:24px;
text-align:center;
font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: none;
color: #993300
}
#nu
{
text-decoration:none;
color: #555555
}
#padded {
padding: 0px 10px 10px 10px;
text-align:justify;
}
#justified
{
text-align:justify
}

#navigation td {
	border-bottom: 0px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height:12px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 17px;
	}
	
#navigation a:hover {
	background: #99CC66;
	color:#993300;
	}
#footer {
color: #FFFFFF;
}
#footer a {
font:Arial, Helvetica, sans-serif;
font-size: 11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration:none
}
#footer a:hover {
color: #5C5C5C;
text-decoration:underline
}
#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
/* Class Styles */



/* Begin Creating Nice looking boxes for text and stuff */
.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:540px;
 z-index:1;
 margin-left:-180px; /* default, width of left corner */
 margin-bottom:0.2em; /* spacing under dialog */
 left: 35%;
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(../images/dialog2-blue-800x1600.png) no-repeat top right;
 _background-image:url(../images/dialog2-blue.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:3200px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}


/* End Creating nice boxes */

/* Begin Creating Nice looking LONG boxes for text and stuff */
.dialogl {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:540px;
 z-index:1;
 margin-left:-180px; /* default, width of left corner */
 margin-bottom:0.2em; /* spacing under dialog */
 left: 35%;
}

.dialogl .content,
.dialogl .t,
.dialogl .b,
.dialogl .b div {
 background:transparent url(../images/dialog2-blue-800x3200.png) no-repeat top right;
 _background-image:url(../images/dialog2-blue-3200.gif);
}

.dialogl .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialogl .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:3200px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialogl .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialogl .b,
.dialogl .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialogl .b {
 background-position:bottom right;
}

.dialogl .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}


/* End Creating nice boxes */

/* Begin Creating Nice looking LONGEST 6400pixels long boxes for text and stuff */
.dialoglest {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:540px;
 z-index:1;
 margin-left:-180px; /* default, width of left corner */
 margin-bottom:0.2em; /* spacing under dialog */
 left: 35%;
}

.dialoglest .content,
.dialoglest .t,
.dialoglest .b,
.dialoglest .b div {
 background:transparent url(../images/dialog2-blue-800x6400.png) no-repeat top right;
 _background-image:url(../images/dialog2-blue-6400.gif);
}

.dialoglest .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialoglest .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:3200px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialoglest .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialoglest .b,
.dialoglest .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialoglest .b {
 background-position:bottom right;
}

.dialoglest .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}


/* End Creating nice boxes */
.MsoNormal
{
font-size:24px;
text-align:center;
font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: none;
color: #993300
}

.bodyText {
	color:#555555;
	line-height:18px;
	margin-top:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.pageName{
	color: #99CC66;
	line-height:20px;
	letter-spacing:0.19em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #555555;
	line-height: 12px;
	}
	
.navText {
	color: #003366;
	line-height:12px;
	letter-spacing:0.1em;
	text-decoration: none;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	}
.style8 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style11 {
color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.style5 {font-size: 12px}


.style13 {color: #993300; font-weight: bold; }
.style15 {font-size: 12px; color: #555555; }
a:link {
	color: #003366;
}
a:hover {
	color: #56801E;
}
.style16 {
	color: #990033;
	font-weight: bold;
}
.style17 {
	font-size: 12px;
	color: #993333;
	font-weight: bold;
}
.style21 {
	font-size: 14px;
	color: #555555;
	font-weight: normal;
}
.style22 {color: #990000} 
.style23 {color: #FFFFFF; font-size: 9px; }	
.heading
{
color: #993300;
font-size:16px;
text-align: center;
}
.style24 {color: #666666}
.style25 {color: #FFFFFF}
.style30 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}