@charset "utf-8";
/* CSS Document */


html {
	margin : 0;
	padding : 0;
	color : #333;
	text-align : center;
}
body {
	width : 100%;
	margin : 0 auto;
	font : 76%/160% Arial, Helvetica, sans-serif;
	background-color : #fff;
	text-align : left;
}
a{
	color: #000000;
	text-decoration: none;
	border:0;
}
a:hover{
	color: #FF0000;
	text-decoration: underline;
}
div#header { width : 760px; height: 181px; margin : 0 auto; padding : 0 0; text-align : left; }
div#content {
	width : 760px;
	margin : 0 auto;
	padding : 0;
	text-align : left;
	overflow : auto;
	/*background-attachment: scroll;
	background-image: url(images/lines.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;*/
}

div#navbar {
	float : left;
	width : 225px;
	margin : 50px 0 0;
	padding : 5px;
	overflow : auto;
}
div#navbar ul {
	list-style-type: none;
	margin : 0;
	padding : 0;
}
div#navbar ul a{
	list-style-type: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	text-decoration : none;
	line-height :20px;
	margin : 0;
	padding : 0 5px;
	display: block;
	background-image: url(images/navbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
div#navbar ul a:current {
	background-position:-220px 0px;
}
div#navbar ul a:hover{
background-position:-220px 0px;
}

div#mainContent {
	float : right;
	width : 500px;	
	margin : 0; 
	padding : 10px;
}

div#calloutButton {
	background-image: url(images/buttoncalloutbg.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 6px 20px;
	font-weight: bold;	
}

div#subContent {
	width : 760px;
	margin : 0 auto;
	padding : 20px;
	text-align : left;
	overflow : auto;	
	/*background-attachment: scroll;
	background-image: url(images/lines.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;*/
}
div#subContent p {
	margin : 0px;
}
div#foot_nav{
	width : 760px;
	height : 130px;
	margin : 5px auto;
	font-size : 0.75em;
	text-transform: uppercase;
	text-align : center;	
	background-attachment: scroll;
	background-image: url(images/lines2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
div#footer {
	width : 760px;
	margin : 0px auto;
	padding : 6px 0;
	text-align : center;
	background-color : #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 0.75em;
	line-height : 4px;
	color : #000000;
	border-top : medium solid #ebebec;
	height : auto;
}
div#footer p {
	margin : 0px;
	padding : 6px;
}

div#primarySubContent {
	float : left;
	width : 350px;
	margin : 0;
	overflow : auto;
	line-height: 18px;
}
div#secondarySubContent {
	float : right;
	width : 350px;
	line-height: 18px;
	margin: 0px;
	padding: 10px;
}
div#subContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
}

