﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
    color:#303030;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

#masthead {
	width: 900px;
	height: 175px;
	background: white url('../Images/Header  green text and abn.jpg') no-repeat bottom;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	background-repeat: no-repeat;
}

#top_nav {
	text-align: left;
	padding-top: 5px;
	height: 22px;
	background: white url('file:///Z:/Website/images/topNavBg.gif') repeat-x;
}

#container {
	min-width: 900px;
	max-width:900px;
	width:900px;
}

#right_col {
	width: 220px;
	float: right;
	margin-right:15px;
	
}

.rightMenu {

	margin-top:12px;
	padding-bottom:12px;
	width:220px;
	height: 88px;
}

#page_content {
	
		
		width:607px;
		/*padding:0 0 14px 20px;*/

		padding-top:12px;
		margin-right:230px;
		margin-left:24px;
		/*background:url('images/contentBg.png') bottom left no-repeat;*/
		min-height:470px;
			
	
}
#page_content_wrap h1 {
	margin: 0;
	padding: 20px 0 0 0;
	background: url('file:///Z:/Website/images/contentBg.gif') no-repeat center;
	font-size: large;
	width: 203px;
	text-align: center;
}
#page_content_wrap {
	
		background:url('file:///Z:/Website/images/contentBgMiddle.png') repeat-y;
		
		min-height:470px;
		padding: 0 15px 15px 15px;

}
	#page_content_wrap p{

	font-size:medium;
	height: 10px;
	font-family: Verdana;
	width: 532px;
}

#page_content_topBorder{
background:url('file:///Z:/Website/images/contentBgTop.png') no-repeat left top;
height:10px;
}
#page_content_bottomBorder{
	background:url('file:///Z:/Website/images/contentBgBottom.png') no-repeat left bottom;
height:10px;
}

#bottom_nav {
	clear: both;
	padding-top:20px;
	padding-bottom:10px;
	text-align:center;
}

#footer {
	clear: both;
	font-size:x-small;
	font-style:italic;
	text-align:center;
	background-color:#DCDDDE;
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:10px;
	
}
hr {
	

	}

a {
	
		 color:#166FA7;
		  text-decoration:none;
	font-weight: 700;
	text-align: left;
	font-size: medium;
}

a:hover {
	color:#166FA7;
}


.divider {
	margin-left:10px;
	margin-right:10px;
	font-size:medium;
}
.bold{
	font-weight:bold;
}
.italic {}
.small {
	font-size:small;
}
.xx-small {
	font-size:xx-small;
}

.x-small {
	font-size:x-small;
}

.rightMenu a {
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
	font-style: normal;
	font-size: small;
	font-weight: bold;
	height: 28px;
}




