/* CSS Document */

body {
	background-color:#80a6e3; 
	padding:0; 
	margin:0; 
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	behavior:url("csshover.htc");
}

#container {
	width:838px;
	margin-left:auto;
	margin-right:auto;

}

#header{
	background-image:url(../images/top-bg.gif); 
	height:230px; 
	padding-left:10px;
}

#header a {
	text-decoration:none;
}

#box {
	width:81px; 
	height:67px; 
	float:left;  
	margin-top:136px; 
	color:#FFFFFF; 
	font-size:11px;
	padding:5px;
	font-weight:bold;
	position:relative;
	cursor:pointer;
}

#box:hover {
	height:77px;
}
#box p {
	vertical-align:bottom;
	position:absolute;
	bottom:5px;
	color:#FFFFFF;
	padding:0;
	margin:0;
}

#col1 {
	margin-left:10px;
	margin-top:20px;
	width:200px;
	float:left;
	
}

#col1 .head {
	background-color:#78b647;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	padding:3px;
	padding:3px;
	margin-top:0;
	background-image:url(../images/col1-corner.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#col1 .body {
	padding: 3px;
	padding-left:10px;
	font-size:13px;
	background-color:#c4d2e9;
}

#col1 a {
	text-decoration:none;
	color:#425985;

}

#col1 a:hover {
	color:#6390d3;
}

#col1 ul{
	padding:0px 0px 0px 10px;
	margin:0 0 0 0;
	color:#425985;
	list-style-type:square;

}
#col2 {
	margin-right:19px;
	margin-top:20px;
	width:520px;
	float:right;
	font-size:12px;
	color:#666666;
}

#col2 h1 {
	color:#78b647;
	font-size:20px;
	font-weight:bold;
}
