/* HTML tag styles.
*/

.maintext	{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: lighter;
		color: #000000;
		line-height: 1.25;
} 
.maintext2	{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: lighter;
		color: #993366;
		line-height: 1.25;
} 
.h1		{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: bold;
		color: #9a772e;
		line-height: 12pt;
} 
.welcome {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #993366;
}
.description {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #993366;
}
.h2{
 font-family: Arial,sans-serif;
 font-size: 12px;
 color: #993366;
 margin: 0px;
 padding: 0px;
}

.h3{
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
 color: #993366;
 margin: 0px;
 padding: 0px;
}

.h4{
 font-family: Arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 color: #993366;
 margin: 0px;
 padding: 0px;
}

.h5{
 font-family: Arial, Verdana, sans-serif;
 font-size: 12px;
 color: #993366;
 margin: 0px;
 padding: 0px;
}

.h6{
 font-family: Arial, Verdana, sans-serif;
 font-size: 14px;
 color: #f5cadf;
 margin: 0px;
 padding: 0px;
}
a{
	color: #f194be;
	text-decoration: none;
}

a:link{
	color: #9f7075;
	text-decoration: none;
}

a:visited{
	color: #9f7075;
	text-decoration: none;
}

a:hover{
	color: #993366;
	font-weight: none;
	text-decoration: none;
}

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: 12px;
 font-weight: bold;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#content{
	padding: 5px 0px 0px 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #f7bbd5;
	}

#navBar{
	float: left;
	width: 160;
	margin: 0px;
	padding: 0px;
	background-color: #5f102b;
	border-right: none;
	border-bottom: none;
}
/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 0px 0px;
border-bottom: none;
color: #7a3d4a;
}

#globalNav img{
 display: block;
}

#globalNav a {
	padding: 10px 0px 2px 0px;
}
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0px; padding: 0px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #7a3d4a;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#sectionLinks h3{
	padding: 10px 0px 10px 10px;
}

#sectionLinks a {
	display: block;
	border-top: none;
	border-bottom: none;
	padding: 0px 0px 0px 10px;
}

#sectionLinks a:hover{
	background-color: #cccccc;
	padding: 0px 0px 0px 10px;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 12px;
}

.relatedLinks h3{
	padding: 0px 0px 5px 10px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}
