﻿body {
	margin: 20px 0;
	padding: 0;
	background: #CECECE url(../images/img1.gif);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #292929;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #292929;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	background: url(../images/topBanner.jpg);
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}


/* Menu  TOP*/

#menu {
	width: 960px;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E url(../images/img3.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #CCCCCC;
}

.facebook{
    padding: 4px 20px 0 20px !important;
}

#menu a:hover, #menu .active a {
	background: url(../images/img4.gif);
	color: #CD0601;
}
#search{
float:right;
padding-right:10px;
}
#search input{
border: 1px solid #000;
background-color:transparent;
color:#CCCCCC;
font-size:10px;
}
/* MENU LEFT*/
#colOne {
	float: left;
	width: 220px;
}

.navlist
{
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.level_1{
	margin-left: 20px;
	padding-left: 0;
	width: 170px;
}
.level_2{
	margin-left: 10px;
	padding-left: 0;
}

.navlist li
{
	padding-left: 5px;
}

.navlist a
{
	padding: 3px;
	display: block;
	background: none;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	color:#292929;
}

.navlist a:hover
{
	color: #CD0601;
}
.menuH{
	background:#2E2E2E url(../images/img3.gif) repeat scroll 0 0;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	color:#CCCCCC;
	font-size:1.2em;
	font-weight:bold;
	margin:10px 0 2px 20px;
	padding:0.3em 10px;
	text-transform:uppercase;
	width:160px;
	text-align:center;
}
/* Content */
#pageTitle{
	width:300px;
	padding: 3px;
	margin-bottom:15px;
	background:url(../images/line.jpg) no-repeat bottom left;
}

#content {
	width: 960px;
	margin: 0 auto;
	background:url(../images/contentBackground.jpg);
}

#colTwo {
	float: left;
	width: 700px;
	padding: 0 10px 0 10px;
}

#colTwo a {
 text-decoration:none;
 color:#CD0601;
}

#colTwo a:hover{
 color:#292929;
}

#colTwo img{
	border: 1px solid #292929;
	padding:2px;
}

/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(../images/footer.jpg) no-repeat;
	font-size: smaller;
}

#footer * {
	color: #000000;
}
#webmaster{
	float:right;
}
#webmaster a {
 text-decoration:none;
 color:#CD0601;
}

#webmaster a:hover{
 color:#292929;
}

/*Weblogin*/
#txtwebemail, #username, #password, .button{
	border: 1px solid #292929;
	background:none;
	font-size:10px;
	float:right;
}
.alin{
	font-size:10px;
	float:right;
}
#lButton{
margin: 0 auto;
}
#username, #password, #txtwebemail{
	width:100px;
	padding-right:20px;
	margin-right:20px;
}
.button{
	margin-right:20px;
}
#changePassword fieldset{
	border: 1px solid #292929;
}
#changePassword input{
	border: 1px solid #292929;
}
.cent{
	text-align:center;
}
.bol{
	font-weight: bold;
}

