* { padding: 0; margin: 0; }

body  {
	background: #fff;
	background-image: url(../images/ltgrainblue.jpg);
	font-size: 12pt;
	font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
}

#wrapper { 
	background: #fff;
	margin: 0 auto;
	width: 990px;
	border-top: 1px solid #414141;
	border-right: 2px solid #414141;	
	border-bottom: 2px solid #414141;
	border-left: 2px solid #414141;
}

/************** page layout **************/
#page {
	background: #fff;
	margin: 0px 20px 5px 20px;
	line-height: 140%;
}

#header {
	text-align: center;
	background: #fff;
	padding: 0px;
	height: 120px;
	margin-bottom: 6px;
}

#leftColumn { 
	float: left;
	display: inline;
	color: #000;
	margin: 10px;
	padding: 0;
	width: 150px;
}

#rightColumn { 
	font-size: 12pt;
	font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
	float: right;
	color: #000;
	margin: 10px 8px 8px 5px;
	padding: 0;
	width: 790px;
	/*display: inline;*/
	position: relative;
	background-color: #fff;
}

#footer { 
	clear: both;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	padding: 4px;
	text-align: center;
}

ul {
	margin : 0 0 0 20px; 
}

.right {
		font-size : 11pt;
   		text-align : left; 
   		margin : 0; 
   		padding-left : 1%;
   		padding-right : 1%;
   		width : 48%; 
   		float : right; 
}

.middle {
		font-size : 8pt;
   		text-align : justify; 
   		margin : 0; 
   		padding-left : 1%;
   		padding-right : 1%;
   		width : 4%; 
   		float : left; 
}

.left {
		font-size : 11pt;
   		text-align : left; 
   		margin : 0; 
   		padding-left : 1%;
   		padding-right : 1%;
   		width : 48%; 
   		float : left; 
}	

.big {
		font-size: 18pt;
		color: #006600;
		text-align: left;
}

.small	{
		color: #000080;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: bold;
		text-align: right
}

.section {
		color: #006600;
		font-size: 14pt;
		font-weight: bold;
		border-bottom: 1pt solid #006600;
}

.clear { clear: both; background: none; }


/************** sidebar layouts **************/
#SideBar {
	width : 30%; 
	color : #5a5a5a;
	font-size : 8pt;
	text-align : left; 
	margin : 8px 4px 8px 14px; 
	background-color : #F8F8F8; 
	border-top : 1px solid #c6c6c6; 
	border-right : 2px solid #525152; 
	border-bottom : 2px solid #525152; 
	border-left : 1px solid #c6c6c6; 
	padding : 6px; 
	float : right; 
	position : relative;
} /* frame for contents of sidebar */
	
#SideBar a  {
	color : #5a5a5a;
	line-height : 2em;
}	/**/

#SideBar2 {
	width : 35%; 
	color : #3a3a3a;
	font-size : 10pt;
	text-align : left; 
	margin : 8px 4px 4px 14px; 
	background-color : #F8F8F8; 
	border-top : 1px solid #c6c6c6; 
	border-right : 2px solid #525152; 
	border-bottom : 2px solid #525152; 
	border-left : 1px solid #c6c6c6; 
	padding : 6px; 
	float : right; 
	position : relative;
	}	/* frame for contents of sidebar */
	
#SideBar2 ul {
	margin-left: 0px;
	list-style : circle inside;
	}	/**/

.box {
	color: black;
	border : thin dashed Black;
	width: 540px;
	line-height: 2em;
}	
	

#updateBox {
	width : 590px; 
	/*color : #5a5a5a;
	font-size : 8pt;*/
	text-align : left; 
	margin : 0px 8px 8px 14px; 
	background-color : #F8F8F8; 
	border-top : 1px solid #c6c6c6; 
	border-right : 2px solid #525152; 
	border-bottom : 2px solid #525152; 
	border-left : 1px solid #c6c6c6; 
	padding : 10px; 
	float : right; 
	position : relative;
} /* frame for contents of sidebar */
	
#updateBox a, a:visited  {
	color : #000;
	font-weight: bold;
	/*line-height : 2em;*/
}	

#updateBox a:hover  {
	color : #990000;
}	


/************** navigation **************/
#nav {
	line-height: 19.5pt;
	text-align: center;
	border-top: 1px solid #006600;
	border-bottom: 1px solid #006600;

}

#nav a, a:visited {
	color: #006600;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-align: left;
	/*letter-spacing: 1px;*/
}

#nav a:hover {
	color: #990000;
	/*text-decoration: underline;*/
	border-top: 2px solid #990000;
	border-bottom: 2px solid #990000;
}

 
/************** text styling **************/

	
a, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #990000;
}