/* CSS Document */
body {
	text-align: center; /* for IE */
	margin:0;
	padding:0;
	position:relative;
	}
.green_over{
	color: #04b404;
	}
a.green:hover{
	color: #04b404;
	}
	
.red {
	color: #C13224;
	}
	
.black {
	color:#000000;
	}

p, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#5A4739;
	font-weight:bold;
	}
input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border:  1px #C13224 solid;
	}
	
.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #c13224;
	color: #ffffff;
	}
	
#sitemap {
	margin: 0;
	padding: 0;
	}

#sitemap ul{
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
#sitemap li{
	list-style-image: url('images/bullet.gif');
	margin:0;
	padding:0;
}
	
.portalbox {
	margin-top: 90px;
	width: 200px;
	float: left;
	text-align:center;
	}
	
.portalbox h1 {
	margin-top: 6px;
	}
	

#header {
	margin:0 auto;
	padding: 0;
	height: 35px;
	width: 720px;
	}

#flashcontent {
	width: 400px;
	height:368px;
	padding: 5px 0;
	float: right;
	}
	
#content {
	margin: 6px;
	margin-top: 20px;
	float: right;
	width: 612px;
	overflow:hidden;
	text-align:justify;
	}
	
	
.newsitem {
	width: 500px;
	height: 76px;
	margin-bottom: 24px;
}

.newsitem img {
	float: left;
	margin: 0 6px 6px 0;
	clear:left;
	}
	
	
.newsitem h1 {
	margin: 0 0 6px 0;
	font-size: 9px;
	color:#CC3300;
	}
	
.newsitem h2 {
	margin: 0;
	font-size: 11px;
	margin-bottom: 3px;
	color:#00000;
	}
	
.newsitem h3{
	margin:0;
	font-weight:100;
	font-size: 9px;
	color: #333333;
	text-align:left;
	}
	
	
	
	
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 205px;
	height: 368px;
	overflow: auto;
	float: left;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 6px;
	padding-right: 6px;
	text-align:justify;
}

#content_text {
	/* Typical fixed height and fixed width example */
	width: 612px;
	height: 348px;
	overflow: auto;
	float: right;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 6px;
	margin-top: 20px;
	padding-right: 6px;
	text-align:justify;
}

	
#content_text p {
	line-height: 1.5em;
	padding-right: 112px;
	}

	
#subnav {	
	position: relative;
	float:left;
	text-align: left;
	padding-top: 5px;
	width: 88px;
	height: 383px;
	overflow: hidden
	}
	
#subnav p {
	font-size: 11px;
	}

	

#container {
	margin: 0 auto;
	width: 720px;
	height: 383px;
	border-top: 1px #C13224 solid;
	border-bottom: 1px #C13224 solid;
	}
	

#container_flash {
	text-align:center;
margin-top:-10px;
	margin:0 auto;
	padding: 0;
	width: 720px;
	position:relative;
	z-index:1;

	}

#nav_home {
      top:485px;
      position:relative;
      z-index:1500;

   }
#nav_home ul{
	text-align:center;
	margin:0;
	padding:0;
	padding-top:10px;
	list-style-type: square;
	paddding-bottom: -25px;
	padding-left:-100px;
        
	}
	
#nav_home li {
	padding:0;
	}
	
.navhome {
	margin:0;
	display:inline;
	margin:0 26px 0 0;
	paddding: 0;
	text-align:left;

	}	
#projects{
	width: 720px;
	}

#nav ul{
	bottom: 0;
	list-style: none;
	paddding-bottom: -25px;
	}

li.nav {
	display:inline;
	margin: 0 0 0 25px;
	padding: 0;
	}


	
.twenty {
	margin-left:-50px;
	}
	
.toplinks {
	text-align: right;
	margin: 0;
	padding:0;
	bottom: 0;
	}
	
.topspace {
	margin-left: 25px;
	}
	
.left {
	float: left;
	margin-right: 6px;
	}

a {
	text-decoration: none;
	color: #C13224;
	}
	

	
a:link {
	text-decoration: none;
	}
	
a:hover {
	color: #5A4739;
	}

.active {
	margin-left: 25px;
	color: #666666;
	}

.active_sub {
	color: #666666;
	}
	
	
#footer {
	text-align: right;
	margin:10px auto 0 auto;
	padding: 0;
	width: 720px;
	}
	
#bottompic {
	margin-top: 70px;
	}
	
	
.image {
	border:1px solid #C13224;
	text-align:center;
} 
A:hover .image, A:active .image {border:1px solid #5A4739;}

