@charset "utf-8";
body {
	background-image: url(../images/page_bg.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: .8px;
}

.frame {
	border: thick solid #000000;
}

img {
	padding:0px;
	border:none;
}

.content {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	vertical-align:top;
}

a {
	text-decoration: underline;
	color:#000000;
}

a:visited {
	color:#000000;
}

a:hover {
	text-decoration: none;
	color: #660066;
}

.button {
	border: 3px solid;
	border-color:#000000;
	background-color:#FFFFFF;
	height:30px;
	padding-left: 0px;
	margin-right: 0px;
	text-align: center;
}

.nav {
	color: #999999;
	font-weight: bolder;
	vertical-align: middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}

/*Navigation bar styling*/

#head ul {
	list-style-type: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

#head li {
	display: inline;
	
}
#head li a {
	margin: 0 !important;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#head li a:visited {
	text-decoration: none;
	color: #000000;
}

#head li a:hover {
	color:#660099;
	text-decoration: underline;
}
.navlast{ 
	padding-right: 0px !important;
	border-right: none !important;
	
}

.subnav {
	border: thin solid #000000;
}

.container {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.sides {
	vertical-align: middle;
}

h3 {
	color: #660066;
	font-size: 16px;
}
