* {
	margin: 0;
	padding: 0;
}

body {
background: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #121212;
}

a {
text-decoration: none;
color: #800000;
}
a:hover {
text-decoration: underline;

}

#wrap {
margin: 20px auto;
width: 780px;
}

#header {
height:70px;
background: #ebf5fc;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 20px 0 0 60px;
color: #380d71;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #f1a629;
padding: 5px 0 0 60px;
letter-spacing: -1px;
font-weight: 100;
}
.full {
/*float: right;*/
width: 780px;
text-align: justify;
padding-top: 5px;
}
.full h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
color: #363636
}
.full h2 a {
text-decoration: none;
color:#800000
}
.full h2 a:hover {

}
.full h3 {
font-size: 14px;
font-weight: 100;
padding: 15px 0 7px 0;
color: #5c3900
}
.full h3 a {
text-decoration: none;
}
.full h3 a:hover {

}
.full ul li {
list-style-type: square;
padding-left: 10px;
}


.right {
float: right;
width: 380px;
text-align: justify;
padding-top: 5px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
color: #363636
}
.right h2 a {
text-decoration: none;
color:#800000
}
.right h2 a:hover {

}
.right h3 {
font-size: 14px;
font-weight: 100;
padding: 15px 0 7px 0;
color: #5c3900
}
.right h3 a {
text-decoration: none;
}
.right h3 a:hover {

}
.right ul li {
list-style-type: square;
padding-left: 10px;
}
.left {
float: left;
width: 380px;
padding-top: 5px;
padding-right: 10px;

}
.left h2 {
margin: 5px 0 0 0;
padding-left: 10px;
height: 20px;
line-height: 20px;
background: #c2c2c2 no-repeat;
color: #ffffff;
font-size: 13px;
}
.left ul {
padding: 5px 0 5px 0px;
list-style-type: square;
color: #FFFFFF;
padding-left: 0px;
}
.left li {
font-weight:600;
}
.left ul li a {
margin-bottom: 0in;
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {
text-decoration: none;
}

#footer {
text-align: center;
font-size: 11px;
color: #121212;
margin-top: 20px;
border-top: 1px dotted #7B8F35;
}
#footer a { color: #7B8F35; }
#footer a:hover {text-decoration:underline}
