html,body {
margin:0;
padding:0;
}
body {
	font: 73% helvetica, arial, sans-serif;
	line-height:1.8em;
	color: #666;
	background-color: #F93;
	background-image: url(images/02.gif);
	background-repeat: repeat;
}
			/*BANNER PROPERTIES*/
#banner {
	width:100%;
	height:150px;
	background-color: #CAD4DE;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#banner h1 {
	margin: 0 0 0 250px;
	line-height:1.8em;
	letter-spacing: 3px;
	font-size: 2em;
	color: #CAD4DE;
}
#banner p {
float:right;
margin: 10px 10px 0 0;
padding-top: 10px;
color : #ff9933;
}
			/*TOP NAVIGATION*/	
div#menu {
	float:left;
	width: 100%;
	padding-top:0px;
	background-color: #8099B2;
}
ul#nav,ul#nav li {
list-style-type:none;
margin:0;
padding:0
}
ul#nav {
	margin-left: auto;
	width: 1200px;
}
ul#nav li {
float: left;
margin-right: 3px;
text-align: center;
}
ul#nav a {
float: left;
width: 7em;
padding: 5px 0;
background: #ff9933;
text-decoration: none;
color: #fff;
}
ul#nav a:hover {
background: #e7f1f8;
color: #666;
}
ul#nav li.activelink a,ul#nav li.activelink a:hover {
background: #fff;
color: #003;
}
			/*MAIN CONTAINER*/
#container {
	width: 900px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#box {
	padding: 6px;
	border: 1px solid #BBD9EE;
	background: #e7f1f8;
}
#box h2 {
	color: #8099B2;
}
			/*CONTENT_LEFT*/
#content {
	width: 600px;
	float: left;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 10px;
}
#content h1 {
	font-size: 1.5em;
	letter-spacing: 3px;
	text-transform: none;
	color: #8099B2;
}
			/*CONTENT_RIGHT*/
#content_right {
	width: 225px;
	float: right;
	padding-bottom: 30px;
	margin-top: 50px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
}
			/*FOOTER*/
#footer {
	clear: both;
	height: 50px;
	padding: 5px;
	background-color: #CAD4DE;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #8099B2;
}
			/*TYPOGRAPHY*/
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
.small {
	color: #ff9933;
	font-size: 1em;
}
.big {
	font-weight: bold;
	font-size: 1.1em;
	color: #ff9933;
	padding: 15px;
}
.big2 {
	color: #8099B2;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

			/*IMAGES*/
.imgright {
float: left;
margin: 10px;
padding: 10px;
}
			/*CURVED CORNERS*/
dl.curved {
	margin:15px 0;
	padding:0;
	width:100%;
	background-image: url(images/c_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
dl.curved dt {
	padding:10px;
	text-align:center;
	font-weight: bold;
	color:#fff;
	background-color: #CAD4DF;
	background-image: url(images/c_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
dl.curved dd {background:#eee url(images/c_bl.gif) bottom left no-repeat; padding:0; margin:0;}
dl.curved dd p {margin:0; padding:10px; line-height:1.53em;}
dl.curved dd p.last {background:transparent url(images/c_br.gif) bottom right no-repeat; }
			/*LINK PROPERTIES*/
a img {
border: none;
}
a:link, a:visited {
color : #286e87;
background : inherit;
text-decoration : none;
}
a:hover {
text-decoration : none;
color : #999;
background : inherit;
}
#navlist li {
list-style-image : url(images/right.gif);
background : inherit;
color : #ff9933;
margin : 5px 0 0 0;
padding-left : 10px;
}
