body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	background:#FFF url(../images/mainBg.jpg) repeat-x;
	}
	
/* TEXT STYLES */

h1, h3 {
	color:#193b55;
	font:1.7em;
	margin:0;
	padding:0;
	text-transform:uppercase;
	}

h2,h4 {
	color:#0c9661;
	font:1.2em;
	margin:0 0 15px;
	padding:0 0 12px;
	border-bottom:3px solid #b3c3d0;
	}

h3 {
	padding:0 0 12px;
	border-bottom:3px solid #b3c3d0;
	}
	
h4 {
	padding:0;
	border:0;
	margin:0;
	font-size:1.1em;
	}

p {
	margin:0 0 12px;
	padding:0;
	}

small {
	font:.85em;
	}

/* LAYOUT ELEMENTS */

#main {
	width:911px;
	margin:20px auto 0;
	}

#top {
	width:911px;
	height:151px;
	position:relative;
	z-index:2;
	}

#top img {
	_margin:0 -5px 0 0;
	behavior:url(../beta/css/iepngfix.htc);
	}

#navigation {
	float:right;
	width:574px;
	margin:-100px -32px 0 0px;
	}

#navigation a {
	float:left;
	_width:5px;
	background:#c2d7e7 url(../images/nav_bg.png) repeat-x;
	color:#355064;
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
	padding:0 0 30px;
	margin:0 2px;
	cursor:pointer;
	}

#navigation p {
	margin:0;
	padding:3px 5px;
	text-align:center;
	}

#navigation .tl {
	width:100%;
	height:100%;
	background:url(../images/nav_tl.png) top left no-repeat;
	}

#navigation .tr {
	width:100%;
	height:100%;
	background:url(../images/nav_tr.png) top right no-repeat;
	}

#snow {
	float:right;
	margin:71px 4px 0 0;
	display:inline;
	height:78px;
	width:574px;
	background:url(../images/top_snow.png) top left no-repeat;
	position:relative;
	z-index:2;
	behavior:url(../beta/css/iepngfix.htc);
	}

#content {
	margin:-38px 0 0 20px;
	width:870px;
	background:#FFF url(../images/contentBg.jpg) top left no-repeat;
	position:relative;
	padding:0 0 -1px 0;
	float:left;
	}

#topContent {
	position:absolute;
	top:28px;
	left:201px;
	width: 279px;
	}
	
#topContent p {
	margin:0;
	font-weight:bold;
	color:#355064;
	font-size:.9em;
	}

#topContent a {
	color:#355064;
	}

#leftContent {
	margin:100px 0 30px;
	float:left;
	width:455px;
	padding:40px 40px 0px;
	border-right:1px solid #d8d8d8;
	}

#rightContent {
	margin:100px 0 30px;
	width:328px;
	float:left;
	padding:0 0 0 5px;
	}

#bottom {
	clear:both;
	background:url(../images/bottom_curve.jpg) bottom left no-repeat;
	width:100%;
	height:20px;
	position:absolute;
	bottom:0;
	left:0;
	color:#355064;
	padding:18px 0 0 10px;
	font-size:.85em;
	}

#bottom a {
	color:#355064;
	text-decoration:none;
	padding:0 2px;
	}
	
#bottom a:hover {
	text-decoration:underline;
	}
	
#bottom p {
	float:right;
	margin:0;
	padding:0 15px 0 0;
	}
	
table td {
	border: 1px solid #ccc;
	}

table {
	border: 1px solid #ccc;
	}
	
.noticeBoxGreen {
	border:2px solid #c0ffbe;
	background-color:#e3ffdd;
	padding:5px;
	width:92%;
	margin:0 auto 5px;
	}