body {
	background-color: #CECF9C;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

td {
	font-size: 10pt;
}

/* Links */

a {
	text-decoration: none;
	color: #840084;
}

a:hover {
	text-decoration: underline;
}

.to_top {
	text-decoration:underline;
	font-size: 9pt;
}


/* Main Navigation  */

a.top_nav {
	color: white;
	font-size: 13px;
}

a.top_nav:hover {
	color: #DEE39C;
	text-decoration: none;
}

a.top_nav_on {
	color: #DEE39C;
	font-size: 13px;
}

a.top_nav_on:hover {
	text-decoration: none;
}

a.left_nav {
	color: #333333;
}

a.left_nav:hover {
	color: #840084;
	text-decoration: none;
}

a.left_nav_on {
	color: #840084;
}


/* Structural Styles */

#site_containor {
	width: 970px;
}

#header_row {
	width: 100%;
	background-color: #003466;
	height: 78px;
}

#body_content {
	width: 100%;
	text-align: left;
	background-color: white;
	float: left;
}

#navigation_row {
	width: 100%;
	background-color: #63659C;
	border-top: 1px solid white;
	text-align: left;
	height: 30px;
}

#top_navigation_links {
	padding-left: 19px;
	padding-top: 6px;
}

.side_nav_top_content_margin {
	margin-top: 5px;
}

/*------------------ Sidebar: Left ------------------- */

		#sidebar_left {
			border: 0px solid red;
			float: left;
		}
		
		#manual_links {
			background: #F1F2F4;
			border: 1px solid #CCCCCC;
			margin: 0px 0px 0px 0px;
			padding: 0px;
		}

		#sidebar_left #white_box {
			border: 1px solid #CCCCCC;
			width: 215px;
			padding-bottom: 5px;
			margin-left: 13px;
		}
		
/*------------------ Main Content ------------------- */

		#main {
			border: 0px solid red;
			width: 475px;
			float: left;
			margin-left: 23px;
			padding-bottom: 20px;
		}
		
		/*----- Homepage -----*/
		
		#disclaimer {
			color: #666666;
			font-size: 80%;
			margin: 35px 0px 40px 0px;
		}
		
/*------------------ Sidebar: Right ------------------- */

		#sidebar_right {
			border: 0px solid red;
			width: 195px;
			float: left;
			margin-left: 23px;
		}

		#sidebar_right #white_box {
			border: 1px solid #CCCCCC;
			width: 193px;
			float: left;
			padding-bottom: 5px;
		}
		
/********** End: Structural Styles ***********/
		
/* General Styles */

p {
	margin-top: 10px;
	line-height: 1.3em;
}

h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #333333;
	font-weight: bold;
	font-size: 120%;
}

h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #333333;
	font-weight: bold;
	font-size: 110%;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

.top_medium {
	margin-top: 20px;
}

.top_large {
	margin-top: 45px;
}

.bottom_small {
	margin-bottom: 10px;
}

.bottom_medium {
	margin-bottom: 20px;
}

.right_medium {
	margin-right: 20px;
}

.box_top_dash {
	margin-top: 20px;
	padding: 10px 0px 20px 0px;
	border-top: 1px dashed #CCCCCC;
}

/* Page Elements */

.toc_title {
	font-size: 11pt;
	font-weight: bold;
	padding-bottom:10px;
}

.page_title {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 5px;
}

.sub_page_title {
	padding-top:10px;
	font-size: 11pt;
}

.back_to_toc {
	float: right;
	margin-bottom: 15px;
}

.top_nav_sep {
	color: white;
}

.rel_org {
	padding-top: 10px;
}

/* Lists */

ul.arrow {
	border: 0px solid blue; 
	list-style-type: none;
	zzbackground: url(../images/global/bullet_arrow.gif) no-repeat 0 5px;
	padding: 0px 0px 0px 15px;
	margin: 13px;
}

ul.arrow li {
	border: 0px solid purple;
	background: url(../images/global/bullet_arrow.gif) no-repeat 0 7px;
	padding: 3px 0px 0px 15px;
	margin: 6px 0px 0px 0px;
	width: 170px;
	line-height: 1.2em;
}


ul.arrow_white {
	border: 0px solid blue; 
	list-style-type: none;
	background: url(../images/global/bullet_arrow_white.gif) no-repeat 0 4px;
	padding: 0px 0px 0px 15px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 5px; 
	margin-right: 10px;
	font-size: 85%;
	line-height: 1.3em;
}

ul.arrow_white a {
	color: #313C94;
}

ul.main_arrow {
	border: 0px solid blue; 
	list-style-type: none;
	padding: 0px 0px 0px 15px;
	margin: 10px 5px 10px 10px;
	font-size: 100%;
	line-height: 1.7em;
}

ul.main_arrow li {
	border: 0px solid purple;
	background: url(../images/global/bullet_arrow_white.gif) no-repeat 0 7px;
	padding: 0px 0px 0px 15px;
	margin: 5px 0px 0px 0px;
}

ul.main_arrow li a {
	color: #313C94;
}

ul.calendar {
	border: 0px solid blue; 
	list-style-type: none;
	background: url(../images/global/bullet_calendar.gif) no-repeat 0 2px;
	padding: 0px 0px 0px 18px;
	margin: 5px 5px 10px 10px;
	font-size: 85%;
	line-height: 1.3em;
}


ul.calendar a {
	color: #313C94;
}

ol.small_lst {
	padding-left: 30px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 4px;
}

ol.small_lst li {
	padding: 0px;
	font-size: 85%;
	margin-left: 5px;
	padding-bottom: 5px;
}

ol.toc_pad li {
	padding-bottom: 5px;
}

.lst_roman_bot_pad {
	padding-bottom: 10px;
}

.lst_roman_top_bot_pad {
	padding-bottom: 10px;
	padding-top: 10px;
}


.lst_A_pad {
	padding-bottom: 5px;
	padding-top: 5px;
}

.standard_top_pad {
	padding-top: 10px;
}

ol.lg_bottom_mg li {
	padding-bottom: 10px;
}

ul.lg_bottom_mg li {
	padding-bottom: 10px;
}

ol.no_bot_marg li {
	padding-bottom: 0px;
}

ul.no_bot_marg li {
	padding-bottom: 0px;
}

ul.medium_list li{
	padding-bottom: 15px;
}

/* text styles */

.small {
	font-size: 75%;
}

.warning_text {
	color: red;
	font-style:normal;
}

.reference {
	 background-color: #cccccc; 
	padding: 10px; 
	margin-top: 20px; margin-bottom: 20px; 
	border: solid 1px #000000;
	}


/* Footnote Styles */
#footnote_area {
	font-size:8pt;
}

.footnote_item {
	padding-bottom: 6px;
	line-height: 13pt;
}

/* Form Styles */

select.large {
	width: 300px;
}

