body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	text-align: center;
	margin-top: 1em;
	background-color: #07305e;
	background-repeat: repeat-x;
	background-image: url(images/bg.jpg);
}

.page {
	/* Page width: */
	width: 60%;
}

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.7em;
	margin-bottom: 0.2em;
	letter-spacing: -0.01em;
	font-weight: bold;
	color: #666666;
	background-attachment: fixed;
	padding-left: 150px;
	padding-top: 10px;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #666666;
}

#contentbox {
	background-color: #07305e;
	margin: 0 auto;
	text-align: left;
}

#padding {
	padding: 0.5em;
}

#innerpage {
	background-repeat: no-repeat;
	padding: 1em;
	height: 25em;
	background-image: url(images/photos/Photo1.JPG);
	background-position: bottom;

	
}
#innerpage p{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFFF00;
	text-align: right;
	
}

/*
 Styles that apply to the 
 content area:
*/

#content {
	opacity: .8;
	float: left;
	width: 25em;
	height: auto;
	padding: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow: auto;
	font-style: italic;
	color: #FFFFFF;
	padding-top: 5px;
	background-color: #999999;
}

#content p {
	font-size: 12px;
	color: #000000;
	font-style: normal;
	text-align: left;
	font-weight: bold;
}

#ContentLabel{
	float: right;
	font-weight: bold;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;

}
#LeftCol {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	left: -8px;
	top: 117px;
	text-align: left;
	width: 141px;
	padding: 8px;
	height: 427px;
}
#LeftCol ul {


}
#LeftCol ul li{
	font-size: 12px;
	border-bottom: 3px;
	padding-bottom: 2px;
	list-style-type: none;
}

a.button{
	background: #B1B1B1;
	color: #fff;
	border-width: 2px;
	border-style: solid;
	border-top-color: #DfDfDf;
	border-right-color: #999999;
	border-bottom-color: #333;
	border-left-color: #858585;
	font-weight: bold;
	font-size: 24px;

}
#LeftCol ul li  a:visited, a:link, a:active{
	color: #FFFF66;
	background-image: url(images/menu-but1.jpg);
	background-repeat: no-repeat;
	margin-right: 110px;
	padding-right: 10px;
	text-decoration: none;
	width:120px;
	display: block;
	padding-top:6px;
	padding-bottom: 12px;
	padding-left: 5px;
}
#LeftCol ul li  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/menu-button.jpg);
}
