/* ===== Framework ===== */
body {	
	font-family: verdana, arial, sans-serif; 
	font-size: 10pt;
	color: black;
	background-color: #D9C3DA;
	/*background: url(images_fw/left_gradient.gif);
	background-repeat: repeat-y;*/
	/* background: #9D5CBA url('images_fw/left_gradient.jpg') repeat-y; 
	background: black url('images_fw/back_gradient.jpg') repeat-x;*/
	}
	
#container {
	margin-left: 80px;
	border: thin solid black;
	width: 798px;
}


/* ===== Header ===== */
#header {
	background-image: url(images_fw/banner2.jpg);
	height: 148px;
	width: 798px;
}

#links {
	background-image: url(images_fw/menu_top.jpg); 
	background-repeat: repeat-x;
	width: 798px;
	height: 54px;
	color: white;
	font-size: 10pt;
}

#links li {
	background-image: url(images_fw/menu_item.jpg); 
	margin-top: 20px;
	margin-left: 5px;
	float: left;
	color: white;
	list-style: none;
	width: 108px;
	height: 18px;
	text-align: center;	
}

#links a:link {
	color: white;
	font-size: 9pt;
	text-decoration: none;
}

#links a:visited {
	color: white;
	font-size: 9pt;
	text-decoration: none;
}

#links a:hover {
	color: #cc00ff;
	font-size: 9pt;
	text-decoration: none;
}

#mission {
	background-image: url(images_fw/menu_bottom.jpg); 
	background-repeat: repeat-x;
	width: 798px;
	height: 36px;
	font-size: 9pt;
	color: white;
	text-align: center;
}

#mission p {
	margin-top: 2px;
}


/* ===== Main Body ===== */
#content {
	background-color: white;
	width: 798px;	
	padding: 0px;
	margin: 0px;
	*padding: 5px;
	-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:5;
}

#content ximg {
	border: thin solid #9D5CBA;
}


/* ===== Footer ===== */
#footer {
	margin-left: 120px;
	margin-top: 10px;
	width: 798px;
	text-align: center;
	font-size: 9pt;
	color: black;
}

#footer a:link, a:visited {
	color: silver;
	font-size: 9pt;	
}

#footer a:hover {
	color: #cc00ff;
	font-size: 9pt;	
}

a:link {
	text-decoration: none;
	color: blue;	
}

a:visited {
	text-decoration: none;
	color: blue;	
}

a:hover {
	text-decoration: underline;
	color: #660099;	
}


/* ===== Content ===== */
h1 {
	font-size: 18pt;
	font-family: times new roman, arial, sans-serif; 
	margin-top: 0px;
	color: #660099
}





