div{
/*	border:1px solid red; */
}

body{
	font-size:11pt;
	background-image: url(../images/background.png);
	background-repeat: repeat;
}

@media print{
body{
	background-color:none;
}
}

div.document{
	width:7in;
	margin-left:auto;
	margin-right:auto;
	padding:0.5in;
	border:1px solid #C0C0C0;
	background-color:#ffffff;
}

@media print{
div.document{
	padding:none;
	border:none;
	background-color:none;
}
}

div.menuBlock{
	background-color:#16569d;
/*	background-image:url(../images/menushade.png); */
	background-repeat:repeat-x;
	background-position:left top;
	position:relative;
	text-align:center;
	height:4em;
	color:#ffffff;
}

@media print{
div.menuBlock{
	display:none;
}
}

@media screen{
div.menuBlock a,
div.menuBlock a:active,
div.menuBlock a:hover,
div.menuBlock a:visited
{
	color:#ffffff;
}
}

div.menuBlock ul{
	float:left;
	padding-left:0px;
	padding-top:1em;
	list-style:none;
}

div.menuBlock li{
	float:left;
	width:1.25in;
}

div.menuBlock li.sel{
	background-color:#376eab;
}

div.content{
	position:relative;
}

div.content div.leftContent{
	float:left;
	width:3.25in;
	text-align:justify;
}

div.content div.leftContentNarrow{
	float:left;
	width:2in;
	text-align:justify;
}

div.content div.rightContent{
	float:right;
	width:3.25in;
	text-align:justify;
}

div.content div.rightContentWide{
	float:right;
	width:4.5in;
	text-align:justify;
}

div.notice{
	border-left:1px solid #420A0A;
	border-bottom:1px solid #420A0A;
	border-right:1px solid #420A0A;
	background-color:#9C1B16;
	background-image:url(../images/noticeshade.png);
	background-repeat:repeat-x;
	background-position:left top;
	padding:5px;
	color:#ffffff;
}

@media print{
div.notice{
	border:1px solid black;
	background-color:none;
	background-image:none;
	color:#000000;
}
}

div.announce{
	border-left:1px solid #61B319;
	border-bottom:1px solid #61B319;
	border-right:1px solid #61B319;
	background-color:#D7F5BC;
	background-image:url(../images/announceshade.png);
	background-repeat:repeat-x;
	background-position:left top;
	padding:5px;
	padding-top:1em;
}

@media print{
div.announce{
	border:1px solid black;
	background-color:none;
	background-image:none;
	color:#000000;
}
}

div.announceItemHeadline{
	margin-bottom:5px;
}

div.announceItemText{
	display:none;
	text-align:justify;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:5px;
	margin-right:0px;
	padding-left:5px;
	padding-right:5px;
	border-left:10px solid #AFEC79;
	border-top:1px solid #AFEC79;
	border-bottom:1px solid #AFEC79;
	border-right:1px solid #AFEC79;
}

@media print{
div.annouceItemText{
	display:block;
	border:none;
}
}

div.footer
{
/*	background-image:url(../images/menushade.png); */
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#16569d;
	color:#ffffff;
	height:4em;
}

@media print{
div.footer{
	border:1px solid black;
	background-color:none;
	background-image:none;
	color:#000000;
}
}

div.footerText{
	padding-top:1.5em;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}

@media print{
div.footerText{
	padding:5px;
}
}