/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color:#20558c;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#header {
	width: 100%;
	height: 160px;
	background-image: url(images/bg-header.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0px;
	padding:0px;
}

#nav {
	width:155px;
	height:390px;
	height:100%;
	margin: 0px;
	padding:0px;
	background-image: url(images/bg-nav.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#nav ul {
	margin-top: 0 px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}

#nav li {
	list-style-position: inside;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;		
}

#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}
#content {
	height:100%;
	margin:0px;
	padding:0px;
}

fieldset {
	border: 1px solid #ffffff;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-align: left;
}

legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

ul {
	margin:0px;
	padding:0px;
	list-style-position: outside;
	list-style-type: none;	
}

li {
	display:block;
	padding-top: 1px;
	padding-bottom: 1px;
}

fieldset a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

fieldset a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0078bf;
}

fieldset a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

fieldset a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

fieldset a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.div1 {
	float:left;
	width:300px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:justify;
	margin:0px;
	}
	
.div2 {
	float:left;
	width:300px;
	padding: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:justify;
	height:auto;
}	

#galleryDiv {
	float:left;
	width:580px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	height:auto;
}

#galleryDiv img {
	margin: 5px;
	padding: 0px;
}
		
#content img {
	margin-right: 10px;
	margin-bottom: 5px;
	clear:right;
	}

#footer {
	width: 100%;
	height: auto;
	background-color:#FFFFFF;
	background-image: url(images/img-footer.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 155px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #214d7e;
	text-decoration: none;
}

#footer ul {
	margin:0px;
	padding:0px;
	list-style-position: outside;
	list-style-type: none;
}

#footer li {
	margin:0px;
	padding:0px;
	list-style-position: outside;
	list-style-type: none;
	display: inline;
	}
	
#footer a {
	color: #214d7e;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover {
	color: #214d7e;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:link {
	color: #214d7e;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:visited {
	color: #214d7e;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:active {
	color: #214d7e;
	text-decoration: underline;
	font-weight: bold;
}
