﻿<STYLE>

body    {
	margin: 0;
	padding: 0;
}
pre	{font: 12pt "Times New Roman";
	color: black
	}
H1 	{font: bold 20pt Arial;
	color: black
	}
H2 	{font: bold 18pt arial; 
	color: black
	}
H3 	{font: bold 16pt Arial; 
	color: black
	}
H4 	{font: bold 12pt Arial; 
	color: black
	}
H5 	{font: bold Italic 12pt Arial; 
	color: black
	}
a   	{
	font-weight: normal;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: red
  	}
a:visited {color:purple
	}
a.menu:{
	font-weight: normal;
	text-decoration: none;
	color:blue
	}
a.menu:hover {
	text-decoration: underline;
	color: blue;
	font: Italic
  	}
a.menu:visited {color:blue
	}


strong  {font-weight: bold
	}
.alert  {font: bold 12pt Arial;
          color: red
	}
.caption  {font: italic 10pt Arial;
          color: black
	}
#container {
	width: 990px;
	margin-left: auto;
	margin-right:auto;
}
#wrapper {
	width: 990px;
	margin-left: auto;
	margin-right:auto;
}

#wrapper2 {
	background-color:#FFFFFC;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background-color: #FFFF66;
	height: 130px;
	margin-left: 5px;
	margin-right: 5px;
	width: 100%;
}
.header_image {
	vertical-align: middle;
	margin: 2px 10px 13px 10px;
	width: 250px;
	height: 77px;
	float: left;
}
#header h1 {
	font-style: italic;
	color: #CC9900;
	font-weight: bold;
	font-size: x-large;
	float: none;
	text-align: center;
}
#header h2 {
	margin: 0px;
	padding: 5px;
	font-style: italic;
	color: #CC9900;
	font-weight: bold;
	font-size: medium;
	text-align: center;
	display: block;
}
#header h3 {
	padding: 5px;
	font-style: italic;
	color: #CC9900;
	font-weight: bold;
	font-size: large;
	text-align: center;
	display: block;
}

#page_content {
	padding:5px;
}
#footer {
	margin: 5px;
	clear: both;
	clip: rect(auto, auto, auto, auto);
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
#right_col {
	margin: 5px;
	padding: 5px;
	border: medium solid #0000FF;
	width: 220px;
	right: 5px;
	background-color: #FFFFFF;
	float: right;
}
#left_col {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
	display: table;
	overflow: auto;
}

.right {
	text-align: right;
}


