@import url("../../global/CSS/global.css");

body
{
 background-color: #000; 
 background-image: none;
 margin: 0px; 
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

td, th, div, p, font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #666666;
	background-color: #FFFFFF;
}

A:link          {text-decoration:underline; color:#666666;}
A:active        {text-decoration:underline; color:#666666;}
A:visited       {text-decoration:underline; color:#666666;}
A:hover         {text-decoration:none; color:#000000;}


.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}

.bodyoptional {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #777777;
}

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 29px;
	color: #000000;
	font-style: italic;
}

.headingbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 29px;
	color: #000000;
	font-style: italic;
}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}

.subheadingbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	font-weight: bold;
}

.optionalheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #777777;
	font-weight: bold;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 29px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 24px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #777777;
	font-weight: bold;
}

.swcredit 			{font-family: Verdana, Helvetica, sans-serif; font-size: 9px; color: #7c7c7c;}
A.swcredit:link        {TEXT-DECORATION: none; color: #7c7c7c;}
A.swcredit:active      {TEXT-DECORATION: none; color: #7c7c7c;}
A.swcredit:visited     {TEXT-DECORATION: none; color: #7c7c7c;}
A.swcredit:hover       {TEXT-DECORATION: underline; color: #c1c1c1;}

.searchField {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-color: #fcf4de;
	padding: 2px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #000000;
	width: 110px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #404040;
	background-color: #fcf4de;
}

.sglogintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.date {font-family: Verdana, Helvetica, sans-serif; font-size: 9px; color: #000000;}
	
.orgname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
	line-height: 24px;
	font-weight: bold;
}

.orginfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #c1c1c1;
}

.repeat-x {
	background-repeat: repeat-x;
	background-position: left top;
}

.repeat-y {
	background-repeat: repeat-y;
	background-position: left top;
}

.no-repeat {
	background-repeat: no-repeat;
	background-position: left top;
}
/* ----------------------------------------------------------------------------------------------------------------- Added Styles */
#pageBody {
    width: 570px;
	text-align: left;
	overflow:hidden;
}
#pageBody ul {
	margin: 10px 0px 10px 14px;
	padding: 0px;
}
#pageBody ul li {
	padding: 0 0 0 4px;
	margin: 0px;
	list-style: disc;
}

/* ----------------------------------------------------------------------------------------------------------------- SubNav Styles */
#subnavWrapper {
    width: 149px;
    float: left;
}
#subnavWrapper p, 
#subnavWrapper h2,
#subnavWrapper h2 a {
	display: none;
}
#subnav {
    padding: 0;
    margin: 0;
    list-style: none;
}
#subnav li {
	font-size:12px;
    padding: 0;
    margin: 0;
    width: 149px;
    background: none;
}
#subnav a {
	color: #FFF;
	display:block;
	text-decoration: none;
}
#subnav a:hover {
	color: #CCCCCC;
	display:block;
	text-decoration: none;
}
#subnav a.current {
	color: #CCCCCC;
	display:block;
	text-decoration: none;
}
/* ----------------------------------------------------------------------------------------------------------------- Breadcrumbs Styles */
#breadcrumbs {
	text-align: left;
	height: 30px;
}
#breadcrumbs ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#breadcrumbs li {
	padding: 0px 10px 0px 0px;
	float: left;
	background:none;
	display:inline;
	font-size: 11px;
}
#breadcrumbs a {
	color: #666;
	background: url(/SiteFiles/1207/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:none;
	padding-left: 18px;
}
#breadcrumbs a:hover {
	color: #000;
	background: url(/SiteFiles/1207/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	padding-left: 18px;
}
#breadcrumbs a.first {
	color: #666;
	background: none;
	text-decoration:none;
	padding-left: 0px;
}
#breadcrumbs a.first:hover {
	color: #000;
	background: none;
	text-decoration:underline;
	padding-left: 0px;
}
#breadcrumbs a.current {
	color: #000;
	background: url(/SiteFiles/1207/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	padding-left: 18px;
}
