* {
	padding:0;
	margin:0;
}

body {
	background:#cc0000;
}

.columnnav {
	position: relative;
	width: 625px;
	left: 136px;
	height: auto;
}

.container {
	display: block;
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.column {
	position: relative;
	background-image: url(../images/bgnd_shadow.gif);
	width: 616px;
	left: 135px;
	top:100px;
	background-repeat: repeat-y;
}

.column_white {
	position: relative;
	background-image: url(../images/bgnd_shadow_wht.gif);
	width: 616px;
	left: 135px;
	top:100px;
	background-repeat: repeat-y;
}

.columncontent {
	width:540px; /* Styles for Mozilla, Safari, IE Mac */
	padding-top:32px;
	margin-left:auto;
	margin-right:auto;
}

#subnav {
	position:absolute;
	top:-32px;
	left:5px;
}

#logo {
	display: block;
	position: absolute;
	left: 15px;
	top: 158px;
}

#topbox {
	display: block;
	position: absolute;
	left: 135px;
	top: 119px;
}

#leftbox {
	left:0;
}

#rightbox {
	right:0;
}

.boxbgnd {
	display: block;
	position: absolute;
	bottom: -20px;
}

div.spacer {
	clear: both;
	height: 10px;
}


.text, td {
	color:#ffffff;
	font-family: "trebuchet ms",arial,verdana, sans-serif;
	font-size: 12px;
	line-height:17px;
	text-decoration:none;
}

#navlist li,ul {
list-style-type:square;
padding:1px;
margin:0;
}

.grey{
	color:#333333;
}

.red{
	color:#cc0000;
	font-size:14px;
}

span{
font-size: 10px;
}

a {
color: #333333;
text-decoration:none
}

a:hover {
text-decoration:underline;
}

a.white {
color:#FFFFFF;
}