/* CSS Document */

* {
	padding:0;
	margin:0;
	border:0;
}




body {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	background:url(../images/bkgd.gif) fixed;
	
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-base-color:#FF9900; 
	scrollbar-darkshadow-color:#333333; 
	scrollbar-face-color:#FF9900; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-shadow-color:#000000; 
}

h2, h3, h4, h5, h6 {
	padding-bottom:10px;
}

h1, h2, h3, h4, h5, h6, b, th {
	color:#7454a9;
}
h1 { font-size:26px; }
h2 { font-size:16px; }

p {
	padding-bottom:15px;
}
li { list-style:square; }


#body { 
	min-height:400px;
	height:auto !important;
  	height:400px;
}

#calendar {
	float:left;
	width:700px;
	margin:0 0 30px 30px;
}

#body ul, #calendar ul {
	margin:0 0 15px 30px;
}



a {
	
	text-decoration: none;
}

a:hover { text-decoration: underline; }


#wrapper {
	width:760px;
	margin:0 auto;
	background:url(../images/body.gif) bottom repeat-x #fff;
	border-left:#9ec230 solid 5px;
	border-right:#9ec230 solid 5px;
	border-bottom:#9ec230 solid 5px;

}

#header {
	background:url(../images/headerbkgd.gif) no-repeat;
	height:133px;
	width:inherit;
	clear:both;
}

#logo { float:left; }

#header .img { float:right; border:none; }

#side .img { border:2px solid #7454a9; padding:1px; background:#fff; margin-bottom:15px; }

#c .img { border:2px solid #7454a9; padding:1px; background:#fff; margin-bottom:20px; }

#side {
	float:left;
	width:170px;
	margin:25px 0 0 20px;
}

#body {
	float:right;
	width:490px;
	padding:10px 20px 30px 20px;
}

#nav {
	background:url(../images/navbkgd.gif) repeat-x;
	height:30px;
	padding-top:4px;
	width:inherit;
	clear:both;
	font-size:14px;
}


#nav li {
	display:inline;
	padding:0 20px;
	border-left:1px solid #fff000;
}

#nav a {
	text-decoration: none;
	color:#fff;
	font-weight:bold;
}

#nav a:hover {
	color:#fff000;
}

#footer {
	background:url(../images/footer.gif) repeat-x;
	height:22px;
	width:inherit;
	clear:both;
}

#footer p {
	font-size:10px;
	text-align:right;
	padding:5px 10px 0 0;
	color:#000;
}

#footer a {
	color:#fff000;
}


/* menu */



.col {
	float:left;
	padding:5px 11px 150px 11px;
	width:30%;
}

#a { font-size:10px; }
#b, #b p { font-size:10px; text-align:center; }
#c { text-align:center; }
th { font-size:14px; background:url(../images/thbkgd.jpg) repeat-x #fff; }
td, th { padding:1px 5px; }
table { margin-bottom:50px; }

#newsletter { width:200px; position:relative; top:0; left:10px; }
#newsletter h4 { border-bottom:1px dashed #660099; padding-bottom:3px; margin-bottom:7px; }
#newsletter input { border:1px solid #660099; margin-bottom:5px; }
