/* CSS By Dieter Schneider for ProWebdesign 2006 */

* {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
   
html {font-size:100.01%;
      font-family: Arial, Helvetica, sans-serif;
}
			
body{
	background-color: #000000;
	background-image: url(images/body_tile.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-attachment: fixed;
}

#container {
	margin: auto;
	width: 806px;
	background-image: url(images/container_tile.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-size: .9em;
}			

#header {
	background-image: url(images/header.jpg);
	height: 249px;
	background-repeat: no-repeat;
	background-position: center;
}

#navbar {
	background-image: url(images/navbar_bg.jpg);
	height: 54px;
}

#main-right {
	float: right;
	width: 150px;
	padding: 10px;
	color: #FFFFFF;
	margin-right: 40px!important;
	margin-right: 20px;
	font-size: .9em;
}  

#main {
	margin-right: 230px;
	padding: 10px 10px 10px 40px!important;
	padding: 30px 10px 10px 40px;
	margin-left: 18px;
} 

#footer {
	clear: both;
	background-repeat: no-repeat;
	height: 50px;
	text-align: center;
} 

/********** Top navigation *************/
#navlist
{
	height: 32px;
	padding: 19px 0px 3px 31px;
	background-image: url(images/navbar_bg.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 1px solid #FFFFFF;
padding: 14px;
padding-left: 0.5em;
padding-right: 0.5em;
color: #FFFFFF;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
border: 1px solid #CDCDB3;
padding: 15px;
padding-left: 0.5em;
padding-right: 0.5em;
text-decoration: none;
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 0.9em;
}

#navlist ul
{
margin: 0px;
padding: 0px;
}

#navlist #active a {
	background-color: #CDCDB3;
	color: #000000;
	font-weight: bold;
}


/********** TEXT FORMATTING ************/

h1 {
	font-size: 2em;
	text-align: right;
	color: #E8E8CE;
	margin-right: 120px;
	padding-top: 20px;
}   


h2 {
	font-size: 1.4em;
	color: #002A4C;
	height: 30px;
	background-image: url(images/gt_bullet.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 45px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-position: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #002A4B;
}

h3 {
	font-size: 1.3em;
	background-color: #266292;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 4px;
}
 


a:link {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #266292;
	text-decoration: underline;
}
#footer {
	font-size: 80%;
}
#main-right a {
	color: #FFFFFF;
	text-decoration: underline;
}
.main photocaption {
	font-size: 80%;
}
