/***********************************************/
/* flash.css                                   */
/* Use with Flash website templates            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #F9E087;
}

a{
	color: #0000CC;
	text-decoration: none;
}


a:link{
	color: #0000CC;
	text-decoration: none;
}

a:visited{
	color: #0000CC;
	text-decoration: none;
}

a:hover{
	color: #0000CC;
	text-decoration: underline;
}

h1{
	font-family: "Myriad Condensed Web", Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #F9E087;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	background-color: #996699;
	border-top: 8px solid #F9E087;
	border-left: 8px solid #F9E087;
	border-right: 8px solid #F9E087;
}

#submast{
	background-color: #F9E087;
	padding: 3px 8px 5px 8px;
}

#content{
	background-color: #996699;
	border-left: 8px solid #F9E087;
	border-right: 8px solid #F9E087;
	padding: 0 0 0 0;
}

#subcontent{
	background-color: #F9E087;
	padding: 3px 8px 5px 8px;
}

#GeneralContent {

	background-color: #996699;
}

#GeneralSide {


	background-color: #c38ab8;
}

#ResultNav {
	background-color: #c38ab8;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 3px 0 3px 10px;
}

/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 8px;
color: #cccccc;
}

/************** feature styles *****************/

.feature{
	padding: 30px 10px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
}

.feature h4 {

	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.feature h5 {
	font: 115% Arial,sans-serif;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.feature p {
	float: none;
}

/***********************************************/
/* Font styles                                 */
/***********************************************/

.styleSubLinks {
	font-family: "Myriad Condensed Web", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 12pt;
}

.styleContent {
	font-size: 10pt;
	color: #000000;
	line-height: normal;
	padding: 10px 4px 0px 4px;
}

.styleDim {
	color: #666666;
}

.styleMod {
	color: #666666;
	font-style: italic;
}
.styleLinkText {
	color: #000099;
	font-style: italic;
	font-weight: bold;
}
.styleResultNav {
	font-size: 10px;
	color: #000000;
	line-height: normal;
	padding: 10px 4px 10px 8px;
}
.styleResult {

	font-size: 10px;
	color: #000000;
	line-height: normal;
	padding: 10px 4px 10px 4px;
}
#Result {
	background-color: #c38ab8;
	width: 310px;
	float: right;
	margin-left: 10px;
}
.styleNF {
	color: #0000CC;
}
.styleNFparahead {
	color: #0000CC;
	text-decoration: underline;
	font-weight: bold;
}
