/* CSS Document */
body {
	background-image: url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#075E95;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	margin:0px;
	width: 100%;
	height: 100%;
}

html {
	width: 100%;
	height: 100%;
}

/* Div Contents */

#container {
	position:relative;
	width:700px;
	height:auto;
	top:11px;
}

#hmenu {
	position:relative;
	width:695px;
	height:17px;
	background-color:#ffffff;
	padding-right:5px;
	padding-top:2px;
}

#header {
	position:relative;
	weight:700px;
	height:184px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
}

#menu {
	position:relative;
	background-color:#8ECFF8;
	width:692px;
	height:21px;
	padding:4px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	top:-1px;
	text-transform: uppercase;
	position: relative;
}

#menu a {
	
	padding: 0px 4px 0px 33px;
	margin: 0px; 
	font-weight:bold;
	line-height:21px;
	text-decoration: none;

}

#content-container {
	overflow:auto;
	position:relative;
	background-color:#FFFFFF;
	border:10px solid #BFE4FB;
	width:660px;
	height:660px;
	padding:10px;
	text-align:left;
	top:-1px;
}

#content-containerindex {
	overflow:auto;
	position:relative;
	background-color:#FFFFFF;
	border:10px solid #BFE4FB;
	width:660px;
	height:660px;
	padding:10px;
	text-align:left;
	top:-1px;
}

#footer {
	position:relative;
	background-color:#BFE4FB;
	width:700px;
	height:10px;
	border-bottom:5px solid #075E95;
	top:-1px;
}

.img-right {
	float:right;
	padding:5px;
	
}

/* Text Contents */

h2 {
	font-size:11px;
	text-align:justify;
}

a:link { text-decoration: underline; color: #000; }
a:active { text-decoration: underline; color: #000; }
a:visited { text-decoration: underline; color: #000; }
a:hover { text-decoration: underline; color: #000; }

