/*Thanks for viewing the CCR style Sheet*/
/*This stylesheet is designed and created by:*/
/*Steve Waldon*/
/*swaldon17@comcast.net*/
/*Designed in notepad*/

/*General Body Styles*/

body
{
color: #FFF;
background-color:#000;
font-family: Calibri,"Lucida Sans","Trebuchet MS","Bitstream Vera Sans",Gill,"Gill Sans",sans-serif; 
font-size: 100%;
}

a 
{
text-decoration:none;
color: #A0A0E0;
}

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

p
{
margin-left: 8px;
margin-right: 10px;
}

/*Defines page dimensions*/

#pagewrapper
{
margin: 40px auto 0 auto;
width: 790px;
}

/*Top Banner style*/
#topbanner
{
margin-bottom: 40px;
margin-left: auto;
margin-right: auto;
text-align: center;
background-color: #444;
}

/*Style for all menu or additional side content*/
#sidecontent 
{
float: right;
width: 170px;
}

/*Menu styles*/
.menufield
{
margin-bottom: 20px;
padding-bottom: 20px;
background-color: #777;
}

.menufield ul
{
list-style: none;
margin-left: 0px;
padding-left: 0px;
}

.menufield li
{
height: 21px;
padding-left: 10px;
margin-bottom: 3px;
}
.menufield a
{
text-decoration:none;
color: #FFFFFF;
}

.menufield a:hover
{
text-decoration:underline;
}

.menuheader
{
background-color: #AAA;
height: 22px;
text-align:left;
padding-left: 10px;
padding-top: 4px;
font-size:14px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:bolder;
}

/*Main Styles*/
#maincontent
{
float: left;
width: 620px;
margin-bottom: 10px;
padding-bottom: 10px;
}

.contentfield
{
padding-bottom: 5px;
margin-bottom: 10px;
/*margin-left: 35px;*/
margin-right: 30px;
background-color: #555;
overflow: hidden;
}

.contentheader
{
background-color: #444;
height: 27px;
text-align:left;
padding-left: 13px;
padding-top: 5px;
font-size:18px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:bolder;
}

#footer 
{
height: 21px;
padding-left: 10px;
padding-right: 30px;
margin-bottom: 0px;
bottom: 0px;
width: 100%;
/*position:fixed;*/
font-size:12px;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#999999;
clear: both;
}

.profilepic
{
border-color:#000000;
border-style: solid;
border-width: 1px;
float: right;
}

.cdpic
{
border-color:#000000;
border-style: solid;
border-width: 1px;
float: right;
}

/*schedule table*/
#schedule {border: 1px solid; color: black;}
#schedule .col1 {width: 150px;}
#schedule .col2 {width: 400px;}
#schedule .col3 {width: 100px;}
#schedule .oddline >td {background-color: tan;}
#schedule .evenline >td {background-color: wheat;}
#schedule #toprow >td {
background-color: black; 
color: white;
}