/* CSS Document */
/*

COLORS
---------------------


White: #FFFFFF;
Off White: #F0F0F0;
DD.Grey: #333;
L.Blue: #0099CC;
D.Blue: #003366;
*/
body {
	margin: 0;
	background: #F0F0F0;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	
}



.blueBar {
	width: 100%;
	background-color: #003366;
	color: #F0F0F0;
	
	
}
#newsleft {
	float:left;
	width:100px;
	
}
.newsleft {
	font-size:9px;
	}
#newsright {
	width:345px;
	float:left;
	
}




#wrapper {
	width: 750px;
	margin:auto;
}
#branding {
	background: url(../i/branding.jpg) no-repeat;
	height: 150px;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 750px;
}
#footer {
	
	margin-top: 20px;
	padding: 0;
	width: 750px;
	vertical-align:bottom;
}
a.menu:link, a.menu:visited, a.menu:active {
	border-right:solid 1px #003366;
	text-decoration:none;
	padding:0px 5px 0px 5px;
}
a.menu:hover {
	border-right:solid 1px #ccc;
	padding:0px 5px 0px 5px;
	text-decoration: none;
	}

#left {
	float: left;	
	width: 150px;
}

#left ul
{
list-style:square;
padding: 0;
margin: 15px;
} 
#center {
	margin-left: 15px;
	float: left;
	width: 450px;
	margin-top: 0px;
}
#right {
	margin-left: 10px;
	margin-top: 30px;
	float: left;
	width: 125px;
}
#photoholder {
  
  background:#F0F0F0 ;
}
#photoholder1 {
  
  background:#F0F0F0 ;
}
#photoholder2 {
  
  background:#F0F0F0 ;
}
#photoholder3 {
  
  background:#F0F0F0 ;
}
#photoholder4 {
  
  background:#F0F0F0 ;
}
#thephoto {
 
}

/*=== LINKS ===*/
a.link1:link, a.link1:visited, a.link1:active {
	color: #0099CC;
	text-decoration: none;
}
a.link1:hover {
	color: #003366;
	text-decoration: none;
}
a:link,a:visited,a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	background-color: #F0F0F0;
	text-decoration: none;
}
/*====*/
h3
{
	font-size				:				18px;
	margin-top				:				0px;
	margin-bottom			: 				0px;
	width					:				430px;
	line-height:25px;
}
h4
{
	font-size				:				12px;
	margin-top				:				0px;
	margin-bottom			: 				0px;

}
h5
{
	font-size:12px;
	color:#003366;
	width:450px;
	border-bottom:thin solid #003366;
	text-align:left;
	}
h6
{
	font-size:12px;
	color:#003366;
	width:450px;
	border-bottom:1px solid #003366;
	text-align:left;
	text-indent:100px;
	}
.space
{
	width					:				430px;
	margin-left				:				350px;
	height					:				120px;
}
.clearboth {
	clear: both;
	vertical-align:bottom;
}
/*=diary=*/
.day{
	font-family:arial;
	font-size:9px;
	}
.day a {
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}
.day a:visited {
	font-weight:bold;
	color: #000000;
	
}
.day a:hover {
	font-weight:bold;
	color: #2a2a2a;
}
.weekend {
	background-color: #666;
}
.monthtableouter {
	background-color: #cccccc;
}
.monthtableinner {
	width: 150px;
}
.normalday {
	background-color: #F0F0F0;
}
.title {
	background-color: #999;
	font-weight:bold;
	font-family:verdana;
	font-size:10px;
	height:30px;
	vertical-align:middle;
	
	
	
}
.month, .days {
	background-color: #999;
	font-size:9px;
	font-weight:normal;
	font-family:arial;
}
.selectedday {
	background-color: #DBDBDB;
}
#today {
	border: 1px #000000 solid;
	background-color: #C4C4C4;
}
#event {
	border: 1px #333  solid;
	background-color: #0099CC;
}
#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid #333;
font:normal 12px Verdana ;
color: #333;
line-height:18px;
z-index:100;
}
