body{
	background-color: #FFFFE6;
	background-image: url(images/BG.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div#container{
	position: absolute;
	left: 50%;
	width: 700px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/contBG.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 2px solid #000000;
	z-index: 5;
	cursor: crosshair;
	margin-left: -350px;
}
	
div#header{
	background-position: left top;
	background-repeat: no-repeat;
	height: 130px;
	width: 698px;
	background-image: url(images/header.png);
}

div#navigation{
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	background-color: #D8F1FA;
}

/*CSS for nav bar table Decoration*/
table#nav{
	padding: 0.2em;
}

div#content{
	float: left;
	height: auto;
	padding-top: 1em;
	padding-right: 3em;
	padding-bottom: 3em;
	padding-left: 3em;
}

div#footer{
	float: left;
	width: 698px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	background-color: inherit;
}	

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;	
	background-color: inherit;
}	

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;	
	background-color: inherit;
}	
h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;	
	background-color: inherit;
}	

/*CSS for link decoration*/
a:link{
	text-decoration: none;
	color: #1A5290;
	background-color: inherit;
	font-style: normal;
	font-weight: bold;
	cursor: crosshair;
}

a:visited{
	text-decoration: none;
	color: #157BA2;
	background-color: inherit;
	font-weight: bold;
	cursor: crosshair;
}

a:hover{
	text-decoration:underline;
	font-weight: bold;
	color: #3EA3C8;
	background-color: inherit;
	cursor: crosshair;
}

a:active{
	text-decoration:none;
	font-style: italic;
	font-weight: bold;
	color: #1A5290;
	background-color: inherit;
	cursor: crosshair;
}

p{
	padding:0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1A5290;
	font-size: 14px;
	background-color: inherit;
}


img#left{
	border: 1px solid #000000;
	float: left;
	margin: 4px;
}
img#right{
	border: 1px solid #000000;
	float: right;
	margin: 4px;
	
}
