/*  global  */

*{
margin:0;
padding:0;
border:none;	
}
body{
	text-align:center;
	border-top:10px solid #fff;
	font-family: Helvetica, Arial;
	font-size: 14px;
}
a:link{ color: #0000ff; text-decoration: underline}
a:active{ color: #000000; text-decoration: none}
a:visited{ color: #000000; text-decoration: underline}
a:hover{ color: #0000cc; text-decoration: underline}


input, textarea{
	border: 1px solid #888;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}


#wrap{
	width:930px;
	margin:auto;
	text-align:left;
}

#container{
	margin:20px 0 0 0;
}


/*  banner  */

#banner{
	color: #000000;
	width: 728px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.link {
	color:#000000;
	font-weight: bold;
	text-decoration: underline;
	border-right-width: 2px;
	border-left-width: 2px;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 1.3em;
	}
.banner {
	margin:25px 0 0 0;
	background-image: url(../i/banner_body.jpg);
	background-repeat: repeat-y;
	font-weight: bold;
	border-right-width: 2px;
	border-left-width: 2px;
	}
.banner a:active {
		text-decoration:underline;
		color:#000000;
}

.banner a:hover {
	color:#FFFFFF;
}
.banner_top{
	background-image: url(../i/banner_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#footer {
	clear:both;
	border-top:1px solid #eee;
	padding:10px;
	margin:30px 0 0;
}
.banner_bottom{
	padding:15px;
	background-image: url(../i/banner_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* borders */

.wborder_left{
	margin:15px 0 0 0;
	background-image: url(../i/wborder_side.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.wborder_right{
	background-image: url(../i/wborder_side.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.wborder_top{
	background-image: url(../i/wborder_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.wborder_bottom{
	padding:15px;
	background-image: url(../i/wborder_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer{
	margin:50px 0 0 0;
	color:#000000;
	font-family: Helvetica, Arial;
	font-size: 0.9em;
	background-color: #CCCCFF;
}

#footer #wrap{
	padding:30px 0;
}
#calendar{
	margin:15px 0 0 0;
}

#calendar p{
	margin:25px 0 0 0;
	padding:0 0 15px 0;
	border-bottom:1px dotted #ccc;
	color:#555;
	font:italic .9em Helvetica, Arial;
}
	
#calendar p span{
	width:150px;
	font:bold 1em Georgia;
	float:left;
	color:#000;
}

#message img{
	float:left;
}

#message p{
	margin:14px 20px;
	padding:0;
	border:none;
	font:bold 1em Helvetica, Arial;
	float:left;
	color:#000;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000FF;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
}

