@charset "iso-8859-1";

body {
	text-align: center;
	min-width: 931px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-height: 800px;
	background-color: #ffffff;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-position: top center;
}

/* Standard Page CSS Handles */

#page {
	width: 931px;
	min-width: 931px;
	max-width: 931px;
	min-height: 512px;
	position: relative;
	margin: 30px auto 60px auto;
}

#page .left {
	float: left;
	width: 560px;
	min-width: 560px;
	max-width: 560px;
	margin: 30px 0px 30px 0px;
	border: 0px solid #000000;
}

#page .right {
	float: right;
	width: 310px;
	min-width: 310px;
	max-width: 310px;
	padding: 30px 0px 30px 0px;
	border: 0px solid #000000;
}

#page h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	margin-bottom: 30px;
}

#page p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	color: #191919;
	line-height: 20px;
	margin-bottom: 10px;
}


/* Navigation CSS Handles */

#navigation {
	width: 931px;
	min-width: 931px;
	max-width: 931px;
	height: 57px;
	min-height: 57px;
	max-height: 57px;
	position: relative;
	margin: 30px auto 30px auto;
	background-image: url(images/navigation/background.png);
	background-position: top center;
	background-repeat: repeat-x;
}

#navigation .leftcap {
	float: left;
	height: 57px;
	background-image: url(images/navigation/left.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	line-height: 52px;
	padding-left: 17px;
}

#navigation .leftcap a:link {
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	color: #ffffff;
}

#navigation .leftcap a:active {
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	color: #ffffff;
}

#navigation .leftcap a:visited {
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	color: #ffffff;
}

#navigation .leftcap a:hover {
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	color: #ffffff;
}

#navigation .rightcap {
	float: right;
	height: 57px;
	background-image: url(images/navigation/right.png);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	font-weight: normal;
	color: #ffffff;
	line-height: 52px;
	padding-right: 16px;
}

#navigation .rightcap a:link {
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	color: #ffffff;
}

#navigation .rightcap a:active {
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	color: #ffffff;
}

#navigation .rightcap a:visited {
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	color: #ffffff;
}

#navigation .rightcap a:hover {
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	color: #000000;
}

/* Front Page Banner Handles */

#banner {
	width: 931px;
	min-width: 931px;
	max-width: 931px;
	height: 518px;
	min-height: 518px;
	max-height: 518px;
	position: relative;
	margin: 30px auto 30px auto;
	background-image: url(images/banner/background.png);
	background-position: top center;
	background-repeat: repeat-x;
}

#banner a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}

#banner a:hover {
  text-decoration:none;
}

#banner .left {
	float: left;
	height: 518px;
	width: 365px;
	min-width: 365px;
	background-image: url(images/banner/left.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#banner .right {
	float: right;
	height: 518px;
	width: 510px;
	min-width: 510px;
	background-image: url(images/banner/right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

/* Copyright Handles */

#copyright {
	clear: both;
	width: 931px;
	min-width: 931px;
	max-width: 931px;
	height: 35px;
	min-height: 35px;
	max-height: 35px;
	position: relative;
	margin: 30px auto 30px auto;
	background-image: url(images/copyright/background.png);
	background-position: top center;
	background-repeat: repeat-x;
}

#copyright .left {
	float: left;
	height: 35px;
	background-image: url(images/copyright/left.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	color: #6b6b6b;
	line-height: 32px;
	padding-left: 15px;
}

#copyright .right {
	float: right;
	height: 35px;
	background-image: url(images/copyright/right.png);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	font-weight: normal;
	color: #6b6b6b;
	line-height: 32px;
	padding-right: 12px;
}

#copyright .right a:link {
	padding: 0px 4px 0px 4px;
	color: #6b6b6b;
	text-decoration: none;
}