@charset "utf-8";
html {
	height: 100%;	
}
body {
	background-color: #FFF;
	background-image: url(../images/layout/header_background.png);
	background-attachment: scroll;
	background-repeat: repeat-x;
	height: 100%;
	font-family: Calibri;
}
body a {
	font-family: Calibri;
	color: white;
}
#wrapper {
	width: 1050px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/layout/wrapper_background.png);
	background-repeat: repeat-y;
	font-family: Calibri;
}
#header {
	height: 148px;
	width: 792px;
	margin-left: 252px;
	background-image: url(../images/layout/header_background.png);
	background-repeat: repeat-x;
	padding-bottom: 9px;
	font-family: Calibri;
}
#navigation_column {
	height: auto;
	width: 250px;
	margin-top: -154px;
	float: left;
	background-repeat: repeat-y;
	color: white;
}
#navigation_column li,ol,ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
#inner_navigation {
	height: auto;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	color: white;
	list-style-type: circle;
}
#inner_navigation li {
	margin-left: 30px;
	list-style-image: url(../images/layout/bullet.png);
	list-style-type: disc;		
}
#inner_navigation li li {
	margin-left: 15px;
}
#inner_navigation a {
	color: #c8ae49;
	text-decoration: none;
	font-size: 18px;
}
#inner_navigation a:hover {
	font-weight: 100;
	text-decoration: underline;
}
#content_column {
	min-height: 100%;
	width: 538px;
	float: left;
	padding-top: 20px;
}
#content_column h1 {
	font-size: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: underline;
}
#content_column p {
	padding-bottom: 6px;
	padding-top: 6px;	
}
#content_column a {
	font-weight: bold;
	color: #242f6a;
	text-decoration: underline;	
}
#content_column td {
	padding: 10px;
	border: medium solid #CCC;
}
#content_column ul, ol {
	list-style-type: disc;
	margin-left: 10px;
}
#news_column {
	min-height: 100%;
	width: 250px;
	float: left;
	background-repeat: repeat-y;
	color: white;
}
#news_column li,ol,ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
#inner_news {
	height: auto;
	width: 200px;
	margin-left: 32px;
	padding-top: 10px;
	color: white;
	font-family: Calibri;
}
#inner_news h1 {
	font-size: 23px;
	padding-right: 0px;
	padding-bottom: 10px;
	font-weight: bold;
}
#inner_news a {
	color: #c8ae49;
	text-decoration: underline;
	font-weight: bold;
}
#footer {
	background-image: url(../images/layout/footer_background.png);
	background-repeat: repeat-x;
	height: 91px;
	width: 100%;
	position : fixed;
	bottom : 0;
}
#footer_inner {
	background-image: url(../images/layout/footer_background_column.png);
	background-repeat: repeat-y;
	margin-top: 10px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	height: 82px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
#footer_inner a {
	color: #242f6a;
	text-decoration: underline;	
}
