/* CSS Document */
body  {
	background-color:#FFFFFF;
	background-image:url(idx/bg_pattern_white.gif);
	color:#000099;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
}
#wrapper  {
	background-color: #99FFFF;
	background-image:url(idx/bluepap.jpg);
	width:800px;
	margin-right:auto;
	margin-left:auto;
	padding-top:0px;
}
p:first-letter {
	font-weight:bold; font-size:150%;
	color:#000099;
	
}
/* BANNER */
#banner  {
	display:block;
	width:780px;
	height:120px;
	background-color: #CCCCCC;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right:0px;
	border: 5px double #CCCCCC;
}
.logo  {
	display:block;
	width:612px;
	height:102px;
	margin:0px;
	padding:0px;
}
.right  {
	display:block;
	width:120px;
	height:100px;
	margin:0px;
	padding:0px;
}
#banner .logo  {
	position: relative;
	bottom:4px;
	right:158px;
}
#banner .right  {
	position: relative;
	bottom:5px;
	right:5px;

	
}
/* END OF BANNER */
/* NAV BAR */
#mainNav  {
	display:block;
	width:800px;
	color:#0033CC;
	clear:both;
	
}
#bottomNav  {
	display:block;
	width:800px;
}
ul.nav  {
	margin-left:20px;
	list-style: none;
	padding-left:0;
	padding-right:0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: medium;
	font-weight:bold;
	float:left;
	width:100%;
}
ul.nav li  {
	float:left;
	display: inline;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-right: 20px;
	text-decoration: none;
	color: #0033CC;
	text-align:center;
}
ul.nav li a  {
	text-decoration: none;
	color:#333;
	text-align:center;
}
ul.nav a:hover {color:red;}
/* END OF NAV BAR */
#content  {
	display:block;
	width:800px;
	background-color: #FF99CC;
	background-image:url(idx/bluepap.jpg);
	
	clear:both;
}
#topContent  {
	background-color:#FFFFFF;
	width:485px;
	float:left;
	padding-top:10px;
	padding-left:20px;
	padding-bottom:20px;
	padding-right:40px;
}
/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }
* html ul.nav a  { height:1px;}
/* MAIN CONTENT */
#bottomContent  {
	clear: both;
	display:block;
	width:800px;
	height:180px;

}
