/* *
 * recommmended css attribute order
 *
 * layout:            display, list-style
 * box positioning:   position, float, clear
 * box position:      top, right, bottom, left
 * box clipping:      overflow, clip
 * box size:          width, height
 * box style:         margin, padding, border, background
 * text:              color, font, text-decoration, text-transform
 * text positioning:  text-align, vertical-align
 * other text:        white-space, ...
 *
 * */
 
 
/* Global Style Settings - applied to everything unless overwritten below*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #296E07 url(/images/tile.gif);
}

img,fieldset {
	border: 0;
}

/* Centering/Sizing DIV */
#outerDiv {
	margin: 40px auto;
	width:316px;
}
/*Add Space Between Boxes*/
#outerDiv div{
	margin:0 0 10px 0;
}

/*Splash Page Footer*/
#splashTopImage a{
	display:block;
	width:316px;
	height:216px;
	background: url(/images/splashHead.gif) no-repeat left top;
	text-indent: -5000px;
	text-decoration:none;
}
#splashFooter {
	color: #FCF7CA;
	font:  10px Verdana;
	line-height: 14px;
	text-align:center;
}
#splashFooter a{
	color: #FCF7CA;
}
#splashFooter a:hover {
	color: #AF1114;
}

/*Main Text Block*/
#splashText {
	padding-bottom:16px;
	background: url(/images/splashBoxBot.gif) no-repeat left bottom;
	width:316px;
	text-align: justify;
}
#splashTextTopper {
	margin:0;
	padding:0;
	padding-top:16px;
	display:block;
	background: url(/images/splashBoxTop.gif) no-repeat left top;
}
#splashText p {
	margin:0;
	padding:0 15px;
	background: url(/images/splashBoxMid.gif) repeat-y left bottom;
	color: #000000;
	font: 11px Verdana;
	line-height: 1.5em;
}

.content {
	color: #FFFFFF;
	font:  11px Verdana;
	padding: 0px 10px 0px 20px;
	border: solid #FFFFF 1px;
	line-height: 14px;
}
.content_bold {
	color: #FFFFFF;
	font:  bold 11px Verdana;
}
.content_red {
	color: #990000;
	font:  11px Verdana;
	line-height: 14px;
	font-weight: bold;
}
.content_red a{
	color: #990000;
	font:  11px Verdana;
	line-height: 14px;
}
.content_red a:hover{
	color: #990000;
	font:  11px Verdana;
	line-height: 14px;
	font-weight: bold;
}
.content a{
	color: #FFFFFF;
	font:  11px Verdana;
}
.content a:hover {
	color: #FFFFFF;
	font:  bold 11px Verdana;
}
hr{
	margin: 5px 10px;
	height: 1;
	color: #FFFFFF;
}
div#noFlashArea {
	width: 535px;
	margin: 10px auto;
	border:solid 1px #000000;
}