@charset "UTF-8";

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #8d8464;
	line-height: 16px;
}

h1 {
	margin: 0;
	padding: 5px 0px 7px 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #f89820;
	line-height: 18px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #5488a9;
	line-height: 16px;
	font-weight: normal;
}

.updatehead1 {

	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5488a9;
	line-height: 18px;
} 
.updatehead2 {

	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5488a9;
	line-height: 18px;
} 

.quote {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #5488a9;
	line-height: 16px;
	font-style: italic;
}

.staff {
	line-height: 30px;
}

a {
	text-decoration: none;
	color: #2364b0;
}

a:hover {
	text-decoration: underline;
}

	#container { 
		width: 800px;
		background: #FFFFFF;
		margin: 0 auto;
		margin-bottom: 35px;
		margin-top: 35px;
		text-align: left;
		border: solid 30px #dbd2c9;
	} 
	
		#header {
			height: 72px;
			font-size: 9px;
			color: #6f6f72;
			margin-bottom: 20px;
		}
		
			#logo {
				padding: 20px 0px 0px 15px;
			}
			
			#toolbar {
				width: 325px;
				margin-left: auto;
				margin-right: auto;
				text-align: center;
			}
				
				#toolbar a {
					color: #6f6f72;
				}
			
				#toolbarTop {
					padding: 5px 5px 5px 5px;
					background-color: #dae2f3;
				}
				
				#toolbarBottom {
					display: none;
				}
		
		#sidebar1 {
			float: left;
			width: 180px;
			padding: 0;
			margin-bottom: 30px;
		}
		
			#menu {
				width: 180px;
				margin-top: 25px;
			}
			
				.firstLevel {
					padding-bottom: 10px;
					background-image: url(../images/leftNavShadow.gif);
					background-position: left bottom;
					background-repeat: no-repeat;
					}
				
					.firstLevel ul {
						margin-top: 0px;
						margin-bottom: 0px;
						padding-top: 12px;
						padding-bottom: 5px;
					}
					
						.firstLevel li a {
							color: #2364b0;
						}
					
					.closed ul {
						list-style-image: url(../images/plus.gif);
					}
					
					.open ul {
						list-style-image: url(../images/minus.gif);
					}
					
					.secondLevel {
						display: none;
					}
					
						.secondLevel ul {
							color: #2364b0;
							list-style-image: none;
							margin-top: 0px;
							margin-bottom: 0px;
							padding-top: 5px;
						}					
						
							.secondLevel li {
								list-style-image: none;
								margin: 5px 0px 5px 0px;
							}
							
							.secondLevel li a {
								color: #6f6f72;
							}
							
							.secondLevel li .selected a {
								color: #f89820;
							}
							
			#followus {
				margin: 20px 0px 0px 22px;
			}
		
		#sidebar2 {
			float: right;
			width: 180px;
			padding: 0;
			margin-bottom: 30px;

		}
		
			#login {
				font-size: 12px;
				margin: 0px 0px 10px 0px;
				padding: 0px 0px 0px 5px;
				line-height: 16px;
			}
			
				#login a {
					color: #5488a9;
				}
		
			#quickLinks {
				font-size: 11px;
				padding: 10px 15px 15px 15px;
				background-color: #dbd2c9;
				line-height: 16px;
			}
			
				#quickLinks h2 {
					font-weight: bold;
				}
			
				#quickLinks a {
					color: #5488a9;
				}
			
				#quickLinks ul {
					list-style-image: url(../images/whiteArrow.gif);
					padding-left: 0px;
					margin-left: 20px;
					margin-top: 0px;
					margin-bottom: 0px;
					padding-top: 5px;
				}
				
				#quickLinks li {
					margin: 5px 0px 5px 0px;
				}
					
			.callout {
				width: 160px;
				margin: 17px 0px 0px 0px;
				text-align: right;
				background-color: #ffd553;
				cursor: pointer;
				font-size: 0px;
				line-height: 0px;
			}
			
				.calloutContent {
					text-align: left;
					padding: 10px 15px 5px 15px;
					background-color: #ffd553;
					font-size: 10px;
					line-height: 16px;
				}
				
					.calloutContent h2 {
						font-weight: bold;
					}
		
		#mainContent {
			font-size: 13px;
			line-height: 18px;
			margin: 0px 180px 30px 200px;
			padding: 0px 40px 0px 0px;
		}
		
		#mainContentInformation {
			font-size: 13px;
			line-height: 18px;
			margin: 0px 36px 30px 200px;
			padding: 0px 0px 0px 0px;
		}
		
			#mainContent h1 {
				font-size: 18px;
				line-height: 20px;
			}
			
			#mainContent h2 {
				font-size: 15px;
				line-height: 18px;
			}
		
			#mainContent ul.blank {
				list-style-image: url(../images/blank.gif);
			}
			
			#mainContent li.blank {
				margin: 0px; padding: 0;
			}
			
			#mainContent ul.plus {
				list-style-image: url(../images/plus.gif);
			}
			
			#mainContent ul.plus ul {
				list-style-image: none;
			}
			
			.expandableDiv {
				display: none;
			}
		
		#footer { 
			background-color: #ffffff;
		}
			
			#footerNavHolder {
				float: right;
				background-color: #dbd2c9;
				padding: 10px 5px 0px 15px;
			}
	
		.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
			clear:both;
			height:0;
			font-size: 1px;
			line-height: 0px;
		}
		
/* Shadow fixes for IE6/IE7 */

#toolbarShadow, #quickLinksShadow, #calloutShadow, #interiorImageShadow {
	font-size: 0px;
	line-height: 0px;
}