@charset "UTF-8";

html {
	height:100%;
	overflow:auto;
	overflow-x:hidden;
}

body  {
	font: 100% Arial,Verdana,  Helvetica, sans-serif;
	background: #d4dee3;
	background-image:url(../images01/bg_html.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	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;
	height:100%;
}

.main #BGcontainer { 
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f8f9fa;
	background-image:url(../images01/bg_content.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 20px 0px 0px 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

} 

#mainTable {
	/* THIS WAS CAUSING THE MENUS TO JUMP */
	/*height:504px;*/
	height:100%;
}

#header { 
	padding: 0 10px 0 0px;  /* 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. */
	height:110px;
} 
#header 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-indent:-8000px;
}

/* HOME LINK */

#homeLink {
	margin:0px;
	padding:23px 0px 0px 20px;
	vertical-align:top;
	height:110px;
}

#homeLink a {
	margin:0px;
	padding-right:150px;
	padding-bottom:60px;
	text-decoration:none;
}

/* FLASH HEADER */

.main #headerFlash {
	margin-left:10px;
	margin-top:40px;
	height:110px;
	overflow:visible;
}

/* LOGO PANE */

#logoPane  {
	margin:0px;
	padding:0px 20px 0px 20px;
	vertical-align:top;
}

#logoPane table tr td {
	margin:0px;
	padding:0px;
}


/* NAVIGATION */

#sidebar  {
	margin:0px;
	padding:0px 20px 0px 20px;
}

#sidebar table tr td {
	margin:0px;
	padding:0px;
}

.unselected1 {
	display:block;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	background-color:#85a0ae;
	margin:0px 0px 1px 0px;
	padding:4px 2px 4px 10px;
	list-style:none;
}

.unselected1:hover {
	background-color:#adbfc9;
	color:#FFFFFF;
}

.selected1 {
	display:block;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	background-color:#476278;
	margin:0px 0px 1px 0px;
	padding:4px 2px 4px 10px;
	list-style:none;
}

.selected1:hover {
	color:#FFFFFF;
}

.unselected2 {
	display:block;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	background-color:#647b8e;
	margin:0px 0px 1px 0px;
	padding:4px 2px 4px 10px;
	list-style:none;
}

.unselected2:hover {
	color:#85a0ae;
}

.selected2 {
	display:block;
	color:#85a0ae;
	font-size:11px;
	text-decoration:none;
	background-color:#647b8e;
	margin:0px 0px 1px 0px;
	padding:4px 2px 4px 10px;
	list-style:none;
}

/* NEWS */

.main #news { 
	width:153px;
	height:394px;
	padding:0px;
}

.main #news h1 { 
	color:#FFFFFF;
	background-color:#476278;
	font-size:11px;
	font-weight:normal;
	padding:2px;
	margin:0px;
	
}

.main #newsScroll {
	color:#476278;
	font-size:11px;
	font-weight:normal;
	overflow:auto;
	overflow-x:hidden;
	width:143px;
	height:230px;
	background-color:#FFFFFF;
	padding:5px;
}

.main #newsScroll p, div {
	color:#476278;
	font-size:11px;
	font-weight:normal;
}

.main #newsScroll a {
	color:#476278;
	font-size:11px;
	font-weight:normal;
}

/* LOGOUT */

.main #logout {
	width:143px;
}

.main #logout a {
	color:#476278;
	font-size:11px;
	font-weight:normal;
}


/* MAIN CONTENT */
.mainContent { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 40px 0px 18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.mainContent h1 {
	font-size:13px;
	font-weight:bold;
	color:#476278;
	margin:0px;
	padding:0px 20px 5px 0px;
} 

.mainContent h2, h3 {
	font-size:13px;
	font-weight:bold;
	color:#476278;
	margin:0px;
	padding:10px 20px 5px 0px;
} 

.mainContent p, td {
	font-size:11px;
	color:#476278;
	margin:0px;
	padding:0px 5px 5px 0px;
}

.mainContent ul {
	margin:0px;
	padding:0px;
	list-style:inside;
} 

.mainContent ol {
	margin:0px;
	padding:20px;
	/*list-style:outside;*/
}

.mainContent a, a:hover {
	color:#476278;
}

.mainContent table tr td {
	vertical-align: top;
	padding:0px;
	margin:0px;
}

.mainContent img {
	vertical-align: bottom;
	padding:0px;
	margin:0px;
}

/* FOOTER */

#disclaimer {
	margin-top:80px;
	padding:0px 20px 0px 18px;
}

#disclaimer p {
	color:#515456;
	font-size:9px;
}

#disclaimer p a {
	color:#515456;
	font-size:9px;
}

/* SPLASH PAGE*/

#spalshPage {
	width:100%;
}

#spalshPage a {
	color:#FFFFFF;
	width: 300px;
	/*padding:3px 50px 3px 50px;*/
	padding:3px;
	background-color:#85a0ae;
	text-decoration:none;
	text-align:center;
	width:140px; 
	display:inline-block;
}

#spalshPage a:hover {
	background-color:#476278;
	color:#85a0ae;
}

/* GUIDELINES TABLE*/

#tblGuidlines tr td {
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#e9eef0;
	padding:5px 20px 5px 60px;
	height:39px;
}
