/* CSS Document */
<STYLE type="text/css">
<!--  

#container {
	margin: 0px auto;
	padding: 0px;
	width: 100%; /* width of the layout -- can be set to any value including percentages */
	min-width: 780px;
	overflow: hidden;
	}
#header{
	padding : 0px;
	margin: 0px;
	width: 100%;
	min-width: 780px;
	height:130px;
	background-image: url('images/bg-hdr.jpg');		  /* Header Background image */
	background-repeat: repeat-x;
	overflow: hidden;
	}
#hdr-info {
	float: right;
	width: 200px;
	padding: 10px 0 0 0;
	margin-right: 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	}
#logo {
	float:left;
	width: 200px;
	height: 130px;
	margin-left:20px;
	}
#hbar {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width:780px;
	height: 40px;
	background-image: url('images/bg-hbar.jpg');
	background-repeat: repeat-x;
	overflow: hidden;
	}
#hdr-txt1 {
	float: left;
	margin-left: 1%;
	}
#hdr-txt2 {
	float: right;
	margin-right: 1%;
	}
#sidebar-right {
	float: right;
	width: 240px; /* width of the right sidebar -- can be set to any value including percentages */
	margin: 0px;
	margin-left:1%;
	padding: 0px;
	background-color: red;
	overflow: hidden;
	}
#sidebar-left {
	float: left;
	width: 202px; /* witdh of the left sidebar -- can be set to any value including percentages */
	margin: 0px;
	margin-right:1%;
	padding: 0px;
	overflow: hidden;
	}
#menu {
	float:left;
	top: 0;
	left: 0;
	width: 99%;
	background: #c0c0c0;
	border: 1px black solid;
	}
#m-item {
	width:176px;
	height: 20px;
	margin: 5px;
	padding: 5px;
	background: #cc0000;
	border: 1px #770000 solid;
	}
#m-pic {
	float: left;
	width: 99%;
	padding: 10px 0 0 0;
	}
#m-box {
	float: left;
	width: 97%;
	margin-top: 10px;
	padding: 2px;
	background: #c0c0c0;
	border: 1px black solid;
	}
#content {
	margin: 0px;
	padding: 0px;
	min-width: 300px;
	height: 1%; /* IE6 hack... it's very minor, though */
	overflow: hidden;
	}
#content-inner {
	width: 100%;
	min-width: 300px;
	overflow: hidden;
	}
#content-innerbox {
	width: 100%;
	min-width: 300px;
	margin-top:10px;
	overflow: hidden;
	background-image: url('images/bg-box.jpg');
	background-repeat: repeat-x;
	border-bottom: 1px #707070 solid;
	}
#content-box {
	width: 100%;
	min-width: 300px;
	margin-top:10px;
	overflow: hidden;
	border-bottom: 1px #707070 solid;
	}
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: black;
	overflow: hidden;
	}

.subhdr {
	float:left;
	width:150px;
	height:20px;
	margin: 0 5px 0 0;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #004080;
	background-color:#c0c0c0;
	border:1px #a2a2a2 solid;
	}

/* Text Formats */
h1 {
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #303030;
	padding: 5px;
	margin-top:0;
	background: #c0c0c0;
	border: 1px #808080 solid;
	}
h2 {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #303030;
	}
h3 {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #303030;
	}
h4 {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	}
.blue {
	color: #0000a6;
	}
.green {
	color: #007100;
	}
.red {
	color: #bb0000;
	}
.yellow {
	color: #c0c010;
	}

p.body {	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #202020;
	}
p.bdy-red {	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #C00000;
	}

img.rt-top {
	float:right;
	margin-top:40px;
	border: 1px #808080 solid;
	}
img.rt {
	float:right;
	margin-right:5px;
	}
img.left {
	float:left;
	}

/* List Definitions */
ul {
	list-style: disc url(bullet.gif) inside;
	text-indent: 20px;
	}
li {	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #202020;
	}
ol {
	text-indent: 20px;
	}

fieldset {  
	clear: both;  
	width: 400px;  
	margin: 0 0 5px 0;  
	padding: 0;  
	border: 1px solid #BFBAB0;  
	background-color: #fff; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;  
	}
fieldset.select {  
	float: none;  
	width: auto;  
	border-style: none;  
	padding-left: 5px;  
	background-color: transparent;  
	background-image: none; 
	}
legend {
	color: black;
	font-weight: bold;
	border: 1px solid #BFBAB0;
	padding: 2px;
	}
label {  
	position: relative;
	float: left;  
	width: 120px;  
	padding-left: 2px;
	margin-right: 2px;  
	text-align: left; 
	}
label em {  
	position: absolute;  
	left: 130px;  
	top: 0.5em; 
	}


/* Links */
a.menu:link, a.menu:visited, a.menu:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	}
a.menu:hover {
	color: #c0c0c0;
	}
a.nav:link, a.nav:visited, a.nav:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #303030;
	}
a.nav:hover {
	color: #cc0000;
	}
a.sub:link, a.sub:visited, a.sub:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #004080;
	}
a.sub:hover {
	color: #cc0000;
	}
a.blue:link, a.blue:visited, a.blue:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #0000a6;
	}
a.blue:hover {
	color: #000000;
	}
a.green:link, a.green:visited, a.green:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #007100;
	}
a.green:hover {
	color: #000000;
	}
a.red:link, a.red:visited, a.red:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #ff0000;
	}
a.red:hover {
	color: #000000;
	}
a.yellow:link, a.yellow:visited, a.yellow:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #c0a010;
	}
a.yellow:hover {
	color: #000000;
	}

-->
</STYLE>

