/* CSS Document */

body {
	margin-top:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#e7e7e7;
	background-image:url(/img/bg_body.gif);
	background-position:top;
	background-repeat:repeat-x;
	}
	
#container {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	background-color:#f9f2ce;
	background-image:url(/img/bg_container.gif);
	background-position:center;
	background-repeat:repeat-y;
	text-align:left;
	color:#000000;
	font-size:11pt;
	}
	
#nav {
	}
	
#banner {
	background-color:#7daac8;
	width:899px;
	height:255px;
	text-align:left;
	padding:0px 0px 0px 1px;
	}
	
#left {
	float:left;
	width:538px;
	padding:12px 0px 12px 12px;
	line-height:15pt;
	}
	
#right {
	float:right;
	width:326px;
	padding: 12px 12px 12px 12px;
	}
	
#copyright {
	clear:both;
	background-image:url(/img/bg_copyright.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:4px 0px 0px 0px;
	font-size:11pt;
	color: #7daac8;
	}
	
h1 {
	font-size:16pt;
	color:#b43f36;
	}
	
h2 {
	font-size:13pt;
	color:#b43f36;
	line-height:16pt;
	}
	
a.h2, a.h2:link, a.h2:visited {
	font-size:13pt;
	color:#b43f36;
	text-decoration:none;
	font-style:normal;
	}
	
a.h2:hover, a.h2:active {
	font-size:13pt;
	color:#004775;
	text-decoration:none;
	font-style:italic;
	}
	
a, a:link, a:visited {
	font-size:11pt;
	color: #7daac8;
	text-decoration:underline;
	font-style:normal;
	}
	
a:hover, a:active {
	font-size:11pt;
	color: #b43f36;
	text-decoration:underline;
	font-style:italic;
	}
	
a.no_underline, a.no_underline:link, a.no_underline:visited {
	font-size:11pt;
	color: #7daac8;
	text-decoration:none;
	font-style:normal;
	}
	
a.no_underline:hover, a.no_underline:active {
	font-size:11pt;
	color: #b43f36;
	text-decoration:none;
	font-style:italic;
	}
	
a.black, a.black:link, a.black:visited {
	font-size:11pt;
	color: #000000;
	text-decoration:none;
	font-style:normal;
	}
	
a.black:hover, a.black:active {
	font-size:11pt;
	color: #b43f36;
	text-decoration:none;
	font-style:italic;
	}
	
a.red, a.red:link, a.red:visited {
	font-size:11pt;
	color: #b43f36;
	text-decoration:none;
	font-style:normal;
	}
	
a.red:hover, a.red:active {
	font-size:11pt;
	color: #004775;
	text-decoration:none;
	font-style:italic;
	}

	
