body {
	background: url(images/bg.gif) repeat-x fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	min-width: 900px;
}

a {
	color: #CC0000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	width: 500px;
	height: 200px;
	padding: 10px;
	overflow: auto;
}

#container {
	background-color:#FFFFFF;
	border: 1px solid #BDBDBD;
	margin-top: 10px;
	min-width: 900px;
}

#main {
	height: inherit;
}

#topnav {
	height: 49 px;
	position: relative;
	top: 0px;
	left: 0px;
	background:url(images/dots_vertical_49.gif) repeat-y;
	background-position: 276px 0px;
	text-align: right;
	vertical-align: middle;
	color: #4C4C4C;
	padding: 13px;
}

#header {
	height: 221px;
	background: url(images/header_bg.gif) repeat-x;
}

#navigation {
	float: left;
	width: 277px;
	margin-right: 15px;
	background: #F7F7F7 url(images/dots_vertical.gif) right repeat-y;
	position:relative;
	top: -15px;
	left: -15px;
}

#content {
	background: url(images/bg_content.gif) bottom repeat-x;
	overflow: hidden;
	padding: 15px;
}

#logos {
	float: right;
	padding-top: 60px;
	text-align: center;
	background: url(images/dots_vertical.gif) left repeat-y;
	background-color:#FFFFFF;
	margin-left: 15px;
	position:relative;
	top: -15px;
	right: -15px;
}

#address {
	padding-left: 21px;
	padding-top: 14px;
	color: #575757;
}

#copyright {
	clear: both;
	text-align: center;
}

#slideshow {
	position: absolute;
	top: 71px;
	right: 0px;
}

#slideshow2 {
	position: absolute;
	top: 100px;
	left: 300px;
}

#credit_cards {
	margin-top: 10px;
	margin-bottom: 10px;
}

.toplink {
	color: #4C4C4C;
	text-decoration: none;
}

.toplink:hover {
	color: #CC0000;
}

.navlink {
	color: #000000;
	padding-left: 21px;
	text-decoration: none;
}

.navlink:hover {
	color: #CC0000;
	font-weight: bold;
	background: url(images/arrow.gif) top left no-repeat;	
}

.divider {
	position: relative;
	/*left: -10px;*/
	padding-top: 10px;
}

.divider_content {
	padding-top: 10px;
	margin: 10px;
	height: 1px;
	background:url(images/dots_horizontal.gif) repeat-x;
}

.strong {
	color: #CC0000;
	font-weight: bold;
}

.program_in_action {
	border: 1px solid #CCCCCC;
	background: #F7F7F7;
	padding: 10px;
	margin: 10px;
}

.right {
	float: right;
	border: 1px solid #CCCCCC;
	margin: 10px;
	text-align: center;
}

.center {
	text-align: center;
}

.heading {
	margin-top: 10px;
}

.clear {
	clear: both;
}

.spacer {
	height: 15px;
}