/* CSS Document*/

body
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;	
	padding-left:0%;
	
}

a {text-decoration: none; color: #f00000;}
a:hover {text-decoration: underline; color: #fff;}
#topbanner
{
        background-color: #000000;
        height: 45px;
}
#container
{
	width: 810px;
	margin-left: 50px;
}

#topheader
{
	background-color: #A374A3;
        background: url(images/banner.gif); 
	height: 200px;
}

#title
{
    font-size: 24px;
    color: #f00000;
    font-family: verdana;
    margin: 5px;
    text-align:center;
}

#navcontainer
{
	background-color: #000000;
}

.navitem
{
	background-color: #000000;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	border:1px solid #ffdd00;
	width: 78px;
	margin-top:10px;
	margin-right:0px;
        margin-bottom: 0px;
	float:left;
}


.navitemlast
{
	background-color: #000000;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	border:1px solid #ffdd00;
	color: #fff;
	width: 78px;
	margin-top:10px;
	margin-right:0px;
        margin-bottom: 0px;
	float:left;
}

.navitem2
{
	background-color: #000000;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	border:1px solid #000000;
	width: 50px;
	margin-top:10px;
	margin-right:0px;
        margin-bottom: 0px;
	float:left;
}

.navitem3
{
	background-color: #000000;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	border:1px solid #000000;
	width: 73px;
	margin-top:10px;
	margin-right:0px;
        margin-bottom: 0px;
	float:left;
}

#main
{
	padding:5px;
	width: 775px;
	text-align:justify;
	color:#f00000;
	line-height: 1.6em;
}
#linkdes
{
        color: #f00000;
}

#sidebar
{
	background-color: #000000;
        width:197px;
	float:left;
	margin-top:0px;
	margin-right: 20px;
	margin-left: 0px;
        margin-bottom: 0px;
	padding: 3px;
	text-align:left;
	clear:both;
}

h1
{
	font-family:"Impact", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
        text-transform:uppercase;
        font-size:30px;
	font-weight:normal;
        color: #f00000;
      	padding-top: 5px;
}

.headertext1
{
	background-color: #f00000;
        font-size:18px;
	color: #000000;
}
.headertext2
{
	font-size:14px;
	font-weight:bold;
}
.headertext2 A:link{color:#ffdd00}
.headertext2 A:visited{color:#ffdd00}
.headertext2 A:active{color:#ffdd00}

.headertext3
{
	font-size:14px;
	font-weight:bold;
	color:#ffdd00;
}

.text1
{	background-color: #00000;
	font-size:12px;
	color:#ffdd00;
	padding: 0px;
}
.text1 A:link{color:#ffdd00}
.text1 A:visited{color:#ffdd00}
.text1 A:active{color:#ffdd00}

.blacktext
{	background-color: #00000;
	font-size:10px;
	color:#000000;
	padding: 0px;
}
.blacktext A:link{color:#000000}
.blacktext A:visited{color:#000000}
.blacktext A:active{color:#000000}

#footer
{
	background-color:#000000;
	color: #f00000;
	text-align:center;
	vertical-align:middle;
	height: 20px;
	padding-top:5px;
	clear:both;
}

img
{

}

table.calendar{
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: red red red red;
	border-collapse: separate;
	background-color: black;
}
table.calendar th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: red red red red;
	background-color: black;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.calendar td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: red red red red;
	background-color: black;
	-moz-border-radius: 0px 0px 0px 0px;
}
