body {
	background-color:#d1d3d4;
	margin: 0;
	padding: 0;
	text-align:center;
	font-family : Verdana;
}


/* ---( home page )------------------------------- */

#homecontainer {
	background-color: #1C85BF;
	height:500px;
	width:760px
}


#hometop {
		background-image: url(images/homepage_drop.jpg) ;
		height:300px;
		width:760px
		}
		

#homenav {
	text-align:left;
	padding-top:140px;
	height: 20px;
	color : White;
	padding-left:20px
}

#homenav a {
	text-decoration : none;
	color : White;
	font-family : Verdana;
	font-size : 11px;
}

#homenav .active {
	color : #016bb9;
}

#hometext {
	width:180px;
	margin-left:310px;
	margin-top:-21px;
	
}

/* ---( subpages )------------------------------- */
#container {
		width:760px;
		
background-image: url(images/sub_background_strip.gif);
background-repeat: repeat-y;

		}

#topbar2 {
	
	background : Black ;
}

#logo {
	background: url(images/sub_logo.gif) no-repeat;
	height: 120px;
	padding: 0;
	margin: 0;
	width:320px;
	float:left
}

#subtitle {
	height: 120px;
	float:left
}


#nav {
	height: 20px;
	color : White;
	background : #016bb9;
	padding-left:150px;
	clear:both;
	text-align:left
	
}

#nav a {
	text-decoration : none;
	color : White;
	font-size : 11px;
}

#nav a.active {
	color : #000000;
}

#middle {
	height:100%;
	width:760px;
	clear : both;
}

/* ---( content )------------------------------- */
#left {
		width:580px;
		float:left;
		background-color:#dbf2ff
}

#quotebox {
		width:180px;
		float:left;
			}
			
#quotetext {
		font-size:14px;
		font-weight:bold;
		color:#016bb9;
		text-align:left;
		font-family : arial;
		line-height:20px;
		padding:20px;
		}
		
#content {
	font-family : Verdana;
	font-size : 11px;
	color : Black;
	padding : 20px;
	text-align:left;
	line-height:17px
}

#content h2 {
	font-size : 11px;
	color : Black;
}