
/* -------------------SUBPAGE CSS LINKS-------------------------------*/


/*-------------PRIMARY STYLES  (text)------------*/
html,body {
	color: #333333;
	background-color:#CCCCCC;
	height:100%;	
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000066;
	line-height: 22px;
	font-weight: bold;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	line-height: 18px;
	color: #333333;
	}
	
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
	
}

ol, ol li, ul, ul li {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	
}

a:link {
color:#000066;
}

a:hover{
color:blue;
}





/*-----------------------LAYOUT STYLES ( stays in all subpages)---------------------*/

#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 120px;
	width: 190px;	
}

#banner {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 120px;
	width: 547px;
	border:0px;
	background:url("images/subpage/banner_links.jpg");
	
}

#layout {
	width: 737px;
	margin: 0px;
	padding: 0px;
	float:none;
	height:100%;
}

#content{
	width: 737px;
	margin: 0px;
	padding: 0px;
	float:left;
	background:url("images/subpage/tile.gif") repeat;
}



#buttons {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 233px;
	width: 190px;
}


#top {
	float: left;
	height: 147px;
	width: 737px;
}


#bottom {
	margin: 0px;
	padding: 0px;
	width: 190px;
	float: left;
	height:100%;
	
}

#navigation {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 548px;
	width: 190px;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#central {
	margin: 0px;
	padding: 0px;
	float:left;
	height: 100%;
	width: 547px;
}

#text{
	text-align:left;
	margin-left:15px;
	margin-right:15px;
	padding: 10px 10px 10px 10px;
	vertival-align:top;
	}

/* ----------------------------------SPECIAL STYLES------------------------------------*/

 .italic{
  font-style:italic;
  }
  
  .makebold{
  font-weight:bold;
  }
  
  .underline{
  text-decoration:underline;
  }
  
  .notes{
  font-size:10px;
  font-weight:bold;
  }
  
  .small {
  font-size:10px;
  }

.right{
text-align:right;
}


/*--------------------------------SUBPAGE CSS LINKS ENDS-------------------------*/