		
		
		/* LAYOUT STYLING */
		/* LAYOUT STYLING */
		/* LAYOUT STYLING */
		/* LAYOUT STYLING */
		/* LAYOUT STYLING */


body{
			background-color:#1b430e;
			padding : 15px 0px 0px 0px;
			margin : 0px;
			font-family : verdana, arial, geneve, helvetica;
			font-size : 12px;
			}

html,body {
	height: 100%;
}


#container	{
			width : 675px;
			background-color : white;
			margin : 0px auto 0px auto;
			}

#menu		{
			width : 675px;
			height : 22px;
			background-color : #1b430e;
			color : white;
			}

#header		{
			background-image : url(images/header.jpg);
			width : 675px;
			height : 262px;
			}


#left_collumn_content_main{
			width : 175px;
			background-color : #f8e1b4;
			float : left;
			font-size : 10px;
			}

			
#left_collumn_content{
			width : 175px;
			height : 900px;
			background-color : #f8e1b4;
			background-image : url(images/logo.jpg);
			background-position : bottom;
			background-repeat : no-repeat;
			float : left;
			font-size : 10px;
			}

#sub_menu	{
			background-color : #143954;
			background-image : url(images/sub_top.jpg);
			background-repeat : no-repeat;
			width : 175px;
			height : 100px;
			font-size : 10px;
			
			}
			
#sub_menu_2{
			background-color : #143954;
			background-image : url(images/sub_top.jpg);
			background-repeat : no-repeat;
			width : 175px;
			height : 85px;
			font-size : 10px;
			}

#logo		{
			height : 125px;
			background-color : white;
			margin : 0px auto 0px auto;
			padding : 30px 0px 30px 0px;
			text-align : center;
			}

#content	{
			width : 410px;
			height : 880px;
			background-color : white;
			float : left;
			font-size : 10px;
			padding : 20px 45px 0px 45px;
			background-image : url(images/content_top.jpg);
			background-repeat : no-repeat;
			}



#footer 	{
			width : 675px;
			height : 17px;	
			background-color :#01325d;
			float : left;
			font-size : 10px;
			color : white;
			padding : 3px 0px 0px 0px;
			text-align : center;
			}

#image_wrap {
			width : 150px;
			height : 200px;
			float : right;
			padding : 15px 0px 0px 10px;
			}



		/* CONTEN STYLING */
		/* CONTEN STYLING */
		/* CONTEN STYLING */
		/* CONTEN STYLING */
		/* CONTEN STYLING */


		
#sub_menu a		{
			color : white;
			text-decoration : none;
}

#sub_menu a:hover	{
			font-weight : bold;
}

#sub_menu a:visited	{
				color : white;
				text-decoration : none;
}




		
#sub_menu_2 a		{
			color : white;
			text-decoration : none;
}

#sub_menu_2 a:hover	{
			font-weight : bold;
}

#sub_menu_2 a:visited	{
				color : white;
				text-decoration : none;
}

#left_collumn_content p{
			padding : 0px 10px 0px 10px;
			}

#left_collumn_content h1{
			font-size : 12px;
			font-weight : bold;
			margin : 0px;
			padding-top : 15px;
			text-align : center;
			
}

#left_collumn_content h2{
			font-size : 10px;
			font-weight : bold;
			padding-top : 25px;
			padding-bottom : 10px;
			margin:0px;
			text-align : center;
			
}

#left_collumn_content_main h1{
			font-size : 12px;
			font-weight : bold;
			padding-top : 25px;
			text-align : center;
			padding : 30px 5px 0px 5px;
			
}

#left_collumn_content_main h2{
			font-size : 10px;
			font-weight : bold;
			padding-top : 25px;
			padding-bottom : 10px;
			margin:0px;
			text-align : center;
			
}

#main_list a{
			text-decoration :none;
			color : black;
}

#main_list a:visited{
			text-decoration :none;
			color : black;
}

#main_list a:hover{
			text-decoration :underline;
			color : black;
}



#menu a		{
			color : white;
			text-decoration : none;
}

#menu a:visited	{
				color : white;
				text-decoration : none;
}

#menu a:hover	{
			color : #e38601;
}



#content h1	{
			font-size : 14px;
			font-weight : bold;
			color : #e38601;
}

#content h2	{
			font-size : 12px;
			font-weight : bold;
			padding-top : 15px;
			page-break-after: avoid;
		
}

#content h3	{
			font-size : 12px;
			font-weight : bold;
}

#content h4	{
			font-size : 15px;
			font-weight : bold;
			margin : 0;
			padding : 0;
			padding-top : 10px;
}


#content span{font-size : 12px;
			font-weight : bold;
			margin : 0px;
			padding-top : 5px;
			display: block;
			}


			/*LISTS*/
			/*LISTS*/
			/*LISTS*/


#menu ul	{
			list-style-type : none;
			padding : 0px;
			margin : 0px;
}

#menu li	{
			display : inline;
			padding-right : 4px;
}


#sub_menu ul	{
			list-style-type :none;
			padding : 0px;
			margin : 0px;
			list-style-position : inside;
			padding : 15px 0px 0px 20px;
			font-size : 12px;
}

#sub_menu li	{
			padding-right : 4px;
}


#sub_menu_2 ul	{
			list-style-type :none;
			padding : 0px;
			margin : 0px;
			list-style-position : inside;
			padding : 15px 0px 0px 20px;
			font-size : 12px;
}

#sub_menu_2 li	{
			padding-right : 4px;
}

#collumn_summary ul	{
			list-style-position :inner;
			padding : 0px;
			margin : 0px;
			padding : 15px 5px 0px 25px;
			font-size : 10px;
}

#collumn_summary li	{
			padding : 0px;
			margin-bottom : 5px;
}
		/*CLASSES*/
		/*CLASSES*/
		/*CLASSES*/
		/*CLASSES*/
		/*CLASSES*/

.mailto a{
		color:black;
		text-decoration:none;
		
}

.mailto a:hover{
		color:black;
		text-decoration:underline;
		
}

.mailto a:visited{
		color:black;
		text-decoration:none;
		
}
