@charset "utf-8";
/* CSS Document */

*					{ margin: 0; padding: 0; }
body				{
	font: 15px/2 Georgia, serif;
	background-color: #FFF;
}

h1                  {
	color: #000;
	line-height: 110%;
}

#page-wrap		    {
	max-width: 1024px;
	min-width: 560px;
	margin: 0 auto;
	position: relative;
	zoom: 1;
	border: 1px solid #000;
}

#header             { max-width: 1024px; min-width: 560px; background: #222;
                      margin: 15px auto 0; }
#links             {
	max-width: 1024px;
	min-width: 560px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}			

p{
	margin-left: 5px;
	text-align: justify;
	
}

#sub_header_text{
	background-color: #000;
	margin-right: 18px;
	margin-left: 18px;
	height: auto;
	font-family: "Myriad Web Pro";
	font-size: 16px;
	color: #FFF;
}

#right_nav{
	width: 250px;
	position: absolute;
	left: 757px;
	top: 167px;
	text-align: center;
}

#main-content       {
	padding: 0 169px;
	background: white;
}

#main-sidebar       {
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	bottom: 0;
	background-color: #FFF;
}
                      
#secondary-sidebar  {
	position: absolute;
	right: 0;
	top: 0;
	width: 166px;
	bottom: 0;
	background-color: #FFF;
}
                      
#footer             {
	max-width: 1024px;
	min-width: 560px;
	background-color: #FFF;
}
#footer p           { padding: 10px; color: white; }
#footer a           { color: white; border-bottom: 1px dotted white; text-decoration: none; }
#footer a:hover     { border-bottom-style: solid; }
#content{
	background-color: #FFF;
	height: auto;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 18px;
	padding-bottom: 18px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 110%;
	color: #000;
	text-align: justify;
}
