/*CSS Document*/

html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}

body
{
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #000;	
	margin: 0;
	padding: 0;
}

/*container divs*/

#outercontainer {
	width: 800px;
	height:inherit;
	margin: 0 auto;
	background-image: url(images/background4.jpg);
	background-repeat:repeat-y;
	background-position: center;	
}

#container {
	width: 775px;
	margin: 0 auto;
	border: 1px solid #000000;
	background-color:#000000;
}

#innercontainer {
	margin: 0 auto;
	border-top: 1px solid #999;
	background-image:url(images/contentback.jpg);
	background-repeat: repeat-y;
	padding-bottom:20px;	
	min-height: 400px;
	height:100%;
}

/*header div*/

#header {
	height:100px;
}

#header div.headfloat {
	background-image: url(images/head2.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 775px;	
	height:100px;
	overflow:hidden;
}

/*left column div*/

#leftcol
{
	width: 200px;
	float: left;
	padding: .5em;
}	

#content {
	margin-top: -1px;
	margin-left: 213px;
	text-align: left;
}

#navigation
{
	height: 40px;
	width: 775px;
	background-color: #000;
	vertical-align: middle;
}

#navigation div.block
{
	margin: 0em auto 1.0em auto;
	padding-top: 1.0em;
}

#footer {
	margin: 0 auto;
	padding: .5em;
	color: #fff;
	border-top: 1px solid #000000;
	text-align: center;	
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: auto;
}

/*left column text styles*/


/*tag styles*/

#leftcol p {
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #000000;
	padding-bottom: 1.0em;
}

#leftcol .highlight {
	border: 2px dotted #990000;
}

#content p {
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #000000;
	padding: 0 0 .5em 1.0em;
}

#footer p {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #fff;
	padding-bottom: .5em;
}

#leftcol h1, #content h1 {
	font: bold 1.5em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin: 0 0 1.0em 0;
	padding: .5em;
	text-transform: uppercase;
	background-color: #993300;
	margin-left: 2px;
}

#leftcol h2, #content h2 {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style:normal;
	color: #993300;
	padding: 0 0 .5em .5em;
} 

#leftcol h3, #content h3 {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #993300;
	background: transparent;
	padding: 0 0 .5em .5em;
}

#footer h3 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #fff;
	background: transparent;
	padding:0;
}

#leftcol h4, #content h4 {
	font: 1.1em verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #993300;
	background: transparent;
	padding: 0 0 .5em .5em;
} 

#leftcol h5, #content h5 {
	font: 1.0em verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background: transparent;
	padding: 0 0 .5em .5em;
} 

#leftcol a, #content a {
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
 }
 
#leftcol a:link, #content a:link {
	color:#000066; 
	background: transparent; 
} 

#leftcol a:visited, #content a:visited {
	color:#000066; 
	background: transparent; 
} 

#leftcol a:hover, #content a:hover {
	color:#CC3300; 
	background: transparent; 
	text-decoration:underline; 
} 

#leftcol a:active, #content a:active {
	color:#003399; 
	background: transparent; 
} 

#leftcol strong, #content strong {
	font-weight: bold;
}

#leftcol ol, #content ol, #leftcol ul, #content ul, #leftcol li, #content li {
	 font-size: 1.0em;
}

#leftcol li, #content li {
	line-height: 1.3em;
	margin-bottom: 1.0em;
}

#leftcol blockquote,#content blockquote {
	padding: .7em;
	font: bold 1.2em/1.4em Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #000000;
	margin: 1.0em;
	background-color: #FFCC66;
}

#leftcol pre, #content pre {
	font: 1.1em "Courier New", Courier, mono, sans-serif;
	margin: 1.0em .5em 1.0em .5em;
}

/*content table styles*/


#leftcol table, #content table, #content td, #leftcol td, #content th, #leftcol th {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
}

#leftcol table.border, #content table.border {
	margin: 1.0em 0em 1.0em 0em;
	border: 1px #996600 solid;
}

#leftcol td.borderrow, #content td.borderrow {
	border-bottom: 1px #ccc solid;
}

#leftcol td.borderall, #content td.borderall {
	border: 1px #ccc solid;
}

/*header and content form styles*/

#header form, #leftcol form, #content form {
	color: #000000;
	background: transparent; 
	font-size: 1.0em;
	margin-top:1.0em;
}

#leftcol textarea, #content textarea, #content input, #header input, #leftcol input {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	background: #FFFFFF;
	border: inset 1px #000000;
}
#leftcol select, #content select, #leftcol option, #content option {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	background: #FFFFFF;
	border: inset 1px #000000;
}

#leftcol select, #content select { 
	width: 250px;
} 
#leftcol input.checkbox, #content input.checkbox { 
	border-width:0; 
}

#leftcol input.radio, #content input.radio { 
	border-width:0; 
}

/*header text styles*/

#header h1.head{
	font: bold 2.75em Georgia, "Times New Roman", Times, serif;
	margin: 1.0em .5em 1.0em .5em;
	color:#fff;
}

/*navigationr text styles*/

#navigation ul {
	margin-left: 0;
	padding-left: 0;
	padding-top:1.0em;
	display: inline;
} 

#navigation a {
	color: #ffcc99;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
}

#navigation ul li:before{
	content:"\3E\3E ";
	color:#fff;
}	

#navigation a:hover {
	text-decoration: none;
	color:#cc6600;
}

#navigation ul li {
	margin-left: 0;
	padding: 1.0em;
	list-style: none;
	display: inline;
}
#navigation ul li.on:before{
	content:">> ";
	color:#fff;
}	
#navigation ul li.on {
	color:#cc6600;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
}

#navigation ul li.none {
	color: #000;
	font-size: .9em;
	font-weight: bold;
	display: none;
}

/*float clearer*/

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
