/*
// Mark Armer
// Stylesheet
*/


html{
min-height: 101%;
}

body{
font-family: tahoma, verdana, arial;
font-size: 0.8em;
background-color: white;
padding: 0px;
border: 0px;
margin: 0px;
background-color: black;
background-image: url(images/back.jpg);
background-repeat: no-repeat;
background-position: top center;
}

a{
text-decoration: none;
color: #2e3192;
font-size: 15px;
padding-left: 7px;
padding-right: 7px;
}

a.nopad{
padding: 0px;
}

a:hover{
text-decoration: none;
color: #43241f;
}

h1{
font-size: 14px;
font-weight: lighter;
color: #666;
letter-spacing: 2px;
text-transform: uppercase;
}


h2{
font-size: 14px;
font-weight: lighter;
color: #666;
padding-top: 10px;
letter-spacing: 2px;
font-variant: small-caps;
}

img{
border: none;
}

.highlight{
color: #292927;
}





.container{
position: relative;
width: 900px;
text-align: left;
margin: 0px;
padding: 0px;
margin-top: 10px;
border: 1px solid #444;
background-color: white;
}

#leftcol{
float: left;
width: 400px;
border-right: 1px dashed #ccc;
margin-right: 28px;
margin-left: 25px;
text-align: left;
}

#rightcol{
float: left;
width: 350px;
text-align: left;
}

#rightcol div{
margin-bottom: 4px;
}



.header{
text-align: right;
width: 900px;
height: 30px;
margin: 0px;
padding: 0px;
padding-top: 170px;
}

#h1box{
float: left;
height: 26px;
background-image: url(images/transback1.png);
text-align: left;
width: 320px;
margin-left: 6px;
}

#h1box h1{
padding: 0px;
margin: 0px;
margin-top: 5px;
margin-left: 6px;
text-transform: none;
color: white;
font-size: 13px;
}


#content{
float: left;
width: 429px;
text-align: justify;
padding: 10px;
border-left: 1px solid #cccccc;
font-size: 12px;
color: #4d4d4d;
line-height: 14pt;
background: #e2e2e2;
}

#content a{
font-size: 12px;
color: #363636;
padding: 0px;
}

#imgholder{
float: left;
width: 450px;
text-align: justify;
}

#footer{
clear: both;
width: 900px;
height: 30px;
color: #363636;
font-size: 10px;
background: black;
color: #ccc;
}

#footl{
float: left;
width: 400px;
text-align: left;
padding: 5px;
}


#footr{
float: left;
width: 470px;
text-align: right;
padding: 5px;
}

#footer a{
color: #ccc;
}
#footer a:hover{
color: #666;
}


.infobar{
width: 370px;
padding: 5px;
color: white;
background: #666;
background-image: url(images/transback1.png);
}

.narrow{
width: 170px;
}

.formwide{
background-image: none;
}










	#navigation {
		width: 570px;
		height: 30px;
		text-align: right;
		margin-left: 330px;
    }
	#navigation a {
		display: block;
		padding: 5px 11px 5px 11px;
		background-image: url(images/transback.png);
		color: white;
		text-decoration: none;
		vertical-align: middle;
		text-align: center;
		float: left;
		font-size: 13px;
		margin-right: 3px;
	}
	#navigation a:hover {
		display: block;
		padding: 5px 11px 5px 11px;
		background-image: url(images/transback1.png);
		color: white;
		text-decoration: none;
		text-align: center;
	}
	#navigation a.current {
		display: block;
		padding: 5px 11px 5px 11px;
		color: #e2e2e2;
		text-decoration: none;
		text-align: center;
		background-image: url(images/transback1.png);
	}
	#navigation a.current:hover {
		display: block;
		padding: 5px 11px 5px 11px;
		text-decoration: none;
		text-align: center;
	}