body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color: #000;
	text-align: center;
	background-color: #F5F5F5; background-image: url(../images/bgtile.png); background-position: center top; background-repeat: repeat-y; background-attachment:fixed;
}

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0;}

h1{font-size: 2.4em; line-height: 1; margin-bottom: 1em;}
h2{font-size: 1.6em; margin-bottom: 0.75em; font-weight: normal;}
h3{font-size: 1.4em; line-height: 1.4; margin-bottom: 0.75em; font-weight: normal;}
h4{font-size: 1.2em; line-height: 1.25; margin-bottom: 0.75em; font-weight: normal;}
h5{font-size: 1.2em; margin-bottom: 0.5em; }
h6{font-size: 1.1em;}
p {font-size: 1.1em; margin-bottom: 1em;}
INPUT, SELECT, TH, TD {font-size:1em;}

img {border: 0;} 
hr{ color:#999999; background-color:#999999; height:1px; border:none; margin-top: 15px;}

.floatRight { float: right; padding: 0; }
.floatLeft { float: left; padding: 0; }
.brod {font-size: 0.9em;}
.standOut{font-size: 1.6em; }  
.important{ font-weight: bold; } 
.primaryColor{ color: #333;}
.highlightColor{ color: #647546;}

.navigation {font-size:1.2em; color: #fff; }
.content {color: #000; font-size: 1.2em;}
.footer {font-size:1.2em; color: #333; line-height: 50px;}

.text{ width: auto; height: auto; text-align: left; padding-left: 10px;}
.text1{ width: 580px; height: auto; text-align: left; padding-left: 10px;}
.text2{ width: 600px; height: auto; text-align: left; }

.thumbs{ width: auto; height: auto; text-align: left; padding-bottom: 5px; }

a{color: #C03025; text-decoration: none;}
a:hover {color: #C03025; text-decoration: underline;}

/* submenu */
.subnavholder{ width: 200px; height: auto; text-align: left; font-size:1.2em; color: #fff; }
.subnav{ width: auto; height: auto; text-align: left; padding: 8px; background-color: #C03025; margin-bottom: 1px;}
a.sublink:link {font-weight: normal; color: #ffffff; text-decoration: none;}
a.sublink:active {font-weight: normal; color: #ffffff; text-decoration: none;}
a.sublink:hover {font-weight: normal; color: #590606; text-decoration: none;}
a.sublink:visited {font-weight: normal; color: #ffffff; text-decoration: none;}

/* menu */
.menu{margin:0 auto; padding:0; height:30px; width:100%; display:block;}
.menu li{padding:0; margin:0; list-style:none; display:inline;}
.menu li a{float:left; padding-left:15px; display:block; color:#fff; text-decoration:none; cursor:pointer; background:url(../images/topMenuImages.png) 0px 0px no-repeat;}
.menu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url(../images/topMenuImages.png) 100% 0px no-repeat;}
.menu li a:hover{background-position:0px -30px; color:#fff;}
.menu li a:hover span{background-position:100% -30px;}
.menu li a.active, .menu li a.active:hover{line-height:30px; background:url(../images/topMenuImages.png) 0px -30px no-repeat; color:#fff;}
.menu li a.active span, .menu li a.active:hover span{background:url(../images/topMenuImages.png) 100% -30px no-repeat;}
