body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-color: #000000;
       font-family:Arial, Helvetica, sans-serif;
        font-size : 11px;
		
        color: #D2D9EC;
        margin: 0px;
}

a:link{
color: #7C677A;
text-decoration: none;
}

a:hover{
color: #D3D8EC;
text-decoration: none;
}
a:visited{
color: #614A5E;
text-decoration: none;
}

h2{
	 font-family:Arial, Helvetica, sans-serif;
        font-size : 11px;
		
        color: #D2D9EC;
}

option, select{
background:#D2D9EC;
border:1px solid #203444; color: #000;  font-family:Arial, Helvetica, sans-serif;
        font-size : 11px;

}

textarea {
padding: 3px 5px;
margin-top: 5px;
background:#D2D9EC;
border:1px solid #203444; color: #000;  font-family:Arial, Helvetica, sans-serif;
        font-size : 11px;
}

input{
padding: 3px 5px;
margin-top: 5px;
background:#D2D9EC;
border:1px solid #203444; color: #000;  font-family:Arial, Helvetica, sans-serif;
        font-size : 11px;
 }

#menu{
padding: 10px;
}

#projects{
letter-spacing: 1px;
text-transform: uppercase;
color: #27292c; 
padding: 4px;
text-align: center;
background-color: #9da2b0;
border: solid 3px #646777;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
width: 95%;
}

#projectcontent{
width:100%;
padding: 4px;
}
td{
margin:  0px 10px 0px 10px;
padding:  5px 5px 5px 5px;
}
.date{
text-align:center;
color: #3A4058;
font-family: Georgia, "Times New Roman", Times, serif;
}
#title{
background-color: #9da2b0;
padding: 6px;

}

#blogtitle{
font-family: Trebuchet Ms;
letter-spacing: 1px;
color: #202539;
}
#separator{
border-bottom:1px dotted #000;
width:100%;
}

#separator2{
border-bottom:1px dotted #D3D8EC;
width:100%;
}








#navlist ul, #navlist li
{

display: inline;
list-style-type: none;

}
#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #D2D9EC;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #000; }
#navcontainer{
position:relative;
left:25%;
font-weight:bold;
margin:  0 10 0 10;
padding: 0 10 0 10;
}



#NewsTicker{
	border:solid 0px #cccccc;
	width: 200px;
	height: 100px;
	margin: 0 auto;
	
}
	#NewsTicker h1{
	padding: 2px;
	margin:0;
	border:0;
	background:#9da2b0;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	}
	#NewsVertical {
	width: 200px;
	height: 100px;
	display: block;
	overflow: hidden;
	position: relative;
	}

	#TickerVertical {
	width: 200px;
	height: 140px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	#TickerVertical li {
	width: 100px;
	color: #444444;
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding: 6px 10px;
	float: left;
	height: 164px;
	display: inline;
	}
		#TickerVertical li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 20px;
			margin-bottom:6px;
			font-family:Georgia, "Times New Roman", Times, serif;
		}
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			margin-bottom:6px;
			text-decoration:underline;
		}
		#TickerVertical li .NewsTitle a:hover {
			text-decoration:none;
		}
		#TickerVertical li .NewsImg a:hover {
			border: solid 1px #fff;
		}
		#TickerVertical li .NewsImg{
			float:left;
			margin-right: 0px;
			border: none;
		}
		#TickerVertical li .NewsFooter{
			display: block;
			font-size: 10px;
			margin:6px 0 14px 0;
			color:#000000
		}
