body{
	margin:0px;
	background-color:#494949;
}

img{
	border:0px;	
}

.container{
	position:relative;
	width:1000px;
	margin:0px auto;
	border:0px;
	text-align:center;
}

.content{
	position:relative;
	background-color:#003259;
	width:1000px;
	clear:both;	
}

.header1{
	background:url(../images/logo.gif);
	background-repeat: no-repeat;
	height:71px;
	width:1000px;
}

.header2{
	position:absolute;
	clear:both;
	top:5px;
	left:925px;
	width:160px;
	height:600px;
}

.frontnews
{
	position:absolute;
	width:330px;
	top:150px;
	left:20px;
	padding-right:20px;
	padding-left:20px;
	border-right:1px dashed #000000;
	text-align:left;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight:200;
	vertical-align:top;
}

.newsitem
{
	cursor:pointer;
	border-bottom:1px solid #000000;
	padding-bottom:20px;
}

.bigh1
{
	color:#000000;
	font-family: arial, sans-serif;
	font-size: 23px;
	font-weight:200;
}

.mediumh1
{
	color:#000000;
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight:200;	
}

.smallh1
{
	color:#000000;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight:200;	
}

.redbox
{
	position:absolute;
	clear:both;
	top:100px;
	left:210px;
	background:url(../images/redbox.gif);
	background-repeat: no-repeat;
	width:244px;
	height:372px;	
}

.greenbox
{
	position:absolute;
	clear:both;
	top:100px;
	left:477px;
	background:url(../images/greenbox.gif);
	background-repeat: no-repeat;
	width:244px;
	height:372px;
}

.bluebox
{
	position:absolute;
	clear:both;
	top:100px;
	left:745px;
	background:url(../images/bluebox.gif);
	background-repeat: no-repeat;
	width:244px;
	height:372px;
}

.h1white
{
	color:#ffffff;
	font-family: arial, sans-serif;
	font-size: 23px;
	font-weight:200;
}

.boxtext
{
	margin:15px;
	text-align:left;
	color:#ffffff;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight:200;
}

table.month
{
	background:#67bdff;
	border-collapse:collapse;
	font-family:arial;
	font-size:10px;
	
}

.monthheader
{
	height:20px;
	background:#000055;
	color:#ffffff;
	border-collapse:collapse;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	text-align:left;
}

.weekheader 
{
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	color:#ffffff;
	
	height:20px;
	width:110px;
	background:#5a8cde;
	border-top:1px solid #636363;
	border-bottom:1px solid #636363;
}

.week 
{
	height:100px;
	width:55px;
	background:#77cdff;
	font-family:Verdana;
	font-size:15px;
	font-weight:normal;
	vertical-align:top;
}

.day
{
	border:1px solid #636363;
	width:110px;
	height:100px;
	overflow:hidden;
	background:#98d2ff;
	font-family:Verdana;
	font-size:9px;
	font-weight:normal;
	vertical-align:top;

}
.holiday
{
	border:1px solid #636363;
	width:110px;
	height:100px;
	overflow:hidden;
	background:#ceeaff;
	font-family:Verdana;
	font-size:9px;
	font-weight:normal;
	vertical-align:top;

}
.halfholiday
{
	border:1px solid #636363;
	width:110px;
	height:100px;
	overflow:hidden;
	background:#b3deff;
	font-family:Verdana;
	font-size:9px;
	font-weight:normal;
	vertical-align:top;

}

.selecttab
{
	color: #000000;
	
	border: 1px solid #57adef;
	border-collapse:collapse;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	width: 100px;
}