body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	background-color: #000000;
	
	color: #ffffff;
}

h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
}

h2 {
	margin-top: 15px;
	margin-bottom: 3px;
	
	font-size:15px;
	font-weight: normal;
	color: #999;
}

h3 {
	margin-top: 10px;
	margin-bottom: 3px;
	
	font-size:13px;
	font-style: italic;
	font-weight: normal;
	/* color: #999; */
}

p,ol {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 13px;
}

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

a:hover {
	color: #900;
}

a:active {
	color: #900;
}

.smallnote {
	font-size: 10px;
	font-style: italic;
}

/* em {
	font-style: normal;
	color: #900;
} */

ul {
	list-style-image: url(images/bullet.png);
	font-size: 13px;
}

ul#news {
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	color: #CCCCCC;
	font-size: 13px;
}

ul#news li {
	margin: 3px;
	padding: 2px;
	background-color: #999;
	border: 1px solid #666;
}

ul#news li .date {
	/*font-weight: bold;*/
	color: #900;
}

ul#news li ul li {
	border: 0;
}


#links tr td ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	font-size: 9px;
}

#links tr td h2 {
	margin-top: 9px;
	margin-bottom: 0;
	font-size: 14px;
}

#links tr td h3 {
	margin-top: 9px;
	margin-bottom: 3px;
	font-size: 10px;
	font-weight: bold;
}

#header {
	margin: 0;
	padding: 0;
	width:835px;
	height:128px;
	
	background-image: url(images/header_container_photo.png);
}


/* NAV BOX */

#nav {
	margin: 0;
	padding: 0;
	width:835px;
	height:60px;
	
	background-image: url(images/nav_container.png);
}

#navleft {
	position: relative;
	left: 33px;
	top: 17px;
	width: 765px;
	height: 22px;
	
	padding-top: 1px;
	padding-left: 1px;
	
	/*border: 1px solid #FF;*/
	
	font-size: 13px;
	font-style: normal;
	/* font-weight: bold; */
	color: #FFF;
}

#navleft table tr td a {
	text-decoration: none;
}

#navleft table tr td a:link {
	color: #FFF;
}

#navleft table tr td a:visited {
	color: #FFF;
}

#navleft table tr td a:hover {
	color: #CCC;
}

#navleft table tr td a:active {
	color: #CCC;
}

/* CONTENT BOX */

#content {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 1px;
	width:835px;
	/*height:413px;*/
}

#content div {
	/*position: inherit;*/
	left: 41px;
	top: 22px;
	width: 785px;
	margin: 0;
	padding: 0;
	
	text-align: left;
	
	/*border: 1px solid #000;*/
}

#foot {
	margin: 0;
	padding: 0;
	width:835px;
	height:45px;
}

#foot div
{
	position: inherit;
	left: 41px;
	top: 22px;
	width: 785px;
	margin: 0;
	padding-top: 11px;
	
	text-align: center;
	
	font-size: 9px;
	color: #333;
}

.smallnav
{
	font-size: 9px;
	text-align: right;
	text-indent: 100px;
}


#thumb {
	border-width: 2px;
	border-color: #FFF;
	border-style: solid;
	
	margin-bottom: 7px;
	margin-right: 14px;
}

#content td {
	vertical-align: top;
}