html { 
  	padding: 0px;
  	margin: 0px;
}

body {
  	background-color: #505050;
  	font-size: 12px;
  	font-family: microsoft sans-serif, sans-serif;
  	color: #595959;  
  	padding: 0px;
	margin: 0px;
	background-image: url('');
	background-position: center;
	background-repeat: repeat-y;
}

	a:link {
	text-decoration: underline;
	color: #3366CC;
	font-size: 12px;
}
  	a:visited {
	text-decoration: underline;
	color: #CC3333;
	font-size: 12px;
} 
  	a:active {
	text-decoration: underline;
	color: #3366CC;
	font-size: 12px;
}

#content {
	width: 750px;
	height: auto;
	background-color: #ededed;
	vertical-align: middle;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
}

#header {
	width: 750px;
	height: 75px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #121f2d;	
}

#headerBar {
	width: 200px;
	height: 35px;
	float: right;
	margin-top: 20px;
	text-align: center;
	background-color: #121f2d;
}

#image {
	width: 750px;
	height: 250px;
	background-image: url('images/image.jpg');
	background-repeat: no-repeat;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;	
	background-color: #ffffff;
}

#menu {
	width: 750px;
	height: 35px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 11px;
	color: #595959;
	background-color: #ffffff;
}

#leftColumn {
	width: 710px;
	height: auto;
	padding: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 12px;
	color: #595959;
	background-color: #ededed;
	position: static;
}

#titleLeft {
	font-size: 22px;
	color: #18293c;
	margin-top: 0px;
	margin-bottom: 0px;
}

#subtitleLeft {
	font-size: 18px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 24px;
}

#leftTextbox {
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 170px;
	margin-right: 20px;
}

#leftPic {
	margin-top: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	width: 150px;
}

#date {
	font-size: 12px;
	color: #18293c;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: bold;
}

#headingBar {
	font-size: 14px;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 2px;
	font-weight: bold;
	background-color: #18293c;
}

#subheadingBar {
	font-size: 14px;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 2px;
	font-weight: bold;
	background-color: #CCCCCC;
}

#copyright {
	font-size: 11px;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 2px;
	background-color: #121f2d;
	text-align: center;
	position: static;
}

