body {
	/*background: #ffffff no-repeat fixed 0px;*/
	margin: -10px 0px 0px -10px;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	padding:0px;
	cursor: default;
}

p,a.button200 {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #333333;
	line-height: 14px;
	text-decoration: none;
	padding: 10px 21px 3px 21px;	
	margin:0px;
}



.black {
	background-color: #01353E;
	padding:0px;	
	margin:0px;
	height: 28px;
}

.bg320, bg200, .button320, .button200, .bottom250 {
	text-decoration:none;
	border: none;
	background-repeat: no-repeat;
}

.bg320 {
	background-image:url(/images/bg320.gif);
}
.bg200 {
	background-image:url(/images/bg200.gif);
}

.bottom250 {
	width:250px;
	background-image:url(/images/bottom250.gif);
	margin-left: -24px;
	height:15px;
}

.button320,.button200 {
	border: none;
	cursor:hand;
}

.button320 {
	width:320px;
	background-image:url(/images/button320-off.gif);
	height:40px;
}
.button200 {
	width: 200px;
	background-image:url(/images/button200-off.gif);
	height: 30px;
}

a.button200:hover {
	background-image:url(/images/button200-on.gif);
}
a.button320:hover {
	background-image:url(/images/button320-on.gif);
	
}

a {
	color: #333333;
	text-decoration: underline;
	background: transparent;
}

a:hover .link {
	color:#FF6633;
}

a:hover {
	text-decoration: none;
	color:#FF6633;
}

H1 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 18px 21px 8px 21px;
	background-color:#F9F9F9;
}

.white {
	background-color:#F9F9F9;
	border: 0.1px solid none;
}

#content {position: absolute;}

td {vertical-align: top;}

.header {
	margin: 0px 10px 3px 0px;
}
	
#column320,#column200 {
	/*background-color:#ffffff;*/
	position:absolute;
	top:44px; 
	margin:0px;
	padding:0px; 
	background-repeat: no-repeat;
	height:450px;
}

#column320 {
	width: 320px;
	background-image:url(/images/column320.gif);
	left:117px;
}

#column200 {
	width: 200px;
	background-image:url(/images/column200.gif);
	left:449px;	
}

#logo {
	position:absolute;
	background-image:url(/images/logo-x-small.gif);
	background-repeat: no-repeat;
	left:0px;	
	top:276px; 
	width:100%; 
	visibility: show;
	height:14px;
}

