/***********************************************/
/* HTML tag styles                             */
/***********************************************/

strong {
	color: #666;
	font-family: Verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

ul {
	list-style-position: outside;
	list-style-type: none;
}

a:link, a:visited
{
	text-decoration: none;
	color: #999;
	background: transparent;
}

a:hover
{
	text-decoration: underline;
	color: #000;
	background: transparent;
}

a:active
{
	text-decoration: underline;
	color: #000;
	background: transparent;
}

img
{
	display: inline;
	border: 0;
	margin-top: 0px;
	margin-bottom: 24px;
}

h1
{
	font-family: Verdana, arial, sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #090;
	margin-top: 0px;
	margin-bottom: 28px;
}

h2
{
	font-family: Verdana, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #090;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

h3
{
	font-family: Verdana, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 8px;
}


h5
{
	font-family: Verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 12px;
	letter-spacing: 0.05em;
}

h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 20px;
	margin-top: 16px;
	margin-bottom: 8px;
	letter-spacing: 0.05em;
}

html p
{
	margin-top: 0;
	margin-bottom: 7px;
	text-align: justify;
	font-family: Georgia, TimesNewRoman, Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.hide { display: none; }

#wrapper {
	width: 860px;
	position: relative;
	left: 5%;
 }

#content {
	width: 520px;
	float: left;
 }

#metaNavigation {
	font-family: Verdana, arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 22px;
	text-align: right;
	margin-top: 20px;
	text-align: right;
	margin-bottom: 4px;
	color:#ccc;
}

#siteName {
	font-family: Verdana, arial, sans-serif;
	font-size: 27px;
	font-weight: bold;
	color: #993399;
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 1px #333 dotted;
	border-bottom: 1px #333 dotted; 
}
	 
#topNavigation {
	font-family: Verdana, arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 22px;
	margin-bottom: 20px;
	margin-top: 4px;
	color: #ccc;
}

#mainContent {
	background-color: #eee;
	padding: 32px;
 }

#footer {
	font-size: 11px;
	font-family: Verdana, arial, sans-serif;
	line-height: 16px;
	padding-top: 16px;
}

#sideBar {
	font-family: Verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 22px;
	text-align: left;
	width: 320px;
	float: right;
	margin-top: 146px;
	background-color: fff;
}

/***********************************************/
/* Navigation Divs                                 */
/***********************************************/

/* Website name white red background */

#siteName a:link, #siteName a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #993399;
	background: transparent;
}

#siteName a:hover, #siteName a:active
{
	font-weight: bold;
	text-decoration: none;
	color: #660066;
	background: transparent;
}


.subLevel a:link, .subLevel a:visited {
	color: #999;
}

.thisPage 
{
	color: #000;
	text-decoration: none;
	list-style-type: disc;
}

.thisPage a:link, .subLevel a:visited {
	color: #999;
}

.subLevel a:hover, .subLevel a:active {
	color: #000;
}

.thisSector a:link, .thisSector a:visited {
	font-weight: bold;
	color: #903;
	text-decoration: none;
}

.thisSector a:hover, .thisSector a:active {
	font-weight: bold;
	color: #903;
	text-decoration: underline;
}

.thisSector {
	list-style-type: none;
	text-decoration: none;
}

.thisSector1st {
	font-weight: bold;
	color: #903;
	list-style-type: disc;
	text-decoration: none;
}

