
/* ground Style */

body {
	margin: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

/* header Style */

div#header {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}

div#banner {
	height: 120px;
	margin-left: auto;
	margin-right: auto;
}

/* nav Style */

div#nav{
	font-family: Arial, Helvetica, sans-serif;
	color: #9AC8F5;
	text-align: center;
	background-image: url(img/bg2.gif);	height : 25px;
	width: 100%;
	font-size: 80%;
	border-top : 1px solid #105BAC;
	border-bottom: 1px solid #105BAC;

}

div#nav p a{
	color : #105BAC;
	text-decoration : none;
	
}

div#nav p a:hover{
	color : #105BAC;
	border-bottom : 1px solid #003399;
}

div#nav p {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 4px 0 0 0;
}

/* content Style */

div#content {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 95%;
	color: #000000;
	line-height: 160%;
	width: 80%;
	margin-top: 170px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #cccccc;
	background-image: url(img/bg2.gif);
}

div#content h1 {
	font-size: 146%;
	color: #000789;
	font-weight: normal;
}

div#content h2 {
	color: #000789;
	font-weight: normal;
	font-size: 110%;
}

div#content p a{
	color : #115EAC;
	background-color : transparent;
	text-decoration : none;
}

div#content ul{
	line-height : 150%;
	list-style-type: circle;
}

div#content ul li{
	color : #333333;
	background-color : transparent;
}

div#content ul li a{
	color : #115EAC;
	background-color : transparent;
	text-decoration : none;
}

div#content a{
	color : #115EAC;
	background-color : transparent;
	text-decoration : none;
}

div#content a:hover{
	text-decoration : underline;
}
