/* CSS Document */


		body {
		text-align:center;
		background-image: url(pics/backgroundGradient.gif);
		background-repeat:repeat-x;
		margin:0px;
		}
		
	p, td, li, input, textarea, select	
			{
				font-family: verdana, arial, helvetica, sans-serif;
				font-size: 13px;
				color: #827268;
				margin:0px 5px 0px 0px;
			}
			
			#frame {
	/* Hide from IE-Mac \*/
		width:756px;
	/* End hide */	
			
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		margin-bottom:0px;
		padding:0px;
		text-align:left;
		
		}
		
		html>body #frame {
		width:757px;
		}
		/* the above hides style from IE4/5/6 */
		
				
		#nav	{
		width:757px;
		height: 20px;
		position:absolute;
		background-color:transparent;
		top:89px;
		text-align:right;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px;
		color: #ffffff;
		margin: 4px 0px 0px 0px;
		}
		
		#nav a:link
			{
			margin: 0px 10px 0px 0px;
			color:#ffffff;
			background-color:transparent;
			text-decoration: none;
			font-weight:bold;
			}
		#nav a:hover	
			{
			margin: 0px 10px 0px 0px;
			color: #ffffff;
			background-color:transparent;
			text-decoration: underline;
			font-weight:bold;	
			}
			
		#nav a:visited
			{
			margin: 0px 10px 0px 0px;
			color: #ffffff;
			background-color:transparent;
			text-decoration: none;
			font-weight:bold;
			}
		
			

		
		#logo {
		width:756px;
		height:351px;
		background-image: url(pics/topperLarge2.gif);
		background-position:top center;
		background-repeat:no-repeat;
		}
		
	
		#contentleft {
		background-image:url(pics/vertLine.gif);
		background-repeat:repeat-y;
		background-position:top right;
		width:493px;
		margin-top:5px;
		margin-right:10px;
		padding:0px; 
		/* padding set to 0 so text lines up exactly with dotted line edge below topper image*/
		float:left;
		}
	
		#contentright {
		width: 220px;
		padding:0px 0px 0px 0px;
		float:left;
		margin-top: 5px;
		margin-left: 20px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		color: #827268;		
		}	
		
				
		.boldText
		{
		font-weight:bold;
		}
		
		
		.boldItalicText
		{
		font-weight:bold;
		font-style: italic;
		}
		
		.boldTextLarge
		{
		font-weight:bold;
		font-size:15px;
		}
		
		/* Danny added .smallText li for blog sidebar */
		.smallText, .smallText li
		{
		font-size:10px;
		}
		
		.sideBarText
		{
				font-family: verdana, arial, helvetica, sans-serif;
				font-size: 11px;
				color: #827268;
				margin:0px 0px 0px 0px;
		}
		
		.sideBarTextBold
		{
				font-family: verdana, arial, helvetica, sans-serif;
				font-size: 11px;
				color: #827268;
				font-weight:bold;
		}
		
	

			
			
/* navigation style links within main body of text*/
a:link
			{
			color: #679ee6;
			background-color:transparent;
			text-decoration: underline; 
			font-weight: normal;
			}
			
a:hover	
			{
			color: #679ee6;
			background-color:transparent;
			text-decoration: underline;
			font-weight: normal;			
			}
			
a:visited
			{
			color: #679ee6;
			background-color:transparent;
			text-decoration: none;
			font-weight: normal;
			}
			

/* Danny added styles for blog */

.entryTitle {
		font-weight:bold;
		font-size:15px;
}
	  
.entryTitle a, .entryTitle a:visited {
		font-weight:bold;
    color: #827268;
    text-decoration: none;
}
.entryTitle a:hover {
	  text-decoration: underline;
}
.entry p {
    margin-bottom: 15px;
}
.navigation {
		font-weight: bold;
		font-size:13px;
}
.alignleft {
	  float: left;
}
.alignright {
    float: right;
    margin-right: 10px;
}
