* {
	margin: 0;
	padding: 0;
}

body {
background: #D0D0D0;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-align:left;
line-height: 17px;
color: #333;

}

a {
text-decoration: none;
color: #446394;
font-weight:100;
}
a:hover {
text-decoration: underline;
color: #9cbc34;
font-weight:100;
}

p {
margin:15px
}

#wrap {
margin: 0 auto;
width: 900px;
background: #fff;
border: 1px solid #446394; 

}



#header {
height: 90px;
}


#header h4 { 
font-size: 28px;
letter-spacing: -1px;
padding: 85px 0 10px 20px;
color: #aaa;
}
#header h4 a { 
color: #446394;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h4 a:hover {
color: #9cbc34;
}
#header h2 {
font-size: 19px;
color: #111;
padding: 5px 0 50px 20px;
letter-spacing: -1px;
font-weight: 100;
color:#9cbc34;

}



#menu {
height: 30px;
margin-left:auto;
line-height: 30px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin-bottom:25px;
clear:both;

}
#menu ul {
list-style-type: none;
padding-left: 50px;
clear:both;

}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #5f6168;
}
#menu ul li a:hover {
color: #004990;
text-decoration: none;
font-weight: 200;
}

#content {
padding: 0 20px 20px 20px;
}

.right {
float: right;
width: 620px;
text-align: left;
}
.right h1 {
font-size: 18px;
font-weight: 500;
padding: 15px 0 7px 5px;
color: #446394;
letter-spacing: -1px;
}
.right h1 a {
text-decoration: none;
color: #446394;
letter-spacing: -1px;
border-bottom:1px solid #9cbc34;
}
.right h1 a:hover {
color: #9cbc34;
}

.right h2 {
font-size: 18px;
font-weight: 500;
padding: 15px 0 7px 5px;
color: #446394;
letter-spacing: -1px;
}
.right h2 a {
text-decoration: none;
color: #446394;
letter-spacing: -1px;
border-bottom:1px solid #9cbc34;
}
.right h2 a:hover {
color: #9cbc34;
}

.right h3 {
font-size: 18px;
font-weight: 500;
padding: 10px 0 10px 15px;
color:#333333;
letter-spacing: -1px;
}

.right ul {
margin-left:35px;
margin-top:5px;
font-size:12px;

}

.right li {
font-weight:300;
padding-bottom:5px;
text-align:left;

}

.box{
	padding: 15px 15px 15px 15px; 
   clear: both;
   width: 50%;
   background: #fff;
   color: #000;
   padding: 1em;
   border: 2px solid #EFCE8C;
}


.left {
float:left;
width: 200px;
margin-top: 10px;
background: #446394;
border: 3px solid #ccc;
}
.left h4 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 28px;
line-height: 28px;
color: #fff;
font-size: 13px;
background: #9cbc34;
}
.left ul {
padding: 10px 0 15px 10px;
list-style-type: none;
color: #788BBD;
}
.left li {
padding-bottom:5px;}


.left ul li a {
color: #fff;
text-decoration: none;
font-size: 13px;
font-weight: 100;
}
.left ul li a:hover {
color: #fff;
font-weight: 600;
}

.right coupon {
border:none;
}

.right coupon a {
border:none;
}

#footer {
height: 30px;
line-height: 30px;
background: #446394;
text-align: center;
font-size: 11px;
color: #fff;
align: bottom center;
clear:both;
}
#footer a { color: #fff; }


