@charset "UTF-8";
/* CSS Document */


/* site wide css */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	background-color: #CCC;
}

a {
	text-decoration: none;
	color: silver;	
}

a:hover {
	text-decoration: none;
	color: #006699;	
}

hr {
	margin-bottom:20px;
	border:none;
	width:99%;
	color:silver;
	background-color:silver;
	height:1px;
	clear:both;
}

#border_bar {
	clear: both;
	height: 13px;
	background-image: url(images/border_bar.jpg);
	background-repeat: repeat-x;
}

#border_bar_bottom {
	clear: both;
	height: 13px;
	background-image: url(images/border_bar_bottom.jpg);
	background-repeat: repeat-x;
}

#logo {
	background-color: #003466;
	margin: 0 -10px 0 -10px;
}

/* wrapper css */
#wrapper {
	margin: 0px auto;
	width: 798px;
	background-color: #fff;
}


/* primary nav css */
#primary_nav {
}

#primary_nav ul{
	list-style: none;	
}

#primary_nav li{
	display: inline;
	text-align: center;
}

#primary_nav li a{
	display: block;
	float: left;
	width: 246px;
	padding:10px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #003366;
}

#primary_nav li a:hover{
	color: #006699;	
}

/* content css */
#content {
	padding: 10px;
}


/* footer css */
#footer {
	position: relative;
	clear: both;
	bottom: 0px;
	height: 10px;
	text-align: center;
	background-color: #003366;
}

/* flash css */
A.menulink:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

A.menulink:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

A.menulink:hover {
	color:#ffff00;
	font-weight: bold;
	text-decoration: none;
}


/* download */
.download-left {
	width:380px;
	float:left;
	text-align:center;
}

.download-right {
	width:380px;
	float:right;
	text-align:center;
}

.download-left a, .download-right a {
	text-transform:uppercase;
	color:#CC0000;
	font-weight:bold;
}

.download-left a:hover, .download-right a:hover {
	color:#999;
}



/* generic classes css */
.left {
	float:left;
	padding: 10px 0 0 10px;
}

.right {
	float:right;
	padding: 10px 10px 0 0;
}

.main_text {
	font-size: 16px;
	line-height: 20px;
	color: #666;
	text-align: center;
}

.secondary_text {
	font-size: 12px;
	line-height: 16px;
	color: #333;
}

.secondary_text li{
	text-indent: 20px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
}

.div_390 {
	width: 390px;
	float: left;
}

.spacer_5 {
	clear: both;
	height: 5px;
}

.spacer_15 {
	clear: both;
	height: 15px;
}

.spacer_30 {
	clear: both;
	height: 30px;
}
