/*<group=General Styles>*/

body {
	background: #000000;
	color: #323435;
	text-align: left; /* To Make Content Centered */
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.whitehd {
	color: white;
	background-color: transparent;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
p { 
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #323435;
	background-color: transparent;
}

b, strong { 
	color: #323435;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a.norm:link { 
	text-decoration: none; 
	font-size: 12px; 
	color: purple;
	background-color: transparent;
}

a.norm:visited { 
	text-decoration: none; 
	color: #446baa;
	background-color: transparent;
}

a.norm:hover, a:active { 
	text-decoration: underline; 
	color: #446baa;
	background-color: transparent;
}

a.sm:link { 
	text-decoration: none; 
	font-size: 9px; 
	color: purple;
	background-color: transparent;
}

a.sm:visited { 
	text-decoration: none; 
	color: #446baa;
	background-color: transparent;
}

a.sm:hover, a:active { 
	text-decoration: underline; 
	color: #446baa;
	background-color: transparent;
}

a.special:link {
	text-decoration: none;
	font-size: 12px;
	color: purple;
	background-color: transparent;
}

a.special:visited {
	text-decoration: none;
	font-size: 12px;
	color: purple;
	background-color: transparent;
}

a.special:hover, a.special:active {
	text-decoration: underline;
	font-size: 12px;
	color: purple;
	background-color: transparent;
}	

a.special-large:link {
	text-decoration: none;
	font-size: 14px;
	color: purple;
	background-color: transparent;
}

a.special-large:visited {
	text-decoration: none;
	font-size: 14px;
	color: purple;
	background-color: transparent;
}

a.special-large:hover, a.special:active {
	text-decoration: underline;
	font-size: 14px;
	color: purple;
	background-color: transparent;
}	
.image-left {
	margin-right: 3px;
	margin-top: 0px;
	padding: 3px;
	padding-left: 0px;
	padding-top: 0px;
	float: left;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}

#hrhotline {
	float: right;
	margin: 25px 5px 0px 0px; 
}
/*</group>*/

/*<group=Layout>*/

#container { 

	background-color: #FFFFFF; /* This Is The BG Color Of The Main Div */
	width: 800px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	background: url(images/sidebar.png) repeat-y;
	border: 1px solid #ffffff;
	border-top: 0px;
}

#pageHeader {
	background: repeat-x  url(images/masthead2.gif);
	height: 91px;
	width: 802px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

#pageHeader img {
	float: right;
	padding: 0px;
	margin: 10px 10px 0px 10px;
}

#pageHeader h1 { 

	color: #ffffff;
	margin-left: 15px;
	padding-top: 15px;
	font-weight: bold;
	font-size: 36px;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
}

#pageHeader h2 { 

	color: #a5a6ab;
	margin-left: 17px;
	line-height: 3px;
	font-weight: bold;
	font-size: 16px;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
}

#mainContent {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #271945;
	border-right: 0px solid gray;
}

#mainContent #sidebar {
	float: left;
 	width: 168px;
	background: #e5e5e5;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	border: 1px solid #9b9b9b;
	border-top: 0px;
}

#mainContent #content {
	padding: 10px 10px 10px 15px;
	background: #ffffff;
	margin: 0px 0px 0px 190px;
	width: 570px;
	-moz-border-radius: 6px;
}

#footer { /* This Is The BG Color Of The Main Div */
	width: 800px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */;
	border: none;
	border-top: 1px solid #9b9b9b;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background: #cccccc;
}

#sidecontainer
{
	margin: 0px;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	background: #ffffff;
	height: 18px;
	padding-right: 10px;
	text-align: right;
	font-size: 11px;
}

#breadcrumbcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	color: #323435;
	padding-top: 2px;
	padding-left: 5px;
}

#breadcrumbcontainer li { 
	margin: 0 0 0px 0;
	display: inline;
}

#breadcrumbcontainer a {
	color: #323435;
	text-decoration: none;
	font-size: 11px;
}

#breadcrumbcontainer a:hover, a:active {
	text-decoration: none;
	color: purple;
	font-size: 11px;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	font-size: 11px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#navcontainertop2 {
	display: block;
	width: 170px;
	height: 4px;
	color: #000000;
	margin: 0px 0px 0px 10px;
	background: url(images/nav-top2-b.png);
    background-repeat: no-repeat;
}

#navcontainertop {
	display: block;
	width: 168px;
	height: 22px;
	color: #000000;
	margin-left: 0px;
	text-decoration: none;
	background: url(images/nav-top-bg.png) repeat-x;
	border-bottom: 1px solid #9b9b9b;
	padding: 7px 0px 0px 0px;
	height: 10px;
}

#navcontainer #current {
	display: block;
	color: white;
	margin-left: 0px;
	text-decoration: none;
	background: purple;
	padding: 2px 2px 2px 2px;
	height: 10px;

}

/* Parent - Level 0 */

#navcontainer ul
{
	margin: 0;
	padding: 0px;
	list-style-type: none;
}

#navcontainer li { 
	margin: 0 0 0 0;
	padding: 0px;
	width: 168px;
}

#navcontainer a
{
	display: block;
	color: #333333;
	text-decoration: none;
	margin-left: 0px;
	text-indent: 0px;
	background: #e5e5e5;
	padding: 2px 2px 4px 2px;
	height: 10px;
}

#navcontainer a:hover
{
	color: purple;
	text-decoration: underline;
	background: #e5e5e5;
}

/* Child - Level 1 */

#navcontainer ul ul li { margin: 0 0 0 0;}


#navcontainer ul ul a
{
	display: block;
	padding: 3px 3px;
	color: #333333;
	text-decoration: none;
	text-indent: 20px;
	background: #e5e5e5;
}

#navcontainer ul ul a:hover
{
	color: purple;
	text-decoration: underline;
	background: #e5e5e5;
}

/* Child - Level 2 */

#navcontainer ul ul ul li { margin: 0 0 0 0;}

#navcontainer ul ul ul a
{
	display: block;
	padding: 5px 5px;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 40px;
	background: #e5e5e5;
}

#navcontainer ul ul ul a:hover
{
	color: purple;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: underline;
	background: #e5e5e5;
}

/* Child Level 3 */

#navcontainer ul ul ul ul li { margin: 0 0 0 0;}

#navcontainer ul ul ul ul a
{
	display: block;
	padding: 5px 5px;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 60px;
	background: #e5e5e5;
}

#navcontainer ul ul ul ul a:hover
{
	color: purple;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: underline;
	background: #e5e5e5;
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout {
	font-family: "Myriad Pro", Verdana, Courier, mono;
	border: 1px dotted #004f9e;
	background: #ddedff;
	color: #004f9e;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10px;
}


.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: purple;
	font-size: 18px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: purple;
	margin: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: purple;
	margin: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: purple;
	margin: 0px;
}
h5 {
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 1px 3px 3px 5px;
	font-size: 13px;
	line-height: 0px;
}
.imageStyle {
	border: 1px solid #dcdcdc;
	padding: 5px;
	margin: 5px;
}

table.border {
	border: 1px solid green;
	-moz-border-radius: 6px;
}
		
/*</group>*/
