body {
    font-family:helvetica; 
    font-size:small; 
    color:white; 
    background-color:#A5B8BC;
}

h2 { color:black;
    font-family:helvetica; 
    font-size:small;
    text-decoration:bold;
}

hr {
    border:0; 
    color:#a5b8bc; 
    background-color:#a5b8bc; 
    height:1px; 
    width:600px;
}

img {
 border:0;padding:0px;margin:0px;
 vertical-align:top;
}

#outer_container {
   position:absolute;
    top:124px;
    left:40px;
    width: 960px;
    margin-bottom: 1px;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#inner_container {
    background: url(../img/outer_middle_bg.gif);
}

#main_menu_container {
    height:16px; 
    width:960px
}

table.page_columns {
    position:relative;
    left:-3px;
    top:0px;
    vertical-align:top;
    padding-top:0px;
    padding-bottom:5px;
}

tr.page_columns { 
    vertical-align:top; 
}

td.left_column {
    width: 116px;
}

td.middle_column {
    padding-left:20px; 
    padding-right:20px; 
    width: 661px;
}

td.right_column {
    width: 120px;
}  

table.middle_column {
    width: 660px;
}

p.title {
    position:relative; 
    top:-7px; 
    margin:0px 0px 0px 0px;  
    float:right; 
    width:80px;  
    background-color:#F47521;
}
p.subtitle {
    position:relative; 
    top:-15px; 
    margin:0px 0px 0px 0px;  
    float:right; 
    width:80px;  
    background-color:#F47521;
}

p.right {
    text-align:right;
}

div.coursedata h2 {
    clear: both;
    color:black;
    font-family:helvetica; 
    font-size:small;
    float:left;
    vertical-align:top;
    text-align:left;
    width:20%;
    margin-top:0%;
}
div.coursedata h3 {
    clear: both;
    color:black;
    font-family:helvetica; 
    font-size:small;
    font-weight:normal;
    float:left;
    vertical-align:top;
    text-align:left;
    width:20%;
    margin-top:0%;
}

div.coursedata p {
    float: right; 
    width: 78%;
    margin-top:0%;
}

div.coursedata ul {
    position:relative;
    top:-1em;
    left:1em;
    margin:0;padding:0;
    float: right; 
    width: 78%;
}
div.coursedata hr {
    clear: both;
    margin-bottom:1em; 
}
a:link {
    text-decoration:none;
}
a:visited {
    text-decoration:none;
}
a:visited {
    text-decoration:none;
}

a.left_column_link {
    margin-top:1em;
    width:100px; 
    float:right;
    background-color:#00A28D
}

a.left_column_link:link {
    text-decoration:none;
    color:white;
}

a.left_column_link:hover {
    background-color:#EB7724;
}

a.left_column_link:visited {
    text-decoration:none;
    color:white;
}

a.right_column_link {
    margin-top:1em;
    width:100px; 
    float:left;
    background-color:#3167AF
}

a.right_column_link:link {
    text-decoration:none;
    color:white;
}

a.right_column_link:hover {
    background-color:#EB7724;
}

a.right_column_link:visited {
    text-decoration:none;
    color:white;
}

a.left_column_link_selected {
    margin-top:1em;
    width:100px; 
    float:right;
    background-color:#EB7724
}

a.left_column_link_selected:visited {
    text-decoration:none;
    color:white;
}

img.main_menu {
    position:absolute; 
    border:0;
    bottom:0px; 
}

div.leftpicture {
    float:left;
    margin:5px 5px 5px 5px;
    padding:5px;
    text-align:center;
}

div.rightpicture {
    float:right;
    margin:0 0 5px 5px;
    padding:5px;
    text-align:center;
}

div.space-line {
    clear: both; margin: 0; padding: 0; width: auto;
}


