@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-image: url(Background.jpg);
	background-repeat: repeat;
}


a:link {
	color: #993333;
}
a:visited {
	color: #9933CC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #993333;
}

#container{
	width:800px;
	margin-left:auto;
	margin-right:auto;}

#header {
	background:url(TroyGreenLogo.jpg);
	background-repeat:no-repeat;
	width:800px;	
	height:212px;
}

#nav {
	height:33px;
	background-color:#531516;
}

#slideShow {
	width:790px;
	height:239px;
	background-color:#531516;
	text-align:center;
	padding-left:10px;
}

#mainContent {
	background-color:#212145;
	height:auto;
	}

#copyright {
	font-size:10px;
	color:#666666;
	text-align:center;
}

#leftContent {
	text-align:left;
	vertical-align:top;
	padding: 10px 15px 15px 15px;
	height:auto;
	background-color:#212145;
}
#winners {
	text-align:center;
	vertical-align:top;
	padding: 5px 10px 5px 10px;
	height:auto;
	background-color:#212145;
}
#contactTroy {
	width:265px;
	padding-top:20px;
	padding-bottom:20px;
	float:right;
	text-align:center;
}

ul, ol, li {
	list-style:outside;
	list-style-type:disc;
	margin-left:8px;
	width:500px;
}

li {
	padding-bottom:3px;
}
.smallFont {
	font-size:10px;
}

.smallGrey {
	font-size:10px;
	color:#666666;
}

.greyBold {
 	color:#999999;
	font-weight:bold;
}

.greyFont {
 	color:#999999;
}

hr {
	color:#cccccc;
	height:2px;
	border-bottom:solid;
}

.whiteBorder {
	border:solid;
	border-color:#FFFFFF;
	size:2px;
}

.whiteDoubleBorder {
	border: medium double #ffffff;
}

.redFont {
	color:#FF0000;
}

