@charset "utf-8";
/*
CSS Document - M.Reynolds Media on Demand 

red = #FE0000

*/

body{
font-family: Tahoma, Arial, Helvetica, sans-serif;

}

*{
margin: 0px;
padding: 0px;
}

a:link {
	color: #FE0000;
	font-weight:normal;
	text-decoration:underline;
}
a:visited {
	color: #FE0000;
	font-weight:normal;
	text-decoration:underline;
}
a:hover {
	color: #666666;
	font-weight:normal;
	text-decoration:none;
	
}
a:active {
	color: #FE0000;
	font-weight:normal;
	text-decoration:none;
}

#container{
width: 970px;
color:#666666;
min-height:500px;
margin:5px auto;
background:url(../images/containerBg.gif) repeat-y;
}

#top{
width: 970px;
height: 121px;
}

#content{
width: 970px;
min-height:400px;
background:url(../images/containerBg.gif) repeat-y;
}

#leftcol{
width: 216px;
float:left;
/*background-color:#CC9900;*/
min-height:400px;
}

#rightcol{
width: 754px;
float:right;
/*background-color:#669900;*/
min-height:400px;
}

#rightcol .rightcontent ul{
/*padding: 5px 5px 5px 5px;*/
font-size: .8em;
}

.rightcontent{
padding: 10px 30px 10px 15px;
}

h1{
font-family:"Times New Roman", Times, serif;
color:#FE0000;
font-size: 1.6em;
font-weight: 500;
padding: 0px 10px 10px 0px;
}

h2{
font-family:"Times New Roman", Times, serif;
color:#FE0000;
font-size: 1.2em;
font-weight: 500;
}

h3{
font-family:"Times New Roman", Times, serif;
color:#666666;
font-size: 1.2em;
font-weight: 500;
}

p{
padding: 5px 0px 5px 0px;
font-size: .8em;
}

img{
border-width: 0px;
}

/*
a.button {
	padding: 5px 10px 6px 10px;
	font-size:0.95em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/button.gif) no-repeat top left;
}
*/

a.button {
width:175px;
color: #303C4C;
padding: 3px 35px 3px 20px;
text-decoration:none;
background-image:url(../images/menu_up.gif);
}

a:hover.button {
width:175px;
color: #FFFFFF;
background-image:url(../images/menu_over.gif);
}


.form_button{
margin: 1px;
padding: 5px 5px 5px 5px;
width:71px;
background: url(../images/formbutton.jpg) no-repeat top left;
font-family: Arial,  sans-serif;
color: #FFFFFF;
font-size: .9em;
font-weight: bold;
border: 0px;
}


td{
font-size:.8em;
}

.clear{
clear:both;
}

.to-left{
float:left;
}

.to-right{
float:right;
}

.biglink{
font-size:1em;
font-weight: bold;
margin-top:20px;
}

#footer{
width: 970px;
height: 80px;
background:url(../images/footerbottom.gif) no-repeat bottom left;
}