* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #999999;
	color: #000;
	font: 12px verdana, tahoma, arial, sans-serif;
}

p {
	margin-bottom: 15px;
}

a{
	color: #000;
}

A:hover {
	color: #990066;
	text-decoration:underline;				
}

A.class1:link, A.class1:visited, A.class1:active {
COLOR: #FFFFFF;
}

A.class1:hover {
COLOR: #FF66FF;
}

A.class2:link, A.class2:visited, A.class2:active {
COLOR: #000;
}

A.class2:hover {
COLOR: #FF66FF;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

#pageContainer {
	width: 974px;
	margin: 0 auto;
	border-left: #000 solid 2px;
	border-right: #000 solid 2px;
	border-bottom: #000 solid 1px;
	background-color: #FDEEF4;
}

#mainContentContainer {
	width: 100%;
	margin: 0 auto;

}

#mainContent {
	background-color: #FDEEF4;
	padding: 10px 20px 10px 20px;
}

#mainContent h2 {
	color: #cb712b;
	font-size: 18px;
}

#mainContent h3 {
	color: #cb712b;
	font-size: 16px;
}

#mainContent h4 {
	font-size: 14px;
}

#mainContent h4.dottedBackground {
	color: #cb712b;
	font-size: 14px;
	font-weight: bold;
	width: 270px;
	background-image: url('../images/dividerLineDashed.png');
	background-repeat: repeat-x;
	background-position: 0 13px;
}

#mainContent h4.dottedBackground span {
	background-color: #fff;
}

#mainContent h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 3px 0;	
}

#mainContent h5.dottedBackground {
	color: #cb712b;
	font-size: 12px;
	font-weight: normal;
	background-image: url('../images/dividerLineDashed.png');
	background-repeat: repeat-x;
	background-position: 0 13px;
}

#mainContent h5.dottedBackground span {
	background-color: #fff;
}

#homeContent {
	background-color: #FDEEF4;
}


