/*------------------------------------------------------------***  Global**------------------------------------------------------------*/body {	background: #fff url(bg2.gif); /* Optional */	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;	font-size: 75%;	text-align: center; /* IE Fix */	margin: 0;	color: #333;	}acronym { cursor: help; border-bottom: 1px dashed #999; }a {	text-decoration: none;	font-weight: bold;	color: #0C344D;	/*border-bottom: 1px dotted #0033CC;*/}a:hover {	text-decoration: none;	color: #4B98A2;}/*------------------------------------------------------------***  Container**------------------------------------------------------------*/	#container {	margin: 0 auto;	width: 740px;	background: #fff url(dot_line.gif) repeat-y 25%;	border: 1px solid #ddd;	padding: 0 5px;	text-align: left; /* Cancel IE Fix */	}	/*------------------------------------------------------------***  Header**------------------------------------------------------------*/		#header {	background: #49515C url(ddd-head4.jpg) no-repeat 100% 0;	border-bottom: 4px solid #fff;	border-top: 5px solid #fff;	padding: 120px 20px 0px 0px;	height: 80px;	text-indent: 20px;	}	#header h1 {	margin: 0;	color: #FFFFFF;	font-size: 3em;	font-weight: normal;	cursor: default;	}	#header h2 {	margin: 0;	color: #99FFFF;	font-size: 1.2em;	padding-left: 1px;	cursor: default;	font-weight: normal;	}	/*------------------------------------------------------------***  Nav**------------------------------------------------------------*/#nav {	background: #0C344D;	border-bottom: 4px solid #fff;	margin: 0;	padding: 0;	height: 2.2em;	}#nav li {	list-style-type: none;	display: inline;	line-height: 20px;	}		#nav li a {	text-decoration: none;	color: #FFFFFF;	background-color: #0C344D;	border-right: 4px solid #fff;	border-bottom: 0;	padding: 3px 20px;	font-size: 1em;	float: left;	font-weight: bold;	}#nav li a:hover {	background-color: #4B98A2;	color: #0D0E6B;}#nav li a.on {	background-color: #2E6F8D;	color: #FFFFFF;}/*------------------------------------------------------------***  Side Bar**------------------------------------------------------------*/#sidebar {	float: left;	width: 175px;	position: relative;	line-height: 20px; 	word-spacing: 2px;		}#sidebar div { background: #fff url(para_bg.jpg) repeat-x; }	/*------------------------------------------------------------***  Side Bar & Content**------------------------------------------------------------*/#sidebar h3, #content h3 {	font-size: 1.1em;	color: #0D0E6B;	margin: 0 10px 0 0;	cursor: default;	}#content div, #sidebar div { 	padding: 1px 0 10px 0;  	border-top: 1px solid #ddd; 	padding: 10px;	}blockquote {	padding: 5px;	margin: 5px;	background: #FFFEE9;	border: #F7E895 dotted 1px;}		/*------------------------------------------------------------***  Content**------------------------------------------------------------*/#content {	float: left;	width: 550px;	position: relative;	margin-left: 15px;	line-height: 150%; 	text-align: left; 	/*word-spacing: 2px;*/		}#content a {	text-decoration: none;	}	#content div { background: #fff url(para_bg.jpg) repeat-x; }	/*------------------------------------------------------------***  Footer**------------------------------------------------------------*/#footer {	background: #0C344D /*url(header_right.gif) no-repeat 100% 0*/;	border-bottom: 5px solid #fff;	border-top: 10px solid #fff;	text-align: center;	color: #fff;	font-size: 0.8em;	padding: 5px;	line-height: 16px;	clear: both;	}	#footer a {	text-decoration: none;	color: #4B98A2;	/*border-bottom: 1px dotted #F7E895;*/}#footer a:hover { /*border-bottom: 1px dotted #FFFFFF;*/ color: #FFFFFF; }
