/* CSS Document */
body {
    background-repeat: repeat-x;
    background-position: top left;
    background-position:0 left;
    background-position:top left;
    background-attachment:fixed;
	background-image: url(images/bg.jpg);
	margin-top: 0px;
	background-color: #b5cde3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}

.contactbox {
	border: 1px dashed #D0D6DD;
	background-color: #EFF4FA;
	color: #295369;
	padding: 4px;
	}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #FFFFFF;
	}

.pic_desc {
	font-size: 10px;
	color: #295369;
	}
	
.pic_frame {
	border: 1px solid #D0D6DD;
	padding: 1px;
	background-color:#FFFFFF;
	}

a {
	font-size: 11px;
	color: #8598A9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8598A9;
}
a:hover {
	text-decoration: none;
	color: #E4ECFF;
}
a:active {
	text-decoration: none;
	color: #8598A9;
}

.PageHeaders {
	font-size: 14px;
	color: #0000FF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line
}
.style16 {
	color: #414880;
	font-family: "Times New Roman", Times, serif;
}
.pic {line; color: #6583B4; font-size: 14px;}
.text1 {color: #295369; font-family: "Times New Roman", Times, serif; font-size: medium; }
.header1 {color: #295369; font-family: "Times New Roman", Times, serif; font-size: x-large; font-weight: bold; }
.style6 {	color: #3F7EA0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
}
.style5 {color: #3f7ea0; font-family: "Times New Roman", Times, serif; font-size: medium; }
.style8 {color: #8697A7}
.style11 {color: #295369}

/* Menus */
a.newMenuItems {
  	border-bottom: 1px solid #ffffff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 0px 4px 3px;
	text-align: left;
	display: block;
	width: 120px;


}
a.newMenuItems:link { 
	background-color: #DCE7F4; 
	color: #000000;
	text-decoration: none;
	}
a.newMenuItems:visited {
	background-color: #DCE7F4; 
	color: #000000;
	text-decoration: none;
	}
a.newMenuItems:hover { 
	background-color: #FFFFFF; 
	color: #8697A7;
	text-decoration: none;
	}
