@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration:none;
	color: white;
}

a.hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Arial" Gadget, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 100%;
	margin-top: 0;	
}

h1 {
	font-family: "Arial" Gadget, sans-serif;
	font-size:16px;
	font-weight: 100;
	color: white;
}

h2 {
	font-family: "Arial" Gadget, sans-serif;
	font-weight:bold;
	font-size:16px;
	color: white;
}

h3 {
	font-family: "Arial" Gadget, sans-serif;
	font-size:14px;
	color: white;
}
























/*Main CSS*/

html {
background-color: black;
padding-bottom: 10px;
padding-top: 10px;


}


.noborder {
	border-left-style: none !important;
}

.div1 ul li {
	float: left;
	list-style-type: none;
}
.div1 ul li a {
	color: #FFF;
	text-decoration: none;
	background-color: #36c;
	display: block;
	height: 10px;
	text-align: center;
	line-height: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000;
	padding-top: 12px;
	padding-right: 29px;
	padding-bottom: 12px;
	padding-left:29px;
}


.div1 ul li a:hover {
	background-color: #609;
}
.leftedge {
	border-radius: 8px 0px 0px 8px;
}
.topleft {
	border-radius: 8px 0px 0px 0px;
}
.topright {
	border-radius: 0px 8px 0px 0px;
}
.bottomleft {
	border-radius: 0px 0px 0px 8px;
}
.bottomright {
	border-radius: 0px 0px 8px 0px;
}
.rightedge {
	border-radius: 0px 8px 8px 0px;
}

#container #top {
border-bottom: thick solid #090;
}

.div1 ul ul {
 float: none;
 display: none;
 position: absolute;
 top: 30px;
 left: 0px;
 margin: -1px 0 0px 10px;
 padding: 5px 10px 5px 10px;
 white-space: nowrap;
 }

.div1 ul li:hover ul {
	display: block;
	color: #FFF !important;
	overflow:hidden;
}

.div1 ul ul li {
	float: none;
	display: inline-block;
	padding: 10px;
	margin: 0px 0px 0px -10px;
	background-color: #FFF;
}
 .div1 ul ul li a {
	margin: 0 0px 0 0px;
	padding: 0px 10px 0px 10px;
	font-weight: normal;
	-webkit-border-radius: 0;
	border-radius: 0;
	position: relative;
	background-color: #FFF;
	color: #609;
	font-size: small;
}

.div1 ul li {
	position: relative;
}

#container {
	            position: relative;
            margin-left: auto;
            margin-right: auto;
            width: 80%;
width: 980px;
background: black;

}

#main {
	text-align:left;
}

#main p {
	text-align:left;
		font-size: 16px;
		margin-left: 20px;
		margin-right: 20px;
		
}

#main a {
	text-align:justify !important;
}

#main p {
	text-align:justify !important;
}

#main #leftcol {
float: left;
Width: 500px;
margin-left: 10px;
margin-right: 5px;
text-align: justify !important;
}


#main #rightcol {
float: right;
Width: 310px;
margin-left: 10px;
margin-right: 10px;
text-align: justify !important;
}

#main #rightcol2 {
float: right;
Width: 310px;
margin-left: 5px;
margin-right: 5px;
text-align: justify !important;
}

#main #mainl {
float: right;
Width: 410px;
margin-left: 40px;
margin-right: 10px;
text-align: justify !important;
}


#main #mainr {
float: right;
Width: 410px;
margin-left: 10px;
margin-right: 40px;
text-align: justify !important;
}

#main #rightcol2 a:hover {
    text-decoration: underline;
}

#footer {
	background-color: #000;
    color: #FF0;
	height: 40px;
	clear: both;
	font-size: small;
	display: block;
	line-height: 40px;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
}

#footer a {
	color: #FF0;
}

#footer a:hover {
    text-decoration: underline;
}


