*{ margin:0; padding:0;}
body,td,th {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background:#e5e5e5 url(../images/background.gif) repeat-x;
	text-align:center;
}
a:link {text-decoration: underline;color: #057fc3}
a:visited {text-decoration: underline;color: #003366;}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: underline;
	color: #0099CC;
}

h1{
	font-size:26px;
	color:#6496c3;
	margin:0px 10px 5px 10px;
	display:block;
}

h2{
	font-size:18px;
	color:#666;
	margin: 0px 10px 5px 10px;
}

h3{
	font-size:16px;
	color:#333;
	margin: 0px 10px 10px 10px;
}
h4{
	font-size:12px;
	color:#666666;
	padding: 0px 10px 10px 10px;
	line-height:16px;
}

p{
	margin:0px 10px 10px 10px;
	line-height:20px;
}

/* ----- =forms ----*/

form {
	margin:10px;
}

/* fieldset styling */
fieldset {
	margin: 5px 0; /*  space out the fieldsets a little*/
	padding: 10px;
	border:0;
	border : 1px solid #ccc;
	background-color:#F7F7F7
}

fieldset div{
	float:left;
	width:160px;
}

/* legend styling */
legend {
	font-weight: bold;
}

form p {
  position: relative;
  overflow:hidden;
}

/* style for  labels */
label {
/*	float: left;
	width: 75px;*/
	display:block
}
label.short{
	width:50px;
}

/* style for required labels */
label .required {
	font-size: 9px;
	color:#888;
}

input {
  width: 200px;
}

input[type="text"], textarea {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input.radio, input.checkbox, input.submit, input.button, input.select {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
	background: #E6EDF9;
}

input.radio {
  float: left;
  margin-right: 1em;
}

textarea {
	width: 230px;
	height: 100px;
}

/* ----- container divs ----- */
#wrapper{
	width:750px;
	margin:10px auto;
	text-align:left
	}
#headerlg{width:750px;
	background:#fff url(../images/header.jpg) no-repeat;
	height:200px;
	}
#headersm{width:750px;
	background:#fff url(../images/opensystems.jpg) no-repeat;
	padding-top:200px;
	}
#content{
	float:left;
	background:#fff url(../images/bodybottom.gif) no-repeat bottom left;
	padding-top:10px;
	padding-bottom:10px;
	}
#rightcol{width: 260px; clear:right;float: left;min-height: 100px;}
#maincol{width: 490px;float: left;min-height: 100px;}
#footer{clear:both; width: 740px}
#footer a{font-size:11px;color:#666666}
#footer a:link{color:#666666}

#rightcol img{
	border:0;
	margin:2px 10px 2px 0px;

}
#maincol img{
	border:0;
	margin:2px 10px 2px 10px;

}

#content ul{
	padding-bottom:15px;
	list-style-type:none;
	margin:0 0 0 10px;
	padding:0;
}
#content li{
	padding: 0px 10px 10px 15px;
    background:url(../images/bullet.gif) no-repeat 5px 6px;
	line-height:16px;
	}

/* ---- tools for clearing floats ---- */
.clearboth {
	clear:both;
	height:1%;
}
.clearfix{
	clear:both;
}
/* ---- rounded box elements ---- */
.blueboxouter{
	background:#9bcce7 url(../images/blueboxtop.gif) no-repeat top left;
	width:200px;
	margin:0 10px 10px 0;
	color:333;
}
.blueboxinner{
	background:url(../images/blueboxbottom.gif) no-repeat bottom left;
	padding:5px;
}
.blueboxinner h2{
	color:#057fc3
}
.blueboxinner ul{
	margin-left:5px;
}
.orangeboxouter{
	background:#fcd6aa url(../images/orangeboxtop.gif) no-repeat top left;
	width:200px;
	margin:0 10px 10px 0;
	color:#333;
}
.orangeboxinner{
	background:url(../images/orangeboxbottom.gif) no-repeat bottom left;
	padding:5px;
}
.orangeboxinner h2{
	
}
.blueboxouter2{
	background:#9bcce7 url(../images/blueboxtop250.gif) no-repeat top left;
	width:250px;
	margin:0 10px 10px 0;
	color:333;
}
.blueboxinner2{
	background:url(../images/blueboxbottom250.gif) no-repeat bottom left;
	padding:5px;
}
.blueboxinner2 h2{
	color:#057fc3
}
.blueboxinner2 ul{
	margin-left:5px;
}
.orangeboxouter2{
	background:#fcd6aa url(../images/orangeboxtop250.gif) no-repeat top left;
	width:250px;
	margin:0 10px 10px 0;
	color:#333;
}
.orangeboxinner2{
	background:url(../images/orangeboxbottom250.gif) no-repeat bottom left;
	padding:5px;
}
.orangeboxinner2 h2{
	
}
.grayboxouter2{
	background:#e5e5e5 url(../images/grayboxtop250.gif) no-repeat top left;
	width:250px;
	margin:0 10px 10px 0;
	color:#666;
}
.grayboxinner2{
	background:url(../images/grayboxbottom250.gif) no-repeat bottom left;
	padding:5px;
}
.grayboxinner2 h2{
	
}
.blue{
	color:#057fc3;
}

