body {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #0A50A1;
	background-color: #E27D14;
	background-image:  url(images/gradient_body.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0C69D5;
}
a:hover {
	text-decoration: underline;
	color: #993300;
}
a:active {
	text-decoration: none;
	color: #993300;
}.dotsBig {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/dots_big.jpg);
	background-repeat: no-repeat;
	background-position: left 40px;
}
.links {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	padding: 5px 10px 10px;
	letter-spacing: 2pt;
	margin-left: 220px;
}
.linksgradient {
	background-image: url(images/gradient_links.jpg);
	background-repeat: repeat-x;
}
.HDRMain {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	padding-top: 10px;
}
.pad10 {
	padding: 10px;
}
.copyright {
	font-size: 10px;
	color: #EDF3FF;
	text-align: center;
}
.callout {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: medium solid #0A50A1;
	background-image: url(images/gradient_callout.jpg);
	background-repeat: repeat-x;
	margin-right: 10px;
	background-color: #FFFFFF;
	margin-left: 10px;
	padding-bottom: 5px;
}
.dotsSmall {
	background-image: url(images/dots_small.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.HDRSub {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 2px;
}



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

.bevelmenu{

font: bold 13px Trebuchet MS;
padding: 6px 0;
width: 100%;
text-align: left; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
}

.bevelmenu li a:hover{
color: #993300;
background-color: #FFE271;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}


