
* {
	border: 0;
	margin: 0;
	padding: 0;
}

/*General Layout */

body {
	background: #333 url("images/bg.gif") repeat;
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

#wrapper {
	margin:0 auto;
	width:700px;
	font-size:1.20em;
	background: #fff;
	border: 1px solid #ccc

	}

#menu {
	text-align: right;
	height:35px;
	line-height:35px;
	background:url("images/bg-menu.png") repeat-x;
	padding:0 10px;
	border-bottom: 7px solid #C8E3FF;
}

#header {
	
	color: #e0e0e0;
	font-size: 327%;
	font-weight: bold;
	height: 100px;
	line-height: 120px;
	padding-top:20px;
	margin:0px;
	text-align:left;
	background: #ffffff
		url("images/pic2.jpg") repeat-y;
}


#content {
	float: left;
	padding: 12px 12px 30px 9px;
	text-align:justify;
	width: 495px;
	background: #fff;
	border-right: 1px solid #ccc;
}

#news		{
float:right; 
width:170px; 
padding-top: 12px; 
padding-right:5px;
padding-left:5px;
line-height:18px; 
text-align:left;
background: #fff;

}

#footer {
	clear: both;
	color: #999;
	font-size: 9px;
	padding: 10px 0 10px 0;
	text-align: center;
	background: #fff url("images/footer_bg.gif") repeat;
	border-top: 7px solid #C8E3FF;
}

/*Links and Images */
	
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}

#news a {
	color: #999;
	text-decoration: underline;
}

#news a:hover {
	color: #333;
	text-decoration: underline;
	
}

#content a {
	color: #999;
	text-decoration: underline;
}


#content a:hover {
	color: #333;
	text-decoration: underline;
	
}



a img {
	border: 2px solid #999;
}

a:hover img {
	border: 2px solid #C8E3FF;

}



.left {
margin: 5px 10px 5px 0;
float: left;
}

.box {

padding: 10px;
background-color: #fff;
border: 1px solid #ccc;
margin-bottom:3px;
}

.lightbox {

padding: 10px;
background-color: #fff;
border: 1px solid #ccc;
color: #ccc;
}


#footer a {
	color: #999999;
	text-decoration: underline;
}

/*Headings */

h1 {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 20px solid #000;
	color: #616161;
	font-size: 130%;
	font-weight: normal;
	margin: 0px 0;
}


h3 {
	color: #333;
	text-align:center;
	padding-right: 0px;
	font-weight: normal;
	margin: 0px;
	font: normal 12px/18px verdana, arial, tahoma, sans-serif;
}

h4 {
	border-bottom: 1px solid #4E4E4E;
	
}

h5 {
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	
}

.formInput {
	font-family: Verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 2px solid #ccc;
}

.formButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
	background-color: #fff;
	border: 2px solid #ccc;
}


.boxLeft {
float: left;
width: 232px;
border:1px solid #ccc; 
margin-bottom:5px;
margin-right: 5px; 
padding: 5px;
}

.boxRight {
float: right;
width: 232px;
border:1px solid #ccc; 
margin-bottom:5px;
padding: 5px;
}

.clear {
	clear: both;
	height: 2px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1px;
}