		body{
			margin : 0px 0px 0px 0px;
			font-family: sans-serif;
		}
		div{
			border-collapse: collapse;
		}
		#page{
			height:100%;
			width: 909px;
		}
		#left_div{
			background : Black url(../images/left.jpg) no-repeat top;
			height: 100%;
			width:201px;
			float:left;
		}
		#logo{
			width:191px;
			height:70px;
		}
		#right_div{
			background : black url(../images/right.jpg) no-repeat top;
			height:100%;
			float: right;
			width: 708px;
		}
		#center_content_header
		{
			background : url(../images/top_center.png) no-repeat bottom;
			height:18px;
			width: 678px;
		}
		#center_content_body
		{
			background : url(../images/mid_center.png) repeat-y top;
			width: 678px;
		}
		#center_content_footer
		{
			background : url(../images/btm_center.png) no-repeat top;
			height:17px;
			width: 678px;
		}
		#left_content_header
		{
			background : url(../images/top_left.png) no-repeat bottom;
			height:10px;
			width: 191px;
		}
		#left_content_body
		{
			background : url(../images/mid_left.png) repeat-y top;
			width: 191px;
		}
		#left_content_footer
		{
			background : url(../images/btm_left.png) no-repeat top;
			height:10px;
			width: 191px;
		}
		#left_content{
			padding: 5px 5px 5px 5px;
		}
		#menu_item {
			padding: 5px 5px 5px 5px;
			margin-top: 5px;
			border: 1px solid #0F2384;
			background-color: transparent;
			height: 15px;
		}
		
		#menu_item.no_border {
			padding: 5px 5px 5px 5px;
			margin-top: 5px;
			border: 0px;
			background-color: transparent;
			min-height: 45px;
		}
		.m_padded{
		min-height:70px;
		vertical-align: bottom;
}
		#menu_item a{
			*padding-top: 3px;
			text-decoration: none;
			color: #0F2384;
		}
		#divPadded{
			padding: 5px 25px 5px 25px;
			font-size: 9pt;
		}
		#center_content{
			padding: 5px 5px 5px 5px;
		}
		#menu_body{
			height:40px;
			background : url(../images/menu_body.png) repeat-x bottom;
			color:#042186;
		}
		h2{
		color: #042186;
		margin-bottom:0px;
}