* {margin: 0px;padding: 0px;} 

body {
	margin: 0px;
	text-align:center;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #fff;
	position: static;
	z-index: -1;
	letter-spacing: .2px;
}

img {
	
	margin: 0px;
	border: 0px ;
	}
a img {
	border:0 ;
	}	
img a:hover{
	border:0px ;
}

a {
	text-decoration: none;
	color: #333333 
}

a:hover  {
	text-decoration: underline;
	color: #993300;
}

.clear{
	clear:both;
}

.floatLeft { 
	width:auto;
	margin-bottom: 3px;
    float: left;
	clear:right;
}

.floatRight { 
	width:auto;
	margin-bottom: 3px;
	clear:right;
    float: right; 	
}
.floatRightClear { 
	width: auto;
    float: right; 
    clear: right; 
    margin: 0;
	padding: 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif ;
	padding-top:5px;
	padding-bottom:5px;
	color:#000;
	font-size: 1.6em;
	font-weight:bold;
	}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif ;
	padding-top:5px;
	padding-bottom:5px;
	color:#f60;
	font-size: 1.25em;
	font-weight:bold;
	}

h3 {
	padding-top:2px;
	padding-bottom:2px;
	font-size: 1em;
	}

p {	
	color:#666 ;
	font-size: .9em;
	padding-bottom:5px;
	padding-top:5px;
	line-height:14px;
	}	

#main {	
	/*top: 0px;*/
	padding-top: 20px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	width:1020px;
}

#tc {
	width: 220px;
	float: right;
}

img.tc {
	border:none;
	margin: 4px 0px 4px 0px;
}

#hcontainer {
	margin: 0px auto;
	background-image: url(/images/ic_bg_grad.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	overflow: visible;
	position: relative;
	background-color: #000066;
	background-color: white;
}

#header {
	height: 25px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	padding-top: 3px;
}

#blog{
	width: 800px ;
	float: left;
	margin: 0;
	padding: 0 ;
	}

#blog_bg_top {
	width:100%;
	background-image: url(../images/blog_bg_top.png );
	background-repeat: no-repeat;	
	height: 23px;
	
}
#blog_bg_middle {
	
	height: auto;
	min-height: 50px;
	background-image: url(../images/blog_bg_middle.png);
	background-repeat: repeat-y;
	padding-left: 30px ;
	padding-right: 40px;
	text-align: left;
	
}
#blog_bg_bottom {
	width:100%;
	background-image: url(../images/blog_bg_bottom.png);
	background-repeat: no-repeat;
	height: 25px;
	background-position: top left;
}

#funding{
	float: right;
	width: 220px;
	min-height: 120px;
	text-align: right;
	font-size: .9em;
	margin: 0;
	padding: 0;
}

#footer{
	clear:both;
}
#footer li{
	display:inline	
}
#footer ul{
	font-size:11px;
	
	padding: 0;
	margin: 6px 20px 0 20px;
	text-align:left;	
}

#copyright{
	text-align:left;
	font-size:11px;
	margin: 6px 20px 0 20px;
	padding: 2px 0 20px 0;
	float:left;
}



#logos{
	margin: -16px 0px 2px 20px;
	height: auto;
	width: auto;
	float:right;
	}


#container {
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

#home{
	margin: 8px 0px 0 150px;
	text-align:right;
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size:1em;
	font-weight:bold ;
	color:#F90;
	float: left;
	}


#title{
	margin: 8px 30px 0 200px;
	text-align:right;
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size:1.3em;
	font-weight:bold ;
	float: right;
	}

#contentcontainer{
	background-color:#333;
	}
	
#content{
	margin: 0 30px 0px 150px;
	
	}
	
#bgtop {
	width:100%;
	background-image:url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	height:71px;
}
	
#bgmiddle{
	width:100%;
	background-image:url(../images/bg_middle.jpg);
	background-repeat:repeat-y;
	
	min-height: 300px;	
}

#bgbottom{
	width:100%;
	background-image:url(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
	
	height:30px ;
}

dl { border-bottom: 1px solid #999; }

dt {
	width: 200px;
	padding: 8px 8px 8px 20px;
	float: left;
	margin: 0;
	color:#333;
	/*border-top: 1px solid #999;*/
	font-weight: bold;
}

dd{
	margin-left: 200px;
	padding: 8px;
	color:#666;
}

