/* Default Stylesheet */

																/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
	}
	body {
	background: #FFCDF7 url(../images/fdo_degrade.gif) repeat-x top;
		text-align: center;
		}
		img {
			border:0px;
		}
div#container {
	width: 799px;
	text-align: left;
	border: 1px solid #DC99D6;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	}


	div#header-wrap {
		}
		div#header-in {
	height: 120px;
			}
	div#content-wrap {
	background-color: #fff;
	
		}
		div#center {
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 160px;
			}
			div#center-in {
			padding:5px 0px;
				}
		div#left {
	float: left;
	width: 150px;
	border-right: 1px solid #DC99D6;
	background-color: #F7CCF3;

			}
			div#left-in {
				}
		div#right {
			float: right;
			width: 140px;
			border-left: 1px solid #DC99D6;
			background-color:#F7CCF3;
			}



																/* >>> TYPOGRAPHY <<< */
div#center h1 {
	font-family:Verdana;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	text-align:center;
	background-color:#D602C4;
	padding:5px 0px;
	
}

div#center h2 {
	margin: 10px 0 5px 0;
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #96018B;
	text-align:center;
	letter-spacing: 1px;
	border-bottom: 1px dashed #D602C4;
	}
div#center h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;

}
div#center h4 {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	margin-top: 10px;
	text-align: center;
	padding: 5px;
	border: 1px dashed #BBBBBB;
	background-color: #EEEEEE;
	margin-bottom: 10px;
}
div#center h4 a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
div#center p {
	color: #444444;
	font-size: 11px;
	font-family: Verdana;
	margin:10px 5px;
	text-align:justify;
	}
	
ul.list {
	font-size: 11px;
	font-family: Verdana;
	margin: 0px 20px 10px 30px;
	list-style-type: circle;
	color: #444444;
	line-height: 16px;
	}
	ul.list2 {
		font-size: 11px;
		font-family: Verdana;
		margin: 2px 20px 2px 20px;
		list-style-type: disc;
		color: #444444;
		line-height: 16px;
	}	
	
ol.list {
	font-size: 11px;
	font-family: Verdana;
	margin: 0px 20px 10px 30px;
	list-style-type: decimal;
	color: #444444;
	line-height: 16px;
	list-style-position: outside;
	padding-left: 10px;
	}

	
/*LINKS	*/
p a, ul.list a, h3 a {
	color: #D602C4;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D602C4;
	font-weight: bold;
	}
	p a:hover, ul.list a:hover, h3 a:hover {
	color: #89017E;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #89017E;
		}
div#Banner468 {
	text-align: center;
	margin: 15px auto;
	padding: 1px;
	border: 3px solid #990099;
	width: 468px;
}