﻿html{
	height:100%;
}

body {
	background: #7092B1 url(images/back_all2.gif) repeat-x;
	font: small Arial, Helvetica, sans-serif;
	color: #F5F5F5;
}

#container{
	margin: 0 auto;
	width: 766px;
	text-align: left;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}


	
#header{
	height: 206px;
	background: url(images/banner.jpg) no-repeat;
	width: 766px;
	padding-right: 30px;
	padding-top: 30px;
	margin-top:28px;
}	

#main{
	padding:0 0 0 0;
	min-height:100%;
}

#title {
	font-family: Arial,Verdana;
	width: 80%;
	float: right;
	margin-right: 45px;
	top: 90px;
	text-align: right;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
#subtitle {
	font-family: Verdana,Arial;
	width: 80%;
	float: right;
	margin-right: 45px;
	top: 125px;
	text-align: right;
	font-size: 13px;
	color: #EEEEEE;
	font-weight: bold;
	font-style: italic;
}
	
#content{
	width: 641px;
	float: right;
	background-color: #7092B1;
}

#sidebar_left{
	width: 125px;
}	

#sidebar_right{
}

.lphoto {
	margin:0px 20px 20px 50px;
	float:left;
	width: 150px;
	height:150px;
	clear:both;
}
	
.rphoto {
	margin:0px 5px 20px 5px;
	float:right;
	clear:both
}
	
.cphoto {
	margin:0px 20px 20px 20px;
	width: 150px;
	height:150px;
	float:left;
	clear:both;

}
	
h1 {
	font-size: large;
	font-weight: bold;
	margin:10px 0px 0px 0px;
	padding:10px 10px 0px 10px;
}
	
h2{ 
	font-size: medium;
	font-weight:bold;
	margin:10px 0px 0px 0px;
	padding:10px 10px 0px 10px;
}
	
p {
	font-weight:bold;
	margin:10px 0px 0px 0px;
	padding:0px 10px 0px 10px;
}
	
a:link,a:active,a:visited {
	text-decoration: underline;
	color: silver;
}

a:hover{
	text-decoration: underline;
	color: #800000;
}

.indentmenu{
	font: bold small Verdana;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:10px;
}

.indentmenu ul{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; /*space at top of top button*/
}

.indentmenu ul li{
	display: inline;
	height:30px;
}

.indentmenu ul li a{
	float: left;
	color: #000000; /*text color*/;
	text-decoration: none;
	height: 40px;/*height between words/buttons*/;
	padding:6px 0px 0px 5px ;
	background-image:url('images/indentmenu1.jpg') ;
	background-repeat:no-repeat;
	outline:none;
/*spacing of text within image*/	width: 100px;
}

.indentmenu ul li a:visited{
	font: bold small Verdana;
	color: #111111;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	margin:1px -1px -1px 1px;
	color: #000000; /*text color of selected and active item*/;
	background-image:url('images/indentmenu2.jpg') ;
	background-repeat:no-repeat;
	width:100px;
}

#footer	{
	text-align: center;
	font-style: italic;
	font-size: xx-small;
	color: white;
	padding-top: 10px;
	background-color: #336699;
	height: 20px;
	width: 766px;
	clear: both;
}



.dropshadow1{
	float:left;
	clear:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 500px;
}
.dropshadow1 p{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:4px;
	font-size:14px;
	margin: 0px;
}


