/* CSS Document */
/* New Style Sheet Created for 2006 version of External website */
/* Screen Style*/
/* APT 7th December 2005 */

html, body {
	height:95%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px;
	background-color:#B2B2B2;
/*	background-color:#999999;*/
	color: #9D0083;
}

/* Start of Page Layout */
#content {
	/*border: 2px solid #381086;
	border-bottom: 1px solid #381086;
	border-right: 1px solid #381086;
	border-left: 1px solid #381086;
       	width: 900px; 
	height: 90%;
*/
       	width: 95%;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	min-width: 1000px;
}

/* Start of Header Layout */
#headerlayout{
	height: 70px;
/* border: 1px solid #381086; */
}

#header {
	background-color: #381086;
	text-align: right;
/*	border: 1px solid red; 
	color: #FFFFFF;
	font-size: 2em;
	line-height: 1.7em;
	font-weight: bolder;
	padding-right: 10px;*/
	font-size: 2em;
	line-height: 1.5em; 
	font-weight: bolder;
	padding-right: 10px;
	height: 55px;
}
/* Start of Right Header layout */
#leftheader {
	float:left; 
/*	border: 1px solid red; */
	height: 70px;
	width: 150px;
}

#logo_area {
/*	width: 150px;
	height: 70px;
	float: left;
	background-color: #B2B2B2;
	line-height: 1.5em;
	text-align: center;
	border: 1px solid #FF00FF; */
}

/* End of Right Header layout */
/* Start of Right Header layout */
#rightheader {
	height: 70px;
/*	float:right;
	border: 1px solid blue;
	width: 750px;
*/}
/* End of Right Header layout */

#topmenu {
	color: #381086;
	font-size: 0.8em;
	text-align: right;
	height: 15px;
/*	border: 1px solid blue; */
}

.topmenu_bar_links  {
	color: #FFFFFF;
/*	text-decoration:none;*/
}

.topmenu_bar_links a:hover a:visited {
	color: #FFFFFF;
/*	text-decoration:none;
	font-weight: bold; */
}
/* End of Header Layout */

/* Start of Breadcrumb Layout */
#breadcrumb_outer {
	height: 65px;
	background-color:#FFFFFF;
	border-bottom: 2px solid #381086;
/*	border: 1px dashed blue;
*/}


#breadcrumb {
	height: 65px;
/*	border: 1px solid #381086;	*/
}

#breadcrumbs {
	float: right;
	text-align: right;
	background-color: #FFFFFF;
	font-size: 0.9em;
	line-height: 65px;
	border-right: 2px solid #381086;
/*	padding-right: 10px;	
	border: 1px solid #381086;
	border-bottom: 1px solid #381086;
	width: 680px;
	height: 65px;
*/}

#search {
	float: left;
	height: 65px;
	width: 206px;
	border-bottom: 2px solid #FFFFFF;
/*	padding-left: 30px;
	border: 1px solid blue;*/
	background-color: #FFFFFF;
/*	border-left: 2px solid #381086; */
}
/* End of Breadcrumb Layout */

/* Start of Pagecontent Layout */
#pagecontent {
	border-top: 1px solid #FFFFFF;/**/
	border-bottom: 2px solid #381086;
	border-right: 2px solid #381086;
	background-color:#FFFFFF; 
/*
	border-left: 2px solid #381086;

*/}

#pageheadline {
	text-align: right;
	font-weight: bolder;
	font-size: 1.25em;
	background-color: #FFFFFF;
	border-right: 2px solid #381086;
/*	padding-right: 10px;
	border: 2px solid #CCCCFF;

	border-left: 2px solid #381086;
	float:right;
	height: 18px;
	width: 896px;
	margin-left: 155px;
		color: #669900; 
*/}

#information {
	background-color: #FFFFFF;
	width: 695px;
	min-height: 500px;
	margin-left: 155px;
/*	border: 1px solid red; 
	padding: 20px;
	border-right: 2px solid #381086;
	border-left: 2px solid #381086; 
	float: right;
	padding-left: 20px;
	font-size: 0.9em;*/
}
#left_menu {
	width: 150px;
	float: left;
	background-color: #FFFFFF;
/*	border: 2px solid #CCCCFF; */
/*	text-align: left; */
/*		line-height: 2em;  */
}
/* End of Pagecontent Layout */

#footer {
	background: #669900;
	text-align: center;
	color:#FFFFFF;
/*	margin: 20px; 
	visibility: hidden; 
	font-size: 0.8em;
	line-height: 2em;*/
}
/* End of Page Layout */

/* Start of hyperlink formatting */
/*a:hover	{text-decoration: underline;
		font-weight:bold; 
	} */
	
a {text-decoration: none;}

a.pdf {
        padding: 0 20px 0px 0px;
        background-repeat: no-repeat;
	background-position: center right;
	display:inline; display:inline-block;
	background-image: url(/images/pdf.gif);
}

a.word {
        padding: 0 20px 0px 0px;
        background-repeat: no-repeat;
	background-position: center right;
	display:inline; display:inline-block;
	background-image: url(/images/msworddoc.gif);
}

a.excel {
        padding: 0 20px 0px 0px;
        background-repeat: no-repeat;
	background-position: center right;
	display:inline; display:inline-block;
	background-image: url(/images/msxls.gif);
}

a.ppt {
        padding: 0 20px 0px 0px;
        background-repeat: no-repeat;
	background-position: center right;
	display:inline; display:inline-block;
	background-image: url(/images/msppt.gif);
}

/* End of hyperlink formatting */
/*End of page layout styles */

/*Start of left hand menu style */
ul#left_menu_items {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;/**/
}

#left_menu_items a{
	width: 100%;
	display: block;/**/
} 

ul#left_menu_items a:link, ul#left_menu_items li a:visited {
	text-decoration: underline;
	display: block;
	color: #FFFFFF;
	font-size: 1em;/**/
}

ul#left_menu_items li {
	margin: 0px;
	padding: 0px;
	border: 0px solid #FFFFFF;
	display: block;/**/
}

ul#left_menu_items li a:hover {
	background-color: #99CCFF;
	color: #eeeeee;
	display: block;/**/
} 

.left_menu_items {
	width: 150px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	background-color: #381086;
	font-size: 0.8em;/**/
}

 .left_menu_items a{
	width: 149px;
	display: block;/**/
} 

.left_menu_items a:link, .left_menu_items li a:visited {
	text-decoration: underline;
	display: block;
	color: #FFFFFF;
	font-size: 1em; 
	/*padding: 5px;*/
}

.left_menu_items li {
	margin: 0px;
	padding: 1px;
	border: 0px solid #FFFFFF;
	display: block;/**/
}

.left_menu_items li a:hover {
	background-color: #99CCFF;
	color: #eeeeee;
	display: block;/**/
}
/*End of left hand menu style */

/* Start of Text formatting */
.darkgreen {
/*	color:#394707;*/
}

.crumb {
	color:#394707;
	font-weight:bold;
}

.highlighted_info {
	font-weight: bold;
	margin: 15px 30px 15px 30px;
}
/* End of Text formatting */

/* Start of formatting for Tables in Part 4 */

.table4321 ul {
	margin-left: 0;
	padding-left: 5px; 
}

.shadedcell {
	background-color:#CCCCCC;
}

.table44_white {
	background-color:#FFFFFF;
}

.table44_10pc {
	background-color:#EBEBEB;
}

.table44_20pc {
	background-color:#D6D6D6;
}

.table44_30pc {
	background-color:#C1C1C1;
}

.table44_40pc {
	background-color:#ACACAC;
}

/* End of formatting for Tables in Part 4 */
