/* Global Styles */

	#margin100{
	margin-left:100px;
}
#linksblock{
	display:block;
	width:600px;
	height:auto;
}
.linkblock {
display : block;
position : relative;
height : 200px;
width : 185px;
}
.imageblock {
display : block;
position : relative;
height : 135px;
width : 175px;
}
.linktext a {
font : 12px Geneva, Arial, Helvetica, sans-serif;
color : #0066ff;
}

.linkblocksam {
display : block;
position : relative;
height : 160px;
width : 150px;
}
.linkblocksam img{
height : 140px;
width : 125px;
}

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#333333;
	vertical-align: top;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #666666;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	color: #FFFFFF;
	text-decoration:none;
	letter-spacing:.1em;
	font-family: arial;
	font-size: 12px;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	color: #0000FF;
	letter-spacing:.4em;
	font-weight:bold;
	font-family: "times new roman";
	font-size: 18px;
	}

.sidebarText {
	color: #cc0000;
	line-height:18px;
	font-family: georgia;
	font-size: 12px;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	color: #000000;
	letter-spacing:.1em;
	line-height:26px;
	font-family: georgia;
	font-size: 20px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	
