@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
.files {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: underline;
}

#site {
	background-color: #FFFFFF;
	border: thin ridge #CCCCCC;
	height: 100%;
}
#site #content {
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	background-image: url(../images/bg.gif);
}
#site #content2 {
	clear: none;
	float: right;
	width: 527px;
	top: 0px;
	padding-right: 50px;
	}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-top-style: groove;
	border-top-color: #999999;
	border-top-width: thin;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.bevelmenu{
	list-style-type: none;
	margin: 0;
	width: 200px;
	padding: 0;
	text-align: center;
	float: none;
}

.bevelmenu li a{
	display: block;
	width: 100%;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: bold;
	background-color: #FEDF50;
	border: 2px solid #FFFFFF;
	text-decoration:none;
	color: #4C4C4C;
}

.bevelmenu li a:hover{
	color: #FFFFFF;
	background-color: #849D28;
	border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect (non IE browsers only) */
border-style: inset;
}
.txtform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

