/* Page Layout */
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-color:#0f3f54; 
/*	background-image:url(../images/layout.jpg); */
/*	margin-left:111px; test */
}

p {
	margin:0 0 10px 0;
}

ul {
	margin-top:0;
	margin-bottom:10px;
}

li {
	line-height:20px;	
	list-style-image: url(../images/bullet.gif);
	border: 0px none; padding-left:5px; padding-right:5pt; padding-top:0; padding-bottom:0;
}

h1 {
	text-align:left;
	font-size:27px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0 0 10px 0;
	color:#175a79;
	font-weight:normal;
}

h2 {
	text-align:left;
	font-size:27px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0;
	color:white;
	font-weight:normal;
}

em {
	font-size:12px;
}

a {
	text-decoration:none;
	color:white;
}


/* Body Contets Layout */
#layout {
	width:auto;
	margin:0;
	padding:0;
}

#header {
	width:943px;
}

#logo {
	margin:27px 20px 0 0;
	text-align: left;
}

#top_menu {
	margin:43px 0 0 0px;	
	text-align: left;
}

#sub_menu {
	margin-top:0px;
}

#front_page {
	background-image:url(../images/front_page.jpg);
	background-repeat:no-repeat;
	width:943px;
	height:609px;
}
#header_picture {
	float:left;
	padding-left:4px;
	margin-right:40px;
}

}
#header_picturec {
	float:left;
	padding-left:4px;
	margin-right:40px;
}

#header_text {
	padding:30px 138px 8px 0px;
	text-align: left;
}

#footer {
	height:93px;
	width:1172px;
	overflow:hidden;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#footer_text {
	width:930px;
	color:white;
	text-align:right;
	font-size:12px;
	line-height:24px;
}

