body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	background-image: url(images/background.png);
	background-repeat: repeat;
	
	color: #333333;
}

h1 {
	/*font-style: italic;*/
	font-weight: bold;
	font-size: 15px;
}

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

h3 {
	margin-top: 10px;
	margin-bottom: 3px;
	
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
}

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

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

a:hover {
	color: #900;
}

a:active {
	color: #A00;
}

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

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

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

img {
	border: none;
}

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;
}

#image {
	border: 1px solid #666;
	margin: 3px;
	padding: 1px;
}


#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.png);
}

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

#nav div {
	position: relative;
	left: 45px;
	top: 22px;
	width: 745px;
	height: 23px;
	
	padding-top: 3px;
	padding-left: 3px;
	
	/*border: 1px solid #000;*/
	
	font-size: 13px;
	font-style: italic;
	color: #CCC;
}

#nav div a {
	text-decoration:none;
}

#nav div a:link {
	color: #CCC;
}

#nav div a:visited {
	color: #CCC;
}

#nav div a:hover {
	color: #C00;
}

#nav div a:active {
	color: #C00;
}

#content {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 1px;
	width:835px;
	/*height:413px;*/
	
	background-image: url(images/content_container.png);
	background-repeat: repeat-y;
}

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

#footin {
	margin: 0;
	padding: 0;
	width:835px;
	height:58px;
	
	background-image: url(images/foot_in_container.png);
}

#footout {
	margin: 0;
	padding: 0;
	width:835px;
	height:45px;
	
	background-image: url(images/foot_out_container.png);
}

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