﻿
body {
	background: #a7a7a7;
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	text-align: center;
}

	

/***** NEW LAYOUT STYLES *****/

	/***** TEXT STYLES *****/
	
	a:link, a:visited {
		color: #9900FF;
		text-decoration: none;
	}
	
	a:hover, a:active {
		color: #0033CC;
		text-decoration: underline;
	}
	
	h1, h2, h3, h4, h5, h6 {
		margin: 0;
		padding: 0;
	}
	
	h1 {
		color: red;
		font-size: 24px;
		text-transform: uppercase;
	}

a img {
	border: none;
}

	/***** NAVIGATION *****/
	
	td.navigation {
		height: 32px;
	}

	.navigation ul {
		background: none repeat scroll 0 0 #565656;
		height: 32px;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 714px;
	}
	
	.navigation ul li {
		float: left;
		height: 32px;
		margin: 0;
	}
	
	.navigation ul li a:link, .navigation ul li a:visited {
		color: #FFF;
		display: block;
		font: bold 12px Arial,Helvetica,sans-serif;
		height: 16px;
		margin: 0;
		padding: 8px 7px 8px 7px;
		text-decoration: none;
	}
	
	.navigation ul li a:hover, .navigation ul li a:active {
		background: #000;
		text-decoration: underline;
	}


.primary_layout_table {
	background-image: url('../siteart/img3.gif');
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 734px;
}

.primary_layout_table td {
	vertical-align: top;
}

.layout_top {
	background: #A7A7A7;
	height: 10px;
}

.layout_center_col {
	width: 714px;
}

.layout_left_col {
	width: 10px;
}

.layout_right_col {
	width: 10px;
}

.layout_content_table {
	width: 714px;
}

.content_col_one {
	background: none repeat scroll 0 0 #E5E5E5;
	padding: 15px;
	width: 210px;
}

	.content_col_one p {
		text-align: left;
		margin: 10px 0;
		width: 170px;
	}
	
	.content_col_one ul {
		list-style: none;
		text-align: left;
	}

.content_col_two {
	padding: 15px;
	width: 434px;
}

	.content_col_two ul {
		list-style: none;
	}

.footer {
	background: url('../siteart/img4.png') no-repeat center bottom #A7A7A7;
	height: 125px;
	padding: 10px 0;
	width: 714px;
}
