@charset "UTF-8";
/* CSS Document */

/* LINK STYLES */

/* normal unvisted links */
A:link {
	text-decoration: none;
	font-family:Georgia, Times, serif;
	font-size: 12px;
	color:#666666;
}

/* visited links */
A:visited {
	text-decoration: none;
	font-family:Georgia, Times, serif;
	font-size: 12px;
	color:#666666;
}

/* active links */
A:active {
	text-decoration: none;
	font-family:Georgia, Times, serif;
	font-size: 12px;
	color:#333333;
} 

/* hover */
A:hover {
	text-decoration: none;
	font-family:Georgia, Times, serif;
	color: black;
} 


/* Class ID's */

body {
	text-align:center;
	padding: 0px;
	height:auto;
	background-image: url(../images/Wallpaperbg.gif);
	background-repeat: repeat-y;
	background-position:right;
	background-color: #D8F6F6;
	background-attachment:fixed;
	margin: 0 auto;
}

li {
	list-style:none;}

.foot {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p {
	line-height: 1.5em;
}

/* DIV stylings */

#container1 {
	width:770px;
	margin: 0 auto;
}

#borders {
	background-image:url(../images/bgboxes2.gif);
	background-repeat:no-repeat;
	width: 770px;
	height: 390px;
	opacity: .9;
	filter: alpha(opacity=90);
}

#content {
	background-image:url(../images/contentbg.gif);
	background-repeat:repeat-y;
	height: auto;
	font-size:12px;
	width: 770px;
	opacity: .9;
	filter: alpha(opacity=90);
}

#contenttext {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 530px;
	padding-left: 70px;
	color:#666666;
	line-height: 2em;

}

#menu {
	float:right;
	margin-right: 110px;
	margin-top: 100px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	line-height: 1.1em;
}

#base {
	background-image:url(../images/base.gif);
	background-repeat:no-repeat;
	height: 50px;
	width: 770px;
	opacity: .9;
	filter: alpha(opacity=90);
	margin: 0 auto;

}

#footer {
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	height: 100px;
	width: 770px;
	text-align:center;
	padding-top: 30px;
	opacity: .9;
	filter: alpha(opacity=90);
	margin: 0 auto;

}

#box {
}