﻿@import url("layout.css");

/*                */
/* for main-page  */
/*                */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #EEEEEE;
	margin:0; 
	padding:0;
}
h1 {
    font-size: 20px; 
    color: #2981BC; 
    padding-top: 1em 

}  
h2 {
    font-size: 12px; 
    color: #2981BC; 
    padding-top: 1em 

}  
#container01 {
	width: 800px;
	margin: 0 auto;
	background-image:url('../images/containerbkg03.png');
	background-color: #FFFFFF;
}
#masthead {
	width: 780px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #0D408D;
	background-image:url('../images/cmkbg.gif')
}
/* sidebar info:	position: relative;  */
#sidebar {
	float: left;
	width: 150px;
	background-color: #FFFFFF;

	clear: both;
	margin-top: 2px;
	margin-left: 10px;
	display: inline;
}
/* Styles for Heading Image */
.style_center {
	text-align:center;
	border: 0;	
}
/* Styles for Help Borders */
.help_borders { 
	border: ; text-align: center; 
}
/* Styles for Help Page Text */

.help_HXtext {
    color: #0D408D;
    font-family:Verdana   
}
.help_plaintext {
	text-align: left;
	color: #204987;
	font-size: small;
	font-family: Verdana;	
}
.help_xsmtextB {
	color: #204987;
	font-weight: bold;
	font-size: x-small;
	padding: 1px;
}
.help_lgtext {	
	text-align: center;
	color: #204987;
	font-weight: bold;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
.help_medtextred  {
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}
.help_medtext  {
	text-align: center;
	color: #204987;
	font-weight: bold;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}
.help_smtext {
	text-align: center;
	color: #204987;
	font-size: small;
	font-family: Verdana;	
}
.help_smtextB {
	text-align: center;
	color: #204987;
	font-weight: bold;
	font-size: small;
	font-family: Arial;	
}
.help_xsmtext {
	text-align: center;
	color: #204987;
	font-size: x-small;
	font-family: Verdana;	
}
#page_content {
	
}

#marqueecontainer{
	position: ;
	width: 540px; /*marquee width */
	height: 50px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: 2px;
	border-color: #0C489A;
	padding: 2px;
	padding-left: 4px;
}

#content {
	width: 760px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	background-color: #fff;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}
#footer {
	text-align: center;
	clear: both;
	width: 780px;
	height:25px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color:white;
	background-image:url('../images/menubg.png');
	border-bottom:2px solid #DCAA31;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
 	padding: 0; 
}
#sidebar li {
	font-size: 0.8em;
	display: block;
	margin: 0;
 	padding: 0; 
	border: 0;
}
/* */
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #0D408D;
	display: block;
 	padding: 5px; 
 	border-bottom: 1px solid #0D408D;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFCC66;
	border-bottom: 1px solid #0D408D;
	background-color: #0D408D;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #dcaa31;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic
}


