﻿body {
	background-color:#fff;
	background-image:url(../images/blue/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:30px auto;
	text-align:center;
}

.clear{
	clear:both;
}

/* LAYOUT */

#container{
	background-color:#fff;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #000;
	margin:0 auto;
	text-align:center;
	width:775px;
}

#text{
	padding:15px 10px 15px 10px;
}

#header{
	background-color:#017AC3;
	/*
	background-image:url(../images/blue/headerBg.jpg);
*/
	background-repeat:repeat-x;
	background-position:bottom;
	color:#fff;
	text-align:left;
	width:100%;
}
	
	.companyName{
		color:#555;
		font:18pt Tahoma;
		margin-left:10px;
		margin-top:0px;
		width:550px;
	}
	
	.tagline{
		color:#555;
		font:12pt Tahoma;
		margin-left:10px;
		padding:5px 0px 10px 0px;
		width:550px;
	}
	
	.status{
		float:right;
		margin-right:10px;
		margin-top:20px;
		margin-bottom:10px;
		text-align:right;
		width:200px;
	}
	
	#header a{
		color:#fff;
	}
	
#indexImage{
	background-image:url(../images/homeImage5.jpg);
	background-repeat:no-repeat;
	height:200px;
}

#nav{
	background-image:url(../images/blue/nav.jpg);
	border-top:1px solid #999;
	height:50px;
	text-align:left;
	width:100%;
}

	.aspMenu{
		margin:0px 0px 0px 0px;
	}
	
	.aspSubMenu{
		border-bottom:1px solid #000;
		border-left:1px solid #000;
		border-right:1px solid #000;
		height:30px;
		padding:0px 10px 0px 10px;
	}

#sidebar{
	background-image:url(../images/blue/sideBg.jpg);
	background-repeat:repeat-y;
	color:#fff;
	float:right;
	text-align:left;
	width:237px;
}

	.card{
		color:#333;
		font-size:8pt;
		margin:0px 95px 0px 35px;
		padding-top:60px;
	}

	.hand{
		background-image:url(../images/blue/hand.jpg);
		background-position:top;
		background-repeat:no-repeat;
		height:153px;
	}

	.sidebarBottom{
		background-image:url(../images/blue/sideBottom.jpg);
		background-repeat:no-repeat;
		height:34px;
	}

#contentArea{
	float:left;
	text-align:left;
	width:538px;
}

#footer{
	background-color:#eee;
	clear:both;
	height:100px;
	text-align:left;
	width:775px;
}
	
.menu{
	padding:9px 0px 0px 10px;	
}

.menu a{
	text-decoration:none;
	color:#003399;
	font:12pt Tahoma;
}

.siteMapPath{
	text-align:right;
}

.siteMapPath a{
	text-decoration:none;
	color:#000000;
}

.text{
	padding:15px 10px 15px 10px;
}







.eventdate{
	font-size:16pt;
	font-weight:bold;
}

.evenettitle{}
.evenettime{}
.evenetdesc{}

.eventrow{}
.eventtable{}