/* Layout Stylesheet */ 

body {
	margin:0px;
	color: #333333;
	text-align:left;
	padding:0;
	background-color: #000000;
	background-image: url(images/headerBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:650px;
 }

#hdr {
	height:107px;
	background:#eeeeee;
	color: #333333;
	margin-bottom: 0px;
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 0px;
 }

#bodyblock {
	position:relative;
	color: #333333;
	width:760px;
	padding:0;
	background-color: #dcdcdc;
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: -6px;
 }

#l-col {
	float:left;
	color: #333333;
	width:217px;
	background-color: #000000;
	background-image: url(images/HTML/navBGRepeat.jpg);
	height: 100%;
	padding: 0px;
	margin: 0px;
 }

#cont {
	width:540px;
	color: #FFFFFF;
	text-align:left;
	border-left-width: thin;
	border-left-style: double;
	border-left-color: #990000;
	background-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #990000;
 }
 #cont2 {/*
	background-image: url(images/FLASH/bodyBG.jpg);
	background-repeat: repeat-y;*/
	background-position: left top;
	position: absolute;
	/*height: auto;
	min-height: 100%;*/
	width: 534px;
	left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	padding-left: 223px;
	padding-right: 0px;
	color: #FFFFFF;
}
#ftr {
	height:22px;
	color: #333333;
	border:solid black;
	border-width:1px 0 0 0;
	margin:0;
	width: 760px;
	background-color: #000000;
 }

#ftr_pad
{
	height: 22px;
}

#cont_int {
	width:520px;
	color: #FFFFFF;
	text-align:left;
	background-color: #666666;
	position: relative;
	border: thin solid #990000;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-right: 10px;
}
#outer #bodyblock #l-col a {
	background-color: #666666;
	text-align: left;
	height: 10px;
	width: 80%;
	border: thin solid #CCCCCC;
	display: block;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	font-weight: normal;
	text-decoration: none;
	margin-top: 5px;
	padding: 3px;
}

a {
	color:#FFCC00;
}

a: hover {
	color:#FFFF00;
	}
	
p a {
	color:#FF9900;
}

#outer #bodyblock #l-col a:hover {
	background-color:#990000
	border: thin solid #FFFFFF;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
#outer #ftr #footerRight {
	position: relative;
	bottom: 22px;
	text-align: right;
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}

a {
	color: #FF0000;
}

/* Presentation Stylesheet */ 

h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p:first-letter {
 font-size: 125%; 
 font-weight: bold;
 color:#CCCCCC;
}

/***** Form Navigation Menu */
table#form_nav {
	text-align: center;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	padding: 0 0 20px 1px; 
	margin: 0;
	border: 0;
}
table#form_nav td {
	background-image: url(images/nav_bg.gif); 
	background-repeat: no-repeat; 
	vertical-align: middle;
	width: 103px; 
	height: 38px;
	padding: 0;
}
table#form_nav td.first {
	background-image: url(images/nav_bg_first.gif); 
/*	background-repeat: no-repeat; 
	vertical-align: middle;
	width: 103px; 
	height: 38px;
	padding: 0;*/
}
table#form_nav td.rollover {
	background-image: url(images/nav_bg-over.gif);
}
table#form_nav td.rollover_first {
	background-image: url(images/nav_bg_first-over.gif);
}
table#form_nav td a {
	color: #9d9d9d;
	text-decoration: none;
}
table#form_nav td.rollover a {
	color: #FFFFFF;  
}
table#form_nav td.rollover_first a {
	color: #FFFFFF;  
}
table#form_new {
	border: none;
	width: 510px;
	margin: 5px;  
}
table#form_new td {
	border: none;
	padding: 5px;
	vertical-align: top;    
}
table#form_new td.title {
	vertical-align: bottom;    
}
 .image .caption { font-size: 80%;
                  font-family: Verdana, Arial, sans-serif;
                  text-align: center; }

a img
{
	border: none 0px black;
}

