body, td, div
	{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
#container
	{
    background:url(images/bg.jpg) top left repeat-x;
    background-color:#8fa376;
    }
a:link
	{
	color:#112537;
	}
a:active
	{
	color:#112537;
	}
a:visited
	{
	color:#112537;
	}
a:hover
	{
	color:#085090;
	}
h1
	{
	font-size:18px;
	color:#859a70;
	font-weight:normal;
	}
h2
	{
	font-size:15px;
	color:#859a70;
	font-weight:normal;
	}
h3
	{
	font-size:12px;
	color:#0d2d4c;
	font-weight:normal;
	}
#insidecontainer
	{
	width:1008px;
	margin:auto;
	background:url(images/leftbg.jpg) top left repeat-y;
	background-color:#d0e596;
	}
#insidepopupcontainer
	{
	width:100%;
	margin:auto;
	background-color:#d0e596;
	}
#logo
	{
	height:143px;
	background:url(images/links.jpg) top right no-repeat;
	}
#left
	{
	float:left;
	width:233px;
	}
#right
	{
	float:right;
	width:775px;
	background:url(images/rightbg.jpg) top left no-repeat;
	background-color:#ffffff;
	}
#footer 
	{
	width:1008px;
	margin:auto;
	padding-top:4px;
	color:#ffffff;
	}
#footer  a
	{
	color:#ffffff;
	}
#footer a:hover
	{
	color:#dcdcdc;
	}
	
.box1
	{
	float:left;
	height:220px;
	width:210px;
	padding:10px;
	border:solid #DEDEDE 1px;
	margin-bottom:10px;
	}
.box2
	{
	float:left;
	height:220px;
	width:210px;
	padding:10px;
	border:solid #DEDEDE 1px;
	margin-left:10px;
	margin-bottom:10px;
}
.box3
	{
	float:left;
	height:220px;
	width:210px;
	padding:10px;
	margin-left:10px;
	border:solid #DEDEDE 1px;
	margin-bottom:10px;
}

#trans {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background-color:#000000;
	position:absolute;
	top:0px;
	left:0px;
	height:200%;
	width:100%;
	vertical-align:middle;
	text-align:center;
	z-index:97;
}

#hidden_div {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:98;
	vertical-align:middle;
	text-align:center;
}

#notes_div{
	margin:auto;
	background-color:#ffffff;
	border:solid #000000 1px;
	width:500px;
	margin-top:200px;
	z-index:999;
}





