/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px; 
}
tbody, tbody p, li p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
}

a{color:#990000; text-decoration:none;}
a:visited{color:#990000; text-decoration:none;}
a:hover{text-decoration:underline;}

p, div {color:#333333; font-weight:bold; }
p {margin-left: 5px;}
p a, div a{color:#990000; text-decoration:none; font-weight:bold;}
p a:visited, div a:visited {color:#333333; text-decoration:none;  font-weight:bold;}
p a:hover, div a:hover{text-decoration:underline;}

h1 {color:#FFFFCC; font-size:16px;}
h2 {color:#FFFFCC; font-size:14px;}
h3 {color:#FFFFCC; font-size:12px;}

.pad-top-10{padding-top:10px;}
.pad-10{padding-top: 10px; padding-bottom: 10px;}
.centered {text-align:center;}
.clear{clear:both;}

/*this is the left and right columns - they have multiple layers of divs to achieve the color */
.side-red1, 
.side-red2,  
.side-red3{float:left; padding-left:0px; width:150px; background:#821e1e; border-top: solid 70px #821e1e; height:650px;}
.side-red2 {height: 1000px;}
.side-red3 {height:1200px;}

.side-right {float:left; width:140px;   background: #EAEAEA; border-top: solid 98px #000000; padding: 0 5px 0 5px;}


.side-black {float:left; background:#000000; color:#FFFFFF; border-top: solid 70px #000000; width:150px; height:650px}
.side-black a, .side-black a:visited, .side-black a:hover, .side-black p{text-decoration:underline; color:#FFFFFF; font-weight:bold;}
.side-black p {text-decoration:none;}

.side-title {float:left; width:150px; height: 28px; text-align:center; background:#cccccc; color:#ffffff; font-size:14px;}
.side-title a, .side-title a:visited, .side-title a:hover {text-decoration:none; color:#FFFFFF; font-weight:bold; }
.side-title a:hover {text-decoration:none;}

.middle-black, .middle-white {float:left; width:430px; }
.middle-white {background:#ffffff;}
.middle-black {background:#333333; color:#FFFFFF; min-height:650px; border-top: solid 70px #eeeeee;}
.middle-black p, .middle-black div {color: #FFFFFF; }
.middle2 {float:left; padding-left:0px; width:425px;  background:#ffffff; border-top: solid 70px #eeeeee;}
.text-white {color:#FFFFFF; font-size:10px; padding-left:5px; padding-right:5px;}
.text-white-med {color:#FFFFFF; font-size:12px; padding-left:5px; padding-right:5px;}
.text-red   {color:#990000; font-size:11px; padding-left:5px; padding-right:5px;}
.title-white {color:#ffffff; font-size:16px;}
.title-white a:link, .title-white a:visited {color: #FFFFCC;}
.title-white a:hover {color: #990033;}
.title-red {color:#990000; font-size:16px;}
.title-red a {color:#990000; text-decoration:underline;}
.title-red a:visited {color:#990000;text-decoration:underline;}

.col-Filler {float:left; width:10px; height: 400px; border-right:#818181 solid 1px;}
.col-Filler-long {float:left; width:10px; height: 800px;  border-right:#818181 solid 1px;}
.col-A {float:left; padding-left:10px; width:150px; color:#FFFFCC;}

.picLink { text-decoration:none;}
.pic-left {float:left; padding-right: 10px; padding-bottom: 10px;}
.pic-right{float:right; padding-right:5px;}
.pic-pad {padding-left: 20px; }

.small-black {font-size:10px; color:#000000; }
.small-black a:link, .small-black a:visited {color: #FFFFCC;}
.small-black a:hover {color: #990033;}

.small-white {font-size:10px; color:#ffffff; }
.small-white a:link, .small-white a:visited {color: #FFFFCC;}
.small-white a:hover {color: #990033;}

.med-black {font-size:12px;}
.large-black {font-size:16px; color:#000000; }
.large-white {font-size:18px; color:#ffffff; }
.yellow {color:#FFFFCC;}
.yellow-Med {color:#FFFFCC; font-size:14px;}
.yellow-Large, .yellow-Large a, .yellow-Large a:visited  {color:#FFFFCC; font-size:18px;}
.yellow a, 
.yellow-Med a, 
.yellow a:visited, 
.yellow-Med a:visited
{color:#aaaaaa; text-decoration:underline;}
.yellow a:hover,
.yellow-Med a:hover, 
.yellow-Large a:hover 
{color:#FFFFCC; font-weight:bold;}
.yellow-Large-link a, .yellow-Large-link a:visited  {color:#FFFFCC; font-size:18px; text-decoration:underline;}
.yellow-Large-link a:hover {color:#990000;}

.red-small {color:#990000; font-size: 12px; }
.red-small a, .red-small a:visited {color:#990000; text-decoration:underline;}
.red-small a:hover {color:#990000; font-weight:bold;}

.red-large {color:#990000; font-size: 18px; }
.red-large a, .red-large a:visited {color:#990000; text-decoration:none;}
.red-large a:hover {color:#990000; text-decoration:none;}


#outer-box {position: relative; margin: 0 auto; width: 760px; background-color: #ffffff; padding: 20px 20px 20px 20px;}
#inner-box {position: relative; margin: 0; width: 730px; min-height: 650px; height:auto; background:#EAEAEA; border: #333333 solid 1px;	}
#footer {margin: 0 auto; padding: 0; text-align:center; width: 800px; font-size: 10px; }



