/* ------ text styles ----- */

body {
background: #fff;
font-family: "Trebuchet MS", Verdana ,Sans-Serif;
}

h1 {
font-size: 14pt;
font-weight: bold;
color: #3a55a5;
padding-left: 10px;
}

h2 {
font-size: 12pt;
font-weight: bold;
color: #3a55a5;
padding-top: 2em;
padding-left: 10px;
}

h3 {
font-size: 10pt;
font-weight: bold;
color: #3a55a5;
border-top: 1px #3a55a5 dotted;
border-bottom: 1px #3a55a5 dotted;
padding-top: 5px;
padding-bottom: 5px;
}

li {
font-size: 10pt;
margin-left: 50px;
line-height: 1.4em;
}

.menu {
font-size: 14pt;
}

.bodycopy {
font-size: 11pt;
padding-left: 10px;
line-height: 1.5em;
}

.sidebarcopy {
font-size: 9pt;
line-height: 1.4em;
}

.modulecopy {
font-size: 10pt;
line-height: 1.4em;
padding-left: 10px;
font-style: italic;
}

.modulehead {
font-size: 12pt;
font-weight: bold;
color: #3a55a5;
padding-left: 10px;
padding-top: 1em;
font-style: italic;
}

.listenlive {
font-size: 10pt;
font-weight: bold;
color: #3a55a5;
padding-left: 30px;
}

.moduleplayer {
position: relative;
left: 10px;
top: 8px;
}

.login {
padding-left: 15px;
font-size: 8pt;
color: #47743d;
}

input.btn {
color: #47743d; 
font: 8pt 'trebuchet ms',verdana,sans-serif; 
background-color:#fed; 
border:1px solid; 
border-color: #696 #363 #363 #696; 
} 

/* ------ link styles ----- */

a:link { 
color: #47743d;
}



a:visited { 
color: #47743d;
} 



a:active {
color: #47743d;
}



a:hover {
color: #47743d;
}



a.menu:link {
text-decoration: none;
color: #47743d;
}



a.menu:visited {
text-decoration: none;
color: #47743d;
}



a.menu:active {
text-decoration: none;
 color: #000;
}



a.menu:hover {
text-decoration: none;
color: #000;
}

.menu {
padding-left: 1.5em;
font-weight: bold;
}

.floatleft {
float: left;
margin-right: 4px;
}



/* ------ layout elements ----- */


#contentbox {
margin: 0 auto;
top: 0px;
width: 1000px;
height: 1200px;
background-color: #fff;
}


#logo {
position: relative;
float: left;
}

#login {
position: relative;
float: right;
height: 100px;
width: 325px;
float: right;
}

#gap {
position: relative;
float: left;
width: 1000px;
height: 30px;
}


#menucol {
position: relative;
float: left;
width: 200px;
}


#maincol {
position: relative;
float: left;
width: 475px;
padding-right: 50px;
}

#rightcol {
position: relative;
float: left;
width: 274px;
height: 100%;
}
