/* Global */
body {
border: 0px solid #efefef;
margin: 0px auto;
width: 975px;
background-color: #fff;
font-family: Helvetica;
}
a {color: #49f; text-decoration: none;}
a:hover {text-decoration: underline;}

/* Home page boxes */
div.box-title {text-align: right; color: white; padding: 8px 10px 6px 0px; border-bottom: 1px solid #555;}
div.box-content {color: white; height: 90px; margin-left: 20px; font-size: 18px; }
div.box-link {text-align: right; color: white; padding: 4px 10px 4px; font-size: 14px;}

/* Sidebar */
#sidebar {float: left; margin: 80px 0px 0px 0px; width: 360px; height: 400px; color: #aaa; background: url("/images/logo.gif") top left no-repeat;}
#sidebar h1 {color: #555; font-size: 14px; padding: 2px 0px 1px 0px; font-weight: bold; border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2;}
#sidebar h2 {border-top: 1px solid #e2e2e2; font-size: 11px; padding-top: 2px; font-weight: normal;}
#sidebar p {font-size: 12px; margin-right: 4px; line-height: 18px; color: #7a7a7a;}

/* Content */
#content {border-left: 1px solid #e2e2e2; float: left; margin-top: 30px; padding: 0px 0px 10px 20px; width: 590px; min-height: 450px; font-size: 14px;}
#content h1 {color: #334ea2; font-size: 16px; font-weight: bold; margin-top: 15px;}
#content h2 {color: #334ea2; font-size: 14px; font-weight: bold;}
#content h3 {color: #334ea2; font-size: 12px; font-weight: normal;}
#content p {line-height: 18px; color: #7a7a7a; font-size: 14px;}
#content ul {margin-top: -5px; padding: 0px 0px 0px 20px;}
#content li {line-height: 18px; color: #7a7a7a;font-size: 14px;}

