/* Default CSS Document */															/** BODY ELEMENTS **/* {	margin: 0;	padding: 0;	}body {		color: #000099;		background-color: #fff;		font-family: "Helvetica", "Arial", sans-serif;		font-size: .75em;		text-align: center;		font-size:62.5%;				}a:link, a:visited {	color: #0000CC;}a:hover, a:active {	color: #0033CC;}.strong { /* In place of the <strong> tag - use <p class="strong"> or <span class="strong"> instead of <strong> */	font-weight: bold;}h1 {font-size: 24px;}h2 {font-size: 20px;}h3 {font-size: 18px;}h4 {font-size: 16px;}h5 {font-size: 14px;}h6 {font-size: 12px	}h7 {			font-size: 10px		   }	.hangingindent {  padding-left: 44px ;   text-indent: -44px ;}p {margin: 5px;font-size:12px;line-height:1.4em;}hr {	margin: 20px auto;	width: 95%;	text-align: center;	}.text a img {	margin-left: 3px;	border: none;	} .text {	margin: 5px;}.text h3 {	font-size: 16px;	color: #000099;	margin-top: 10px;	margin-bottom: 10px;	}div.column#left .text h4 {	font-size: 14px;	color: #fff;	margin-top: 20px;	margin-bottom: 0px;	}div.column#left p {	margin-top: 2px;	}div.column#left .text a:link {	text-decoration: underline;		}												/** MAIN CONTAINERS **/div#container {	width: 1000px;	margin: 0 auto;	text-align: left;		}div#header {	padding: 10px 0px;	float:left;	height: 80px;	border-bottom: #ccc 1px solid;	margin-bottom: 20px;	width: 1000px;	/*background-color:#0099FF;*/}div#header_left {	float:left;	width: 200px;	padding: 15px 0px 0px 10px;}div#header h1 { /**** title on top of page - Sam ***/	font-size: 24px;			}div#header h2 { /**** subtitle on top of page -  ***/	font-size: 12px;	margin-top: 5px;	font-weight:bold;	font-style:italic;	font-family: "Times New Roman", Times, serif;	margin-left: 20px;				}div#random_quote {	float:right;	width: 660px;	color: #000099;	/*height: 90px;	overflow:hidden;	*/					}div#random_quote p {	font-size: 11px;	font-style: italic;	}div#content {		margin: 10px 0;				}div#center {	margin: 0 200px 0 205px;	padding: 0px 10px;		}div#center_2col {	margin: 0 0px 0 205px;	padding: 0px 10px;			}div#center-in {}div.column { /* change this if the center column grows! - so the background color of the columns extends to the bottom */	height: 1750px;		font-weight: bold;							}div.column p {	margin: 5px;				}div.column p a:link  {	color: #000099;			}div#left {	float: left;	width: 205px;	background-color: #0066ff;}div#left p {	color: #ffff99;	font-weight: bold;	}div#left a:link {	color: #ffff99;	text-decoration:underline;	}div#left a:visited {	color: #ffff99;	}div#left a:hover, div#left a:active {	color: #ffff99;	}div#right {	float: right;	width: 200px;	background-color: #ffff99;}#new {	height: 150px;	font-size: 12px;	padding: 5px;	background-color: #2ba8f0;  /* background color for news box on right */	border-bottom: 5px solid #fff;	color: #fff;	line-height:1.5em;}#new a {	color: #fff;	}	#new h3 {	padding: 5px;	}					div.column-in {			}		.non-ital {	font-style: normal;}.line-through  {    text-decoration: line-through	}.hang {	margin-left: 20px;	}.hang p{ 	text-indent: -20px }  /************* footer ************************/					div#footer {	clear: both;	margin: 10px 0;	padding: 20px;	border-top: #ccc 1px solid;		}div#footer-in {						}															/** END **/															