/* CSS Document */

body {
	background-color: #fff;
	background-image: url(images/stripes.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.7em;
	color: #333;}
	
table {border-spacing: 0px;
border-collapse: collapse;
}

p {font-size: 78%;}
ul {font-size: 78%;}
ol {font-size: 78%;}


html, body, #container {
	min-height: 100%;
	width: 100%;
	height: 100%;}

html>body, html>body #container {
	height: auto;}
	

#container {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	background-color:#000;}
	
	
/* sidebar attributes */

#side {
	background-image: url(images/sidebg.jpg);
	background-position: 0% 0%;
	width: 174px;
	height: 100%;}
	
h1.nav {color: #fff;
	font-size: 1.3em;
	font-family: Optima, Courier, serif;
	margin: 10px 0px -15px 10px;
	background: none;}

a {color: #930;
text-decoration: none;
}
a:hover {
	text-decoration: underline;}
	
	
span.begin {font-size: 1em;
			color: #000;
			font-weight: 700;}
			
p.begin {font-weight: 700;
	color: #003174;}




/* frontpage attributes */
#frontside {background-color: #000;
		color: #fff;
		font-size: 100%;
		padding: 10px;}

h1.frontside {color: #f90;
		background-image: none;
		font-size: 110%;
		padding: 0px;
		}
		
p.frontside {font-size: 72%;
		font-family: verdana, geneva, arial, sans-serif;
		line-height: 16px;}

ul.upcoming {font-size: 70%;
		line-height: 12px;
		list-style-type: none;
		margin-left: 0px;
		padding-left: 0px;
		}
ul.upcoming li {padding-bottom: 5px;
margin-left: 0px;
padding-left: 0px;}

td.column {background-color: #f4f4f4;
		padding-bottom: 20px;
		text-align: top;}
		
		
td.column_imgs {background-color: #000;
		padding-bottom: 1px;
		text-align: top;}
		
td.column img {margin-top: 0px;
	padding-top: 0px;}

p.column {font-size: 74%;
		line-height: 16px;
		color: #333;
		font-family: verdana, geneva, arial, sans-serif;
		margin-top: 5px;
		padding-left: 5px;
		width: 151px;
		}
		
p.column a {color: #003174;}

span.column {font-size: 100%;
		background-image: none;
		font-weight: 700;
		line-height: 18px;
		color: #003174;}

	
p.nav {background-color: #1b54a2;
	border: 2px solid #fff;
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 72%;
	}


a.nav {color: #fff;
	text-decoration: none;
	font-weight: 700;}
a.nav:hover {color: #ccc;
	text-decoration: none;}
a.nav:active {color: red;}
.space {
	margin-bottom: 5px;
}

a.nav1 {color: #f90;
	text-decoration: none;
	font-weight: 700;
	font-size:120%;
	line-height:120%}
a.nav1:hover {color:#993300;
	text-decoration: none;
	font-size:120%;
	line-height:120%}
a.nav1:active {color: red;
	font-size:120%;
	line-height:120%}
.space {
	margin-bottom: 5px;
}

p.footer {font-size:10px;
color:#FFFFFF;
text-align:center;
padding: 5px 0px 5px 0px;}