/*

*/

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html {
		height: 100%;

}

body {
	font-size: 13px;
	color: #000;
		background-color: #000; 
		height:100%; 
}

h1, h2, h3 {
	margin-bottom: 20px;
	color: #333333;
	text-align:left;
}

h1 {
	font-size: 1.52em;
	color: #000;
	margin-top: 10px;
	text-align:left;
}

h2 {
	font-size: 1.36em;
}

h3 {
	font-size: 1em;
}



p {

	line-height: 1.37em;
	margin-bottom:10px;
}




blockquote, ol, ul {

	line-height: 1.67em;
}


ol, ul {
	list-style: none;
}

ol {
	margin-left: 3em;
	list-style: outside decimal;
}

a {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Logo */

#logo {
	padding: 0 0 0 0;
	margin-bottom: 0px;
	
		width: 1012px;
/*	border-top: 10px solid #000000;height:100px;*/
	background-color: #000; 

}
#subheader {
	height: 20px;
	padding: 0px;
	background: #000 ;
	width: 1012px;
	align: center;
    text-transform: uppercase;
    color: #FFFFFF;

}
#subheader a {
	text-decoration: none;
	font-size: .85em;
    color: #FFFFFF;
}
#subheader a:hover {
	text-decoration: none;
	color:#df6d26;
}

#logo h1 {
}

#logo h2 {
	margin-top: -1.22em;
	text-align: right;
}

#logo a {
	text-decoration: none;
	color: #000000;
}



#center p {
text-align:left;
}




#left {
float: left;
	left:0;
	width: 160px;
	height: 100%;
	padding: 0px;
	background-color: #000;
		margin-top: 0px;
}

#right {
float: left;
	right:0;
	width: 160px;
	padding: 0px;
	background-color: #000;
	height:100%;
	margin-top: 0px;
	text-align: left;
}

#page {
	width: 1012px;
	margin: 0 auto;
	margin-top: 0px;
			text-align: center;
		background-color:#FFF;
		height: 100%;
}

#center {
float: left;
width: 682px;
padding: 0 5px 0 5px;
margin-top: 0px;
height:auto;
background-color:#FFF;
min-height:800px;
}



#left ul {
	line-height: 1.42em;
}

#left li {
	padding-right: 10px;
/*	background: url(images/img04.gif) no-repeat right center;*/
	text-align: right;
	padding-left: 10px;
	margin-bottom: 10px;
}


#left a {
	text-decoration: none;
	font-size: .85em;
    color: #FFFFFF;
}

#left a:hover {
	text-decoration: none;
	color:#df6d26;
}



/* Right */



#right h2 {
	margin-bottom: 1em;
	padding-left: 6px;
	border-left: 4px solid #000000;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

#right ul {
	line-height: 1.42em;
}

#right li {
	padding-left: 10px;
/*	background: url(images/img04.gif) no-repeat left center;*/
		margin-bottom: 10px;
}

#right a {
	text-decoration: none;
	font-size: .85em;
	color: #FFFFFF;
}

#right a:hover {
	text-decoration: none;
	color:#df6d26;
}

/* Footer */

#footer {
	height: 100px;
	padding: 0px;
	background-color:#000;	
	width: 1012px;
	align: center;
	clear:both;

}

#footer p {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .125em;
	font-size: .77em;
	font-weight: bold;
	color: #FFF;
}

#footer a {
	text-decoration: underline;
	color: #FFF;
}