body {
	margin: 0px;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #1365B6;
	font-size: 10px;
}
#container
{
	width:785px;

	/*width: 90%;*/
	margin: 10px auto 20px;
	background-color: #E6E6E6;
	text-align: center;
	color: #333;
	border: 1px solid #FFF;
	line-height: 130%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}

/* #container {
	background-color: 
	margin-top: 5px;


	width: 90%;
} 

*/
#Header {
	background-image: url(../images/header_bg.gif);
	height: 117px;
	width: 100%;
}

#LeftCol
{
	float: left;
	width: 181px;
	margin: 0;
	background-image: url(../images/LeftImage01.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}


/* #LeftCol {
	height: 411px;
	width: 181px;

	margin: 0px;
	background-image: url(../images/LeftImage01.jpg);
	padding: 0px;
	background-repeat: no-repeat;
	float: left;
} */



#Menu {
	background-image: url(../images/menu_bg.gif);
	height: 13px;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 4px;
}
#Menu a
{
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	color: #000000;
}

#Menu a:hover
{
	color: #FFFFFF;
}

#Content
{
	
	border-left: 1px solid #FFFFFF;
	padding: 2em 3em 3em;
	/*max-width: 36em;*/
	background-color: #E6E6E6;
	text-align: left;
	line-height: 120%;
	margin-left: 181px;
	background-image: url(../images/Content_bg.gif);
	background-repeat:repeat-x;
}

/* #Content {

	overflow: auto;

	float: right;
	padding: 20px;

	width: auto;
} */

h1 {
	color: #0E3E93;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}
h2 {
	color: #0E3E93;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 3px;
}
p {
	margin-top: 2px;
	margin-bottom: 14px;
}
.GalleryImage {
	border: 1px solid #FFFFFF;
}
#Footer  {
	padding: 10px;
	clear: both;
	background-color: #000000;
	color: #999999;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#Footer a  {
	color: #999999;
}
#Footer a:hover  {
	color: #4E9DED;
}
.TableCellHead {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #696969;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.TableCellLight {
	background-color: #EBEBEB;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.TableCellDark {
	background-color: #D6D6D6;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.Gallery_Title {
	font-size: small;
	font-weight: bold;
	color: #00479D;
}
h3 {

	color: #7C7C7C;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}
.Home_image {
	border: 1px solid #333333;
	margin-right: 4px;
	float: left;
}

