/* CSS Document */

/* Global Settings 
**************************************/

body {
	color: #333;
	font-size: 12px;
	font-family: Arial;
	margin: 0px;
	padding:0px;
	text-align: left; /* be nice to IE */
	background: #fff url('images/leftNavRepeat_02.jpg') repeat-y top left;
	z-index: 2;
}

ul, li, a, p, h1, h2, h3, h4, h5, h6, hr, span, input, em, strong {
	margin:0;
	padding:0;
	list-style-type: none;
}

img, form, fieldset div {
	margin:0;
	padding:0;
	border:0;
}

a {
	color:#3a5764;
	text-decoration:none;
}

a:hover {
	color:#3a5764;
	text-decoration:underline;
}

h1 {
	font-size:22px;
	font-weight:normal;
	margin:10px 5px 10px 0px;
}

h2 {
	font-size:20px;
	font-weight:normal;
}

h3 {
	font-size:18px;
	font-weight:normal;
}

h4 {
	font-size:16px;
	font-weight:normal;
}

h5 {
	font-size:14px;
	font-weight:normal;
}

h6 {
	font-size:12px;
	font-weight:normal;
}

.clear {clear:both;}

/*Site Structure*/

#wrapper {
	/*margin: 0px auto;*/
	width: 773px;
	min-height: 750px;
	margin: 0px;
	padding: 0px;
	
}

#leftColumn {
	width: 173px;
	float: left;
	min-height: 173px;
	margin: 0px;
	padding: 0px;
}

#leftNav {
	width: inherit;
	height: 768px;
	background: url('images/navBar_01.jpg') no-repeat bottom left;
	z-index: 1;
}

#leftNav img {
	padding: 6px 0px 0px 11px;
}


#leftNav ul {
	padding: 127px 0px 0px 113px;
	font-family: Times New Roman;
}

#leftNav ul li {
	line-height: 35px;
}

#leftNav ul li a {
	color: #000;
	font-size: 15px;
}

#logos {
	width: 597px;
	float: left;
	height: 100px;
}

#mainContent{
	padding: 10px 0px 15px 10px;
	float: left;
	width: 580px;
}

.twoColumn {
	width: 580px;	
}

.column {
	float:left;
	width: 290px;
}
	
	


	