@charset "utf-8";
body  {
	margin: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	height: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 50px;
}
/*Button Style*/
.buttonl, .buttonr {
	height:auto;
	text-align:center;
	white-space:nowrap;
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	padding-top: 8px;
	padding-bottom: 8px;
}
.buttonr {float:right;}
.buttonl {float:left;}

/*Button Arrow Styles*/
.arrows {
	font-size:14px;
	margin:1px;
}
/*Button link styles*/
.buttonl a:link, .buttonl a:visited, .buttonr a:link, .buttonr a:visited {
	color: #333;
	background-color:#CCFFFF;
	font-size:1em;
	font-weight:bolder;
	text-decoration: none;
	border-bottom:0.1em solid #555;
	border-right:0.1em solid #555;
	border-top:0.1em solid #ccc;
	border-left:0.1em solid #ccc;
	margin: 0.2ex;
	padding:0.2em;
	display:block;
	width: 70px;
}
.buttonl a:hover, .buttonr a:hover {
	background-color:#CCFFCC;
	color:#000;
	border-top:0.1em solid #777;
	border-left:0.1em solid #777;
	border-bottom:0.1em solid #aaa;
	border-right:0.1em solid #aaa;
	padding:0.2em;
	margin: 0.2em;
}
.center {
	display: block;	
	margin-left: auto;
	margin-right: auto;
}
.twoColFixLtHdr #container {
	width: 976px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
	bottom: 20px;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	height: 145px;
	margin: 0 225px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	color: #0000FF;
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.twoColFixLtHdr #header h2 {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	color: #FF00FF;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.twoColFixLtHdr #horizontal-menu {
	background-color: #FFFFFF;
	height: 27px;
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
	background-color: #FFFFFF;
	text-align: left;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr  #mainContent  h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	color: #0000FF;
	font-size: 23px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr   #mainContent   h2 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
	color: #0000FF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr   #mainContent   p {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 10px 0;
}
.twoColFixLtHdr  #footer1 {
	text-align: center;
	font-size: 15px;
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: auto;
	padding-top: 0.5px;
	padding-right: 0px;
	padding-bottom: 0.5px;
	padding-left: 0px;
	background-color: #DDDDDD;
} 
.twoColFixLtHdr  #footer2  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 5px;
}
.styleCenterGreen {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	color: #009900;
	text-align: center;
	font-weight: normal;
}

.styleCenterPink {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	color: #FF00FF;
	text-align: center;
	font-weight: normal;
}
.styleCenterRed {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	color: #FF0000;
	text-align: center;
	font-weight: normal;
}
.stylefooter1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
	text-align: center;
}
.stylefooter2  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #000000;
	text-align: center;
}
.styleHeadingBlue  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0000FF;
	margin: 0px;
	padding: 10px 0;
	text-align: left;
}
.styleHeadingBlueMiddle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0000FF;
	margin: 0px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
}

.styleNormal  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-align: left;
}
.styleNormalBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.styleNormalBoldItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	font-weight: bold;
	text-align: left;
}

.styleNormalBoldUnderline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}

.styleNormalRedItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FF0000;
	text-align: center;
}
.styleNormalItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	text-align: left;
}


.styleNormalMiddle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-align: center;
	font-weight: normal;
}

.styleNormalMiddleBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.styleNormalMiddleItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	text-align: center;
	font-weight: normal;
}

.table,td,th
{
	border:1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
table
{
	width:100%;
	border-collapse:collapse;
}
th
{
	height:24px;
	background-color:green;
	color:white;
	vertical-align: middle;
	text-align: center;
}td
{
	height:auto;
	vertical-align:middle;
	text-align:left;
	background-color: #CCFFFF;
	padding-left: 7px;
}
div.imgl
   {
	margin:2px;
	border:0px solid #0000ff;
	height:auto;
	width:auto;
	text-align:center;
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
   }
div.imgr {
	margin:5px;
	border:0px solid #0000ff;
	height:auto;
	width:auto;
	text-align:center;
	float: right;
	margin-bottom: 20px;
	margin-left: 10px;
}
div.imgx2  {
	margin:0px;
	border:0px solid #0000ff;
	height:auto;
	width:50%;
	text-align:center;
	float: left;
	margin-bottom: 20px;
	margin-right: 0px;
}

div.imgl img
   {
	display:inline;
	margin:5px;
	border:1px solid #ffffff;
   }
div.imgl a:hover img
   {
   border:1px solid #0000ff;
   }
div.desc
   {
	text-align:center;
	font-weight:normal;
	width:auto;
	margin:2px;
	font-size: 12px;
   }
ul
{
	list-style-type:disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	list-style-position:outside;
	margin: 15px;
	padding-left: 15px;
}
li
{
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 0px;
}
 
ul#navigation
{
	list-style-type: none;
	padding-top: 1.5em;
	padding-right: 0;
	padding-bottom: 1.5em;
	padding-left: 0px;
	font-size: 14px;
	margin: 0;
}
ul#navigation li a
{
	display: block;
	width: 4em;
	color: #000000;
	background-color: #33FFFF;
	padding: .2em 0;
	text-align: center;
	text-decoration: none;
	height: 15px;
}
ul#navigation li a:hover
{
	color: #FFF;
	background-color: #6699FF;
}
ul#navigation .left { float: left; }
ul#navigation .right { float: right; }
}
#buttonsT {
	height: 45px;
}
#buttonsB {
	height: 40px;
}

