/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	font-family: Arial; 
	font-size: 13px;
	color: #000000;
	background-position: top; 
	background-image: url(images/watermark.gif); 
	background-repeat: repeat-x;
	background-color: #E6F3FB;
}
a {
	color:#0000FF;
}
a:hover {
	text-decoration: underline;
}
#container {
	margin: 0px auto; 
	top: 0px;
	width: 663px; 
	border: 1px solid #ccc;
	background-position: left; 
	background-image: url(images/sidemenu.gif); 
	background-repeat: repeat-y;
	background-color: #fff;		
}
#logo {
/*	background-color: #000066;*/
	border-top: 5px solid #3886CF;
}
#menu {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #fff;			
/*	background-color:#1C439B;*/
}
#menu-text {
	background-position: center top; 
	background-image: url(images/middlebrac.gif); 
	background-repeat: repeat-x;		
	position: relative;
	top: 3px;
}

a.normal-text:link {
	text-decoration: none;
	color: #fff;
	position: relative;
	bottom: 4px;
	font-weight: bold;
}
a.normal-text:active {
	text-decoration: none;
	color: #fff;
	position: relative;
	bottom: 4px;
	font-weight: bold;	
}
a.normal-text:visited {
	text-decoration: none;
	color: #fff;
	position: relative;
	bottom: 4px;
	font-weight: bold;
}

#menu-text a:hover{
	color: #FEC070;
}	
#lower-menu {
	padding-top: 12px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #0000FF;
	background-color:#FFFFCD;
}
#lower-menu a{
	position: relative;
	bottom: 8px;
	color: #3886CF;
	text-decoration: none;
}
#lower-menu a:hover{
	color: #FEC070;
}
.rightbrac {
	position: relative;
	left: 40px;
}

.yellow-text {
	padding: 2px 0px 2px 0px;	
	background-color: #FFFFCD;
	color:#000099;
	font-weight: bold;	
}
a.yellow-text:link{
	color:#000099;
	text-decoration: none;

	position: relative;
	bottom: 4px;
}		
a.yellow-text:active{
	color:#000099;
	text-decoration: none;

	position: relative;
	bottom: 4px;
}		
a.yellow-text:visited{
	color:#000099;
	text-decoration: none;

	position: relative;
	bottom: 4px;
}		
a.yellow-text:visited{
	color:#000099;
	text-decoration: none;

	position: relative;
	bottom: 4px;
}		
#bulk {
	margin: 5px 5px 5px 200px;

}
#sidemenu {
	width: 191px; 
	position: absolute; 
	top: 150px;	

	padding: 0px 5px 5px 5px;
}
#sidemenu-right {
	float: right;
	width: 100px;
	text-align: left;

	padding: 5px 5px 5px 5px;	
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
	color: #0000FF;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 10px;
}
#top-text {
	font-size:12px;
	font-weight: bold;
	color: #fff;
	position:absolute;
	margin-left: 280px;	
	margin-top: 50px;		
}