/* BEGIN BASE DECLATATION */

body, h1, h2, h3, h4, h5, h6, form, ol, p, ul{
}

h1, h2, h3, h4, h5, h6{
	color: #00C0DC;
}

body{
	font-family: Georgia;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	color: #cccccc;
    background: #1D2022;
	vertical-align: middle;
}

table{
	font-family: Georgia;
	font-size: 12px;
	line-height: 20px;
    vertical-align: middle;  
}

ul, li{
	list-style-type: none;
}

/* LINK DECLARATIONS BELOW */
a{
   color: #00C0DC;
	text-decoration: none;
}

a:hover{
    color: #cccccc;
	text-decoration: underline;
	
}

h1, h2 a{
   border-bottom-width:1px;
	text-decoration: none;
}

h1, h2 a:hover{
   color: #00C0DC;
	text-decoration: none;
}

img{
	border: 0px;
}

hr{
   height:1px;
   color: #00C0DC;
}

.narrowcolumn{
	float: left;
	width: 860px;
	margin: 10px 0 5px 0;
	padding: 0 0 100px 0;
	font-family: Georgia;
	font-size: 10px;
	text-align: left;
	color: #cccccc;
	/* background: #0B0B0B; */
}

/* END BASE DECLATATION */
