body {
	margin: 0;
	padding: 14px 0 0 0;
	font-family: 'Lucida Grande', Arial,Verdana;
	font-size: 13px;
	line-height: 1.5em;
	color: #666666;
	text-align: left;
	z-index: 0;
	background-color:#eaf3f9;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#header {
	width:900px;
}

#header img {
	display:block;	
	}

#search
		{
		float:right;
		}
		
* a img {
	border:none;
	}		



#navbar {
	height:30px;
	background-color:#5a9fa8;
	width:900px;
	clear:both;
	color:#fff;
}

#navbar *
		{
		padding:0;
		margin:0;
		}

#navbar ul
		{
		list-style:none;
		}

#navbar ul li {
	color:#fff;
	display:block;
	float:left;
	padding:0 10px;
	border-right:1px solid #fff;
	height:30px;
	line-height:30px;
	font-size:12px
}

#navbar a {
	color:#fff;
	font-size:12px;
}

#navbar a:link {color:#fff; text-decoration:none;}
#navbar a:visited {color:#fff; text-decoration:none;}
#navbar a:hover {color:#ccc; text-decoration:none;}

#container_lower {
	background-color:#fff;
}

#posts {
	width: 530px;
	padding: 0 40px 20px 40px;
	margin: 0;
	float: left;
}

.clearboth{
		clear:both;
		font-size:0;
		height:0;
		line-height:0;
}

.commentbubble a {
	float: left;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.commentbubble a:hover {
	float: left;
	background: url(images/commentbubblehover.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.date {
	font-size: 12px;
	color: #4996a4;
	line-height: 1.5em;
}

.post {
	margin: 0 0 50px 0;
	padding-top:20px;
}

.tags {
	font-size: 10px;
	line-height: 1.5em;
	color: #999999;
}

.entry {
	margin: 20px 0 0 0;
}

.entry p {
	margin: 0 0 20px 0;
}

.entry hr {
	height: 1px;
	border: none;
	background: #cccccc;
}

.post h1 {
	font-size: 19px;
	font-weight:normal;
	margin: 10px 0 5px 0;
	line-height:130%;
}

.post h2, #posts h2 {
	font-size: 16px;
	font-weight:normal;
	margin: 10px 0 5px 0;
	line-height:130%;
}

.post h3 {
	font-size: 13px;
	font-weight: regular;
	padding: 10px 0;
}

.post a, .navigation a {
	color: #4996a4;
	text-decoration: underline;
}

.post a:hover, .navigation a:hover {
	color: #4996a4;text-decoration: underline;
}

.post a img {
	border: none;
}

.post h2 a:link {text-decoration:none;color:#4996a4;}
.post h2 a:hover {text-decoration:underline;color:#4996a4;}
.post h2 a:visited {text-decoration:none;color:#4996a4;}

.post blockquote {
	padding: 10px 5px 5px 20px;
}

.postmetadata {
	font-size: 10px;
	line-height: 1.5em;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.alignnone {
	margin: 0;
}

.wp-caption.alignleft {
	float: left;
	margin: 5px 20px 20px 0px;
}

.wp-caption.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.wp-caption.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.wp-caption.alignnone {
	margin: 20px 0;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	margin: 0 0 10px 0;
	padding: 5px;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #ebebeb;
	padding: 20px 20px 0 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.commentlist p {
	clear: both;
	margin: 0 0 20px 0;
}

.avatarcontainer {
	float: left;
	margin: 0 5px 10px 0;
}

.avatar {
	border: 1px solid #cccccc;
}

.sidebar {
	float:right;
	width: 230px;
	padding:0 20px 20px 40px;
	font-size: 13px;

}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar h2 {
	margin: 0 0 10px 0;
	padding: 30px 0 0 0;
	font-size: 19px;
	font-weight:normal;
	color: #46b761;
	line-height:130%;
}

.sidebar a {
	display: block;
	color: #4996a4;
	text-decoration: none;
}

.sidebar a:hover {
	color: #4996a4;text-decoration: underline;
}

.sidebar ul li ul li {
	_height: 20px; /*IE 6 Hack, the sidebar links won't display properly without this*/
}

.sidebar ul li ul li ul li a {
	font-size: 12px;
	padding: 0 10px 0 20px;
}

.sidebar #calendarlink 
		{
		font-size:17px;
		padding:25px 0 0 0;
		margin:0;
		}

.sidebar #calendarlink a:link {color:#fff;text-decoration:none;}
.sidebar #calendarlink a:visited {color:#fff;text-decoration:none;}
.sidebar #calendarlink a:hover {color:#fff;text-decoration:underline;}

#footer {
	clear: both;
	background-color:#e2e3e4;
	padding:24px 0 24px 30px;
	width:870px;
}

#footer a {
	margin-right:30px;
	display:block;
	float:left;
	color: #288c8e;
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
	position:relative;
	width:260px;
	height:120px;
}

#footer a:hover {
	color: #288c8e;
	text-decoration: underline;
	font-weight:bold;
}

#footer a.career {
	background-image:url(images/button_career.jpg);
	background-repeat:no-repeat;
}

#footer a.training {
	background-image:url(images/button_training.jpg);
	background-repeat:no-repeat;
}

#footer a.cost {
	background-image:url(images/button_cost.jpg);
	background-repeat:no-repeat;
}


#footer a .linktext
		{
		position:absolute;
		left:175px;
		top:96px;
		}

#copyright p {
	text-align: center;
	font-size: 12px;
	padding-top:5px;
	color: #4a7182;
}

#copyright a {
	color: #4a7182;
	text-decoration: none;
}

#copyright a:hover {
	color: #4a7182;
	text-decoration:underline;
}


#wp-calendar {
	width: 210px;
	background: #ebebeb;
	border: 1px solid #cccccc;
	margin: 0;
	font-size: 12px;
	text-align: center;
}

#wp-calendar caption {
	text-align: left;
}

#wp-calendar #today {
	background: #cccccc;
}

#wp-calendar a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	padding: 0;
}

#wp-calendar a:hover {
	background: #cccccc;
}

#legal
		{
		border: 1px solid #ccc;
		margin-bottom:15px;
		}
		
table#legal td
		{
		border:1px solid #ccc;
		text-align:center;
		}
		
#sponsor
		{
		border: 1px solid #ccc;
		margin-bottom:15px;
		}
		
table#sponsor td
		{
		border:1px solid #ccc;
		text-align:center;
		}		