html, body, #main, #content, #menu{
		margin:0 auto;
		padding:0 auto;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#002b42;
	}
	p{
		line-height:15px;
		margin:0;
		padding:3px 0 6px 0;
		text-align:justify;
	}
	body{
		background:#059ec4 url(../images/bg-gradient.jpg) top repeat-x;
		margin-bottom:40px;
	}
	#main{
		width:760px;
	}
	#header{
		height:140px;
		background:url(../images/bg-header.gif) center top no-repeat;
	}
	#menu{
		width:760px;
		height:71px;
		background:url(../images/bg-menu.jpg) center top no-repeat;
		font-weight:bold;
		font-size:12px;
		color:#FFF;
		
	}
		#menu a{
			float:left;
			color:#FFFFFF;
			text-decoration:none;
			margin:9px 5px 0px 0px;
			width:131px;
			height:26px;
			padding-top:7px;
			display:block;
			text-align:left;
			background:url(../images/bg-button.gif) left top no-repeat;
		}
			#menu a:hover{
				background:url(../images/bg-button-rl.gif) left top no-repeat;
			}
	#content{
		width:696px;
		background: url(../images/bg-content.jpg) center top no-repeat;
		background-color: background: #d5eef6;
		min-height:560px;
	}
		#leftCol{
			margin:0;
			width:425px;
			text-align:left;
			padding-left:25px;
			
		}
			h1, h2{
				font-size:16px;
				color:#bffb3a;
				font-weight:bold;
				margin:0;
				padding:27px 0 3px 0;
			}
			h2{
				padding-top:18px;
				color:#005480;
			}
			#leftCol a{
				color:#002b42;
			}
			#leftCol a:hover{
				text-decoration:none;
			}
		#rightCol{
			margin:0;
			background:url(../images/bg-right.jpg) right top no-repeat;
			width:223px;
			float:right;
			text-align:left;
			
		}
			#rightCol h2{
			font-size:14px;
				padding:28px 0 7px 17px;
			}
			#rightCol ul{
				margin:0 0 10px 0;
				padding-left:32px;
				font-size:11px;
				padding-right:18px;
			}
			#rightCol li{
				text-align:justify;
				/*width:174px;*/
				padding:0 0 10px 0;
				line-height:14px;
			}
	#footer{
		background:url(../images/bg-footer.gif) center top no-repeat;
		height:49px;
		font-size:10px;
		font-weight:bold;
		line-height:18px;
		
		padding-top:5px;
	}
		#footer, #footer a{
			color:#005480;
			text-decoration:none;
		}
		#footer a:hover{
			text-decoration:underline;
		}
