	body{
			margin: 0em;
			padding: 1em;
			font: .84em/1.5em verdana, sans-serif;
			color: #606060;
			background: #FFF url(../images/background.gif) no-repeat right top;
		}
		
		#page{
			background: transparent url(../images/deco-bar-br.gif) no-repeat bottom right;
			border: 1px solid #CCC;
		}
		#header{
			height: 178px;
			clear: both;
			background: url(../images/header-bg.jpg) repeat-x;
		}
		#header img{
			float: left;
		}
		#header ul{
			padding: 0px;
			margin: 0px;
			list-style: none;
			vertical-align: text-bottom;
			float: left;
		}
		#header ul li{
			float: left;
			margin-right: .1em;
		}
		#header ul li a img{
			border: 0px none;
			float: none;
		}
		#header ul li a{
			width: 83px;
			display: block;
			color: #fff;
			background: #004169;
			text-decoration: none;
			text-align: center;
			border: .2em solid #004169;
			border-width: 0em 0em .2em 0em;
		}		
		#header ul li a:hover{
			background: #ec1212;
		}		

		#header ul li.selected a{
			display: block;
			width: 83px;
			color: #fff;
			background:#ec1212;
			text-align: center;
			border: .2em solid #004169;
			border-width: 0em 0em .2em 0em;			
		}		
		#header ul li span{
			display: block;
			height:36px;
			padding-top: 15px;
			cursor: pointer;
		}
		#header ul li strong span{
			cursor: default;
		}

		#content{
			padding: 0em 4em 0em 4em;
		}
		#content p{
			margin: 0em 0em 2em 0em;
		}
		
		#content h2, #content h3, #content h4{
			color: #ec1212;
		}
		#content h4{
			margin: 0em;
		}
		
		#content ul.raplist{
			list-style: none;
			padding: 0em 0em 0em 1em;
		}
		#content ul.raplist li{
			background: url(../images/listicon.gif) no-repeat left center;
			padding: .2em .2em .2em 2em;
		}
		
		#content em{
			font-size: 80%;
		}
		
		#content code{
			margin: 0em 1em 2em 1em;
			padding: 0em 2em 0em 1em;
			border-left: 2px dotted #004169;
			color: #004169;
			font: .84em/1.5em verdana, sans-serif;
			display: block;
		}
		#content p.slogan{
			font-family: Andy;
			font-style: italic;
			color: #ec1212;
		}			
/***********************************************************/
/********   USED FOR FORMS *********************************/
/***********************************************************/
		form label{
			width: 150px;
			display: block;
			float:left;
			text-align: right;
			line-height: 14pt;
			color: #004169
		}
		form input.text{
			border: 0px none;
			border-bottom: 1px solid #CCC;
		}
		
		form textarea{
			border: 1px solid #CCC;
			font-size: 1em;
			font-family: verdana, sans-serif;
		}
		
		form .focus{
			border-color: #ec1212 !important;
		}