/* LAYOUT CSS Document */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #036BA9;
}

img {border:none}

.leftShadow{ 
	background-image:url('images/leftshadow.jpg'); 
	background-repeat:repeat-y; 
}

.rightShadow{ 
	background-image:url('images/rightshadow.jpg'); 
	background-repeat:repeat-y; 
}

#bodybox{
	position:relative;
	background: #ffffff;
	color: #333333;
	width:722px;
	padding:0;
}

/* Used on the simplest of pages without 2 col layout*/
#bodycontent{ margin:20px;}

#l-col {
	float:left;
	background:#ffffff;
	color: #333333;
	width:286px;
}

#rt-col {
	background:#ffffff;
	color: #333333;
	text-align:left;
	margin-right:20px;
	margin-bottom:20px;
	width:406px;
}
 		
#btn_box ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#btn_box a{
	display: block;
	width: 261px;
	margin-bottom: 6px;
	padding: 1px;
	background-color: #FFFFFF;
	text-decoration: none;
}

#btn_box a:link, #navlist a:visited{
	color: #FFFFFF;
}

#btn_box a:hover{
	background-color: #036BA9;
}

.Footer {clear: both; text-align:center; width:100%;}