* {
	margin: 0;
	padding: 0;
}

body {
background:  #859FAC url(images/bg62.jpg) repeat-x;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
/* color: #99AECD; */
color: #336699;
}
a:hover {
text-decoration: underline;
color: #4F5D7F;
}

#wrap {
margin: 20px auto 10px auto;
width: 800px;
background: #fff url(images/background7.jpg) no-repeat;
padding: 2px;
border: 3px solid #CFCFCF;
}

#header {
height: 150px;
background: #fff url(images/header.jpg) no-repeat;
}
#header h1 { 
font-size: 50px;
letter-spacing: -7px
padding: 17px 0 0 10px;
color: #FF5500;
}
#header h1 a { 
color: #D1DDEF;
text-decoration: none;
font-weight: 600;
letter-spacing: -7px;
}
#header h1 a:hover {
color: #fff;
}

#menu {
height: 30px;
line-height: 30px;
background: #fff;

}
#menu ul {
list-style-type: none;
padding-left: 100px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 400;
font-size: 14px;
/* color: #4F5D7F; */
color: #336699;
}
#menu ul li a:hover {
/* color: #aaa; */
color: #C9BE62;
text-decoration: none;
}
#menu ul li#active a {
color: #C9BE62;
text-decoration:none;
}
#menu ul li#active a:hover {
color: #C9BE62;
text-decoration: none;
}

#content {
padding: 0 20px 20px 0;
}

.right {
float: right;
width: 240px;
text-align: left;
padding: 5px 15px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 10px;
color: 	#4F5D7F;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {
}
.right h3 {
font-size: 16px;
padding-left: 10px;
font-weight: 100;
padding: 15px 0 7px 0;
color: 	#E9AB17;
}


.left {
float: left;
width: 450px;
text-align: left;
padding-top: 5px;
padding-left: 20px;
}
.left h2 {
font-size: 18px;
padding-left: 10px;
font-weight: 100;
padding: 15px 0 7px 0;
color: 	#4F5D7F;
}
.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
}

.left h3 {
font-size: 16px;
padding-left: 10px;
font-weight: 100;
padding: 15px 0 7px 0;
color: 	#E9AB17;
}

.left h4 {
font-size: 10px;
padding-left: 10px;
font-weight: 100;
padding: 0 0 7px 0;
color: 	#999999;
}

.left h5 {
font-size: 12px;
padding-left: 10px;
font-weight: bold;
padding: 0 0 7px 0;
color: 	#999999;
}

#footer { font-size: 11px; text-align: center; border-top: 1px solid #ccc; padding: 30px 5px; background: center #fff url(images/bottomshadow.jpg) no-repeat }
#footer { color: #C9BE62; }
#footer a:hover { color: #C9BE62; }
