	body {
		background:#00265a; 
		font-family: Tahoma, Arial, Helvetica, sans-serif; 
		font-size:.9em;
	} 
	
	a {	
		color:#00A5DF;	
		text-decoration: underline 
	} 
	
	a:hover { 	
		color:#00A5DF;
		text-decoration: none;
	}
	h1 {
		color:#6F293E;
		font-size:1.2em;
		margin:0;
		padding:0;
	}
	h2 {	
		color:#0187DC;
		font-size:.9em;
		margin:0;
		margin-bottom: -7px;
		padding:0;
	}
	h3 {	
		color:#6F293E;
		font-size:1em;
		margin:0;
		margin-bottom: -4px;
		padding:0;
	}
	p, ul {
		font-size:.9em;
	}
	p{
		margin:0;
		padding:0; 
		padding-bottom:.5em; 
		padding-top:.5em;
	}
	
	img {
		border:0px;
	}
	
	.img-frame {
	}
		.img-area {
			margin: 0px;
			padding:0px;
			background: #EFEFF9;
		}
		.img-frame-corner{
			width: 10px;
			height: 10px;
		}
		.img-frame-tlc {
			background: url(../images/design_03.gif) no-repeat bottom right;
		}
		.img-frame-blc {
			background: url(../images/design_13.gif) no-repeat top right;
		}
		.img-frame-trc {
			background: url(../images/design_06.gif) no-repeat bottom left;
		}
		.img-frame-brc {
			background: url(../images/design_16.gif) no-repeat top left;
		}
		.img-frame-top {
			background: url(../images/design_05.gif) repeat-x bottom;
		}
		.img-frame-bottom {
			background: url(../images/design_14.gif) repeat-x top;
		}
		.img-frame-left {
			background: url(../images/design_08.gif) repeat-y right;
		}
		.img-frame-right {
			background: url(../images/design_12.gif) repeat-y left;
		}
	
	#header {
		height:125px;background:#481d29;
	}
	#slogan{
		background:#481d29 url(../images/design_44.gif) repeat-x bottom; 
		height:33px; color:white; 
		font-family:'Gill Sans MT', Verdana, Arial, Helvetica, sans-serif;
	    text-align:right; 
	    line-height:30px; 
	    font-size:.8em;
	}
	.side-column{
		background:#Ffffff url(../images/design_20.gif) repeat-y right;
	}
	#menu{
		background:url(../images/menu.jpg) no-repeat;
	}
	#menu-home{
		background:#78777C url(../images/home_menu.jpg) no-repeat;
	}
	#menu a, #menu-home a{
		color:white;
		font-weight:bold;
	}
	#submenu{
		background:#1C3566 url(../images/sub-menu.gif) no-repeat center;
		width:160px;
		height:153px;
		color:white;
		padding:10px;
		padding-top:3px;
		margin-top:15px;
		margin-bottom:20px;
	}
	#sub-home{
		background:#1C3566 url(../images/sub-home.gif) no-repeat center top;
		width:720px;
		height:153px;
		color:white;
		padding:10px;
		padding-top:8px;
		margin-top:15px;
		margin-bottom:20px;
		margin-right:20px;
		text-align: justify;
	}
	#submenu a{
		color:white;
		font-weight:bold;
		font-size:.85em;
		line-height:2.2em;
	}
	.side-column-bottom{
		background:url(../images/design_30.gif) no-repeat bottom left;
		height:100%;
	}
	#main{
		padding:15px;
		padding-top:10px;
		padding-bottom:30px;
		background:white url(../images/design_33.gif) no-repeat right bottom;
	}
	#main, #home-main{
		text-align:justify;
	}
	#home-main{
		background:white url(../images/home-bg.jpg) top left no-repeat;
	}
	#home{
		background:white url(../images/home-text.jpg) top center no-repeat;
		padding:10px;
		margin:15px;
		border:1px solid #ffffff;
		
	}
	#footer{
		padding:3px;
	}
	#footer, #sb-menu{
		background:#00265a;
		color:white;
		font-size:.75em;
	}
	#footer a{
		color:#cccccc;
	}
	.footnote{
		font-size:.8em;
	}
	.strong{
		font-weight: bold;
	}
	.padding-left {
		padding-left:30px;
	}
	.padding-right {
		padding-right:30px;
	}
	.float-right {
		float: right;
		margin-left:15px;
	}
	.float-left {
		float: left;
		margin-right:15px;
	}
	.margin-bottom {
		margin-bottom: 15px;
	}