.upcomingeventwrapper{
	margin:0px 10px 10px 10px;
	width:470px;
	height:80px;
	font-size:28px;
	color:#4d4d4d;
	letter-spacing:-0.05em;
}
.upcomingeventwrapper a:link, .upcomingeventwrapper a:visited, .upcomingeventwrapper a:hover, .upcomingeventwrapper a:active{
	display:block;
	text-decoration:none;
	width:470px;
	height:80px;
	color:#4d4d4d;
	border-bottom:none;
}
.upcomingevent{
	padding:10px 5px 5px 20px;
}
.upcomingeventlocation{
	font-size:18px;
	color:#808080;
}
.upcomingeventdate{
	font-size:18px;
	color:#808080;
	padding-right:10px;
}

#upcomingna a:link, #upcomingna a:visited{background:url(../images/bgna.jpg) no-repeat 0 0;border-bottom:none;}
#upcomingna a:hover, #upcomingna a:active{background:url(../images/bgna.jpg) no-repeat 0 -80px;border-bottom:none;}
#upcomingna .upcomingeventregion {color:#6496c3}

#upcomingeu a:link, #upcomingeu a:visited{background:url(../images/bgeu.jpg) no-repeat 0 0;border-bottom:none;}
#upcomingeu a:hover, #upcomingeu a:active{background:url(../images/bgeu.jpg) no-repeat 0 -80px;border-bottom:none;}
#upcomingeu .upcomingeventregion {color:#EB7B33}

#upcomingap a:link, #upcomingap a:visited{background:url(../images/bgap.jpg) no-repeat 0 0;border-bottom:none;}
#upcomingap a:hover, #upcomingap a:active{background:url(../images/bgap.jpg) no-repeat 0 -80px;border-bottom:none;}
#upcomingap .upcomingeventregion {color:#999999}

#upcomingme a:link, #upcomingme a:visited{background:url(../images/bgme.jpg) no-repeat 0 0;border-bottom:none;}
#upcomingme a:hover, #upcomingme a:active{background:url(../images/bgme.jpg) no-repeat 0 -80px;border-bottom:none;}
#upcomingme .upcomingeventregion {color:#999999}

#news{
	background:url(../images/newsbottom.gif) no-repeat bottom left;
	padding:0 0 15px 0;
	margin:10px 0 0 0;
}
#news a:link, #news a:visited, #news a:hover, #news a:active{
	border-bottom:none;
}
#news h2{
	margin:0;
	padding:6px 0 2px 10px;
	background:url(../images/newstop.gif) no-repeat top left;
	font-size:18px;
	font-weight: normal;
	color:#666;
}
#news ul{
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
	font-size:11px;
	background-color: #e5e5e5;
	background-image: url(../images/newsbg.gif);
	background-repeat: repeat-x;
}
#news li{
	margin:0;
	padding:0;
	background:none;
}
#news ul li a{
	padding: 5px 10px;
	display:block;
	color:#333;
	text-decoration:none;
	}
#news ul li a:hover, #news ul li a:active{
	background:#f7f7f7;
}
#news .newsdate{
	color:#1d65af;
	}

#pastevents{
	font-size:18px;
	color:#ff9b33;
	margin-top:5px;
}
#pastevents li{
	line-height:20px;
}
#pastevents a{
	text-decoration:none;
	border-bottom:1px dotted #666666;
	color:#ff9b33;
}
#pastevents a:hover, #pastevents a:active{
	border-bottom:1px solid #666666;
}
.pasteventdate{
	font-size:14px;
	color:#666666;
}
.pasteventlocation{
	font-size:14px;
	color:#666666;
	margin-right:15px;
}
