body, * {
	font-family: "Bitstream Vera Sans", "Verdana", sans-serif;
	color: #333;}
body{background-color:#d3caaa;/*background-image: url(img1.gif);*/}

h1, h2, h3, h4, h5, h6 {color: #000000;font-family: "Bitstream Vera Sans", "Verdana", sans-serif;}
h1 {font-size: 21px;}
h2 {font-size: 19px;}
h3 {font-size: 17px;}
h4 {font-size: 15px;}
h5, h6 {font-size: 13px;}

.TextS {font-size: 11px;}
.TextN {font-size: 13px;}
.TextL {font-size: 17px;}

.TextWhite {color: #ffffff}

a, a:visited {color: #730000;font-weight:bold;text-decoration: none;}
a:hover {text-decoration: underline;}
hr {border-color: #e6e6e6;border-top-style: none;}

.margintop10px
{
margin-top:10px;
}
.marginbottom10px
{
margin-bottom:10px;
}
.radiusbottom10px
{
-moz-border-radius-bottomleft: 10px;
-webkit-border-radius-bottomleft: 10px;
moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-radius-bottomright: 10px;
moz-border-radius-bottomright: 10px;
}

.radiustop10px
{
-moz-border-radius-topleft: 10px;
-webkit-border-radius-topleft: 10px;
moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-radius-topright: 10px;
moz-border-radius-topright: 10px;
}

.pagewidth
{
width:980px;
}
.pagewidth10pad
{
width:960px;
}

.footer
{
background-color:#4D4D4D;
padding:10px;
color:white;
}

.menu
{
	background-image:url('../images/menu-background.jpg');
	/*background-repeat:repeat-x;*/
	height:30px;
}

.menu ul
{
	padding: 0;
	margin: 0;
	margin-left:30px;
	/*background-image:url('../images/menu-background.jpg');
	background-repeat:repeat-x;*/
	color:#FFFFFF; 
	/*float:left;*/ 
	/*width:100%;*/
	font-weight:bold;
	border-left: 1px solid #A30000/*95BC0E*/;
	/*letter-spacing: 1px;*/
}

.menu ul li
{
	display: inline;
}

.menu ul li a
{
	padding-left:20px;
	padding-right:20px;
	padding-top:8px;
	background-image:url('../images/menu-background.jpg');
	background-repeat:repeat-x;
	color: #FFFFFF;
	text-decoration: none;
  font-size:12px;
	float: left;
	/*border-right: 1px solid #A30000/*95BC0E*/;*/
}

.menu ul li a:hover, #menu a.selected
{
	background-image:url('../images/menu-hover.jpg');
	background-repeat:repeat-x;
	color: #FFD800/*485B06*/;
	display:block;
	height:22px;
}

.submenu {
  margin: 0;
  padding: 0px 0px 10px 10px;
  height: 12px;
  font-size: 14px;
  height:100%;
}
.submenu li {
  margin-left: 5px;
  list-style-type: square;
}
.submenulink, .submenulink a, .submenulink a:visited, .submenulink a:hover {
  color: #000000;
  text-decoration: underline;
}
