html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {		
	font-family: arial, tahoma, Verdana, sans-serif;
	text-align: center;
	color: #000000;
	background: #d4def1 url(images/img-background-body.jpg) repeat-x;
	font-size: 90%;
}

#content p {
	line-height: 25px;
}

li {
	margin-bottom: 15px;
}

a {
	color: #17365d;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

hr {
	color: #17365d;
	border: 0;
	height: 1px;
	background-color: #17365d;
}
		
#container {
	margin: 0 auto;
	width: 965px; 
	min-height: 100%;
	text-align: left;
	position: relative;
	padding-left: 15px;
	border-left: 0px solid white;
	border-right: 0px solid white;
}

*html #container {
	height: 100%;
}

#header {
	height: 120px;
	width: 100%;
	margin: 0px 0px 5px 0px;
	padding-top: 60px;
}

#subMenu {
	width: 495px;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	background-color: #2b5995;
	border: 1px solid #1f416d;
	font-size: 90%;
	text-align: left;
}

#subMenu a {
	color: #ffffff;
	text-decoration: underline;
}

#subMenu a:hover {
	text-decoration: none;
}

#subMenu ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#subMenu li {
	display: inline;
	padding-right: 15px;
}

#content {
	width: 940px;
	padding: 30px 10px 10px 0px;
}

#footer	{
	position: relative;
	width: 940px;
	padding-bottom: 15px;
	font-size: 75%;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

#clearfooter {
	height: 20px;
	width: 100%;
	clear: both;
}

.imgBorder {
	border: 5px solid #17365d;
}

img { behavior: url(iepngfix.htc) }