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

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	margin-left:auto;
	background-color: #E0DBEC;
	font-size: small;
}

a:link, a:visited  {
	color: #663399;
	text-decoration: underline;
}

a:hover, a:active{
	color:#FF9900;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, p, cite {
	margin:10px;
}

h1{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 150%;
 color: #663399;
}

h2{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 140%;
 color: #FF9900;
}

h3{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 130%;
 color: #669933;
}

h4{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 120%;
 font-weight: bold;
 color: #333333;
}

h5{
 font-size: 110%;
 color: #990000;
}

img{
	display:inline;
}

form {
}

th {
	color: #663399;
	background-color: #D2CBE3;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #663399;
	vertical-align:top;
	text-align:left;
	;
}
td {
	vertical-align:top;
}

form table {
/*	border:1px solid #000099;  */
	border:0px solid #000099;
	width:50%;
}

form td {
}


ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: square;
}

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

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

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

#wrapper{
	width: 800px;
	margin: auto;
	background-color: #FFFFFF;
	border: 1px solid #663399;
	margin-bottom:50px;
}

#masthead{
	margin: 0;
	padding: 0px;
	border-bottom: 1px none #cccccc;
	width: 100%;
	white-space: nowrap;
	background-color: #FFFFFF;
}

#navBar{
	margin: 0px;
	padding: 0px;
	width: 149px;
	float: left;
	color: #663399;
	overflow: hidden;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-size: 12px;
}


#content{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 650px;
	overflow: visible;
	border-left: 1px solid #663399;
}
#content.home {
	width: 499px;
	border-right: 1px solid #663399;
}
#sidebar {
	float: right;
	width: 150px;
	text-align: center;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 10px 10px;
	background-color: #D2CBE3;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #663399;
	margin: 0px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #CCCCCC;
	padding: 0px 20px 0px 10px;
	white-space: nowrap;
	height: 20px;
	font-size: 90%;
	text-align: right;
	line-height: 20px;
	background-color: #99CC66;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 90%;
	color: #666666;
	margin-top: 0px;
	border-top: 1px solid #663399;
	text-align: left;
	padding: 0px 20px 0px 0px;
	height: 36px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 0px;
	margin: 0px;
}
#siteInfo p {
	margin-left: 170px;
}
#siteInfo  a:link, #siteInfo  a:visited {
	text-decoration:none;
}
#siteInfo  a:hover {
	color: #663399;
	text-decoration:underline;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/


#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {_height:1%;}

/* fix for browsers that don't need the hack 
html>body #navBar li {height:1%;}
*/


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

.sectionLinks, .sectionLinksL2{
	color:#FF9900;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #cccccc;
	font-size: 12px;
	padding-top: 0px;
	margin-bottom: 0px;
	line-height: 16px;
}

.sectionLinks h3, .sectionLinksL2 h3{
	padding: 10px 0px 2px 10px;
}

.sectionLinks ul, .sectionLinksL2 ul{
	list-style:none;
}
.sectionLinks li, .sectionLinksL2 li{
	color:#FFFFFF;
	display: block;
}
.sectionLinks ul a:link, .sectionLinks ul a:visited, .sectionLinksL2 ul a:link, .sectionLinksL2 ul a:visited {
	color:#663399;
	padding: 7px 5px 7px 5px;
	display: block;
	font-weight:bold;
	text-decoration:none;
	margin-left: 10px;
}
.sectionLinks ul a:hover, .sectionLinksL2 ul a:hover {
	color: #669933;
	display: block;
	background-color: #FF9900;
	border-left: solid #99cc66 10px;
	margin-left: 0px;
}
.sectionLinksL2 li{
	font-size: 10px;
	margin-left: 8px;
	line-height: 10px;
}


/*********** #relatedLinks styles ***********/

#relatedLinks{
	margin: 20px 0px 0px 0px;
	padding: 12px 0px 10px 0px;
	border:1px none #000099;
	font-size: 90%;
	overflow: hidden;
	background-color: #CCCCCC;
}

#relatedLinks h3{
	color:#000099;
	padding: 0px 0px 6px 5px;
	font-size: 110%;
}
#relatedLinks ul{
	display: block;
	list-style-type: disc;
	list-style-position: outside;
}
#relatedLinks li{
	list-style-type: disc;
	list-style-position: outside;
	color: #000099;
	display: block;
	padding-bottom:0px;
	margin-bottom:0px;
	line-height:inherit;
	border-bottom:dashed 1px #000099
}
#relatedLinks ul a:link, #relatedLinks ul a:visited {
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 0px 0px;
	font-size:small;
	font-weight:normal;
	text-decoration:none;
	line-height: 14px;
	color: #000099;
	background-image:none;
	display: block;
}
#relatedLinks ul a:hover {
	color: #CCCCCC;
	text-decoration:none;
	background-image:none;
	background-color:#000099;
}



/************** #advert styles **************/

#advert{
	padding: 24px 0px 0px 0px;
	font-size: 80%;
	border-top: 1px none #cccccc;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

#advert img{
	display: block;
}

#photo{
	float:right;
	padding: 0px 10px 10px 10px;
	font-size: 80%;
	text-align: center;
	width: 120px;
}

#advert img{
	display: block;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#content strong {
 color: #663399;
}
