﻿@charset "utf-8";
	
/* =-=-=-=-=-=-=-[Menu Two]-=-=-=-=-=-=-=- */
	
#menu2 {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #677D92;
	border-size: 1px;
	border-width: 1px;
	margin: 10px;
	}
	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu2 li a:link, #menu2 li a:visited {
	color: #000;
	display: block;

	padding: 8px 0 0 10px;
	}
	
#menu2 li a:hover {
	color: #283A50;
	background: url(images/menu2.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu2 li a:active {
	color: #283A50;
	background: url(images/menu2.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	link-color: white;
	background-color: #004080;
	top: 150px;
	color: #FFF;
	height: 20px;
} 
.twoColFixRtHdr #abcd {
	background-image: url('../abcd-rj.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 146px;
	width: 850px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20pt;
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.twoColFixRtHdr #container #mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
.twoColFixRtHdr #container #sidebar1 h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
	height: 385px;
	border-left-style: double;
	overflow: auto;
	color: #000;
	background-color: #FFF;
}
.twoColFixRtHdr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 900px;
	height: 400px;
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #000;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #004080;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: #FFF;
} 
.twoColFixRtHdr #footer p {
	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 */
	color: #FFF;
}
.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;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.twoColFixRtHdr #header ul  {
	margin: 0;
/* using padding instead of margin will allow you to keep the element away from the edges of the div */	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: center;
	padding: 0px 50px 0px 50px;
	list-style-type: none;
}
.twoColFixRtHdr #header ul li  {
	padding: 0px 10px 0px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: center;
	float: left;
	vertical-align: middle;
	list-style-type: none;
}
