/* Dark Blue = #1c3f94 */
/* Green = #9fd5b5 */

body {
background:#fff url(images/background-body.gif) left top repeat-x;
font-size: 76%;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}

div#container,
div#header {
width: 980px;
}

div#header {
height: 250px;
background: url(images/logo.jpg) right top no-repeat;
}

h1.offleft {
text-indent : -9999px;
padding : 0;
float: left;
width: 100px;
clear: both;
}

div#companymenu {
width: 780px;
float: right;
}

div#companymenu ul li {
display: inline;
margin-right: 10px;
}

div#companymenu ul li a {
font-weight: bold;
color: #9fd5b5;
text-decoration:none;
}

div#companymenu ul li a:hover {
font-weight: bold;
color: #9fd5b5;
text-decoration:underline;
}

div#coursemenu {
float: left;
width: 180px;
}

div#coursemenu ul {
margin: 0;
padding: 0;
width: 95%;
}

div#coursemenu ul li {
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px dashed #9fd5b5;
border-right: 2px solid #9fd5b5;
}

div#coursemenu ul li a {
font-weight: bold;
font-size:105%;
color: #9fd5b5;
text-decoration:none;
}

div#coursemenu ul li a:hover {
color: #fff;
}

div#companymenu ul li a:hover {
font-weight: bold;
color: #9fd5b5;
text-decoration:underline;
}


div#content {
float: right;
width: 80%;
}

.clear {
clear: both;
height: 1px;
}


h2 {
font-weight: bold;
font-size: 125%;
}

div#coursemenu h2 {
font-weight: bold;
font-size: 125%;
margin-bottom: 30px;
}

h3 {
font-weight: bold;
font-size: 110%;
}

div#content ul.bullets {
width: 200px;
list-style-type: none;
float: right;
}

div#content ul.bullets li {
margin-bottom: 20px;
color: #9fd5b5;
font-style: italic;
font-weight: 115%;
}

/* CONTENT STYLE */

div#content h2 {
margin-bottom: 30px;
}

div#content h3 {
margin-top: 25px;
margin-bottom: 25px;
}

div#content ul {
margin: 0;
pading: 0;
list-style-type: none;
}

div#content ul li {
font-style: italic;
}

p {
line-height: 140%;
}

a {
text-decoration: underline;
color: #fff;
}

div#content dl {
margin-bottom: 30px
}

div#content dl dt {
font-size: 120%;
text-decoration: underline;
font-style: italic;
margin-bottom: 20px;
}

div#content dl dd {
margin: 0;
margin-bottom: 10px;
}

form {
width: 460px;
}

form fieldset {
padding: 25px;
margin-bottom: 25px;
}

label {
float: left;
width: 125px;
margin-bottom: 25px;
}

input, textarea {
float: right;
width: 180px;
margin-bottom: 25px;
}

div#footer {
margin-top: 50px;
}

div#footer ul {
float: left;
margin-left: 200px;
}

div#footer ul li {
display: inline;
margin-right: 10px;
}

div#footer ul li a {
color: #fff;
text-decoration:none;
}

div#footer ul li a:hover {
color: #9fd5b5;
text-decoration:underline;
}

div#footer p {
font-size: 85%;
float: left;
margin-left: 200px;
}

img.right {
float: right;
margin-right: 20px;
}