/* CSS Document */

body{
	padding: 0 0 0 0;
	margin: 15px 0 0 0;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;	}
p	{
	line-height: 1.4em;
	margin-top: 0;	
	margin-bottom: 5px;}
ul, ol	{
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 5px;}
a, a.NextPage	{
	color: #f37021; 
	text-decoration: underline;	}
a:hover, a.NextPage:hover	{
	text-decoration: none;		}
a img	{	
	border: 0;	}
a.NextPage	{
	color: #0045B5; /*blue*/	
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;	}
.Next	{
	margin: 35px 0 20px 0;	}
	
/* 	=======================
		  PAGE BORDER
	=======================	*/
.page{
	position: relative;
	width: 800px;
	margin: 0 auto;
}
.page .page_t{
	width: 100%;
	height: 27px;
	background-image:url(images/box_page_T.gif);
	background-repeat:repeat-x;
	background-position: top left;
	float: left;
}
.page .page_t_l{
	background-image: url(images/box_page_TL.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 27px;
	width: 100%;
}
.page .page_t_r{
	background-image: url(images/box_page_TR.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 27px;
	width: 100%;
	float: left;	
}
.page .page_l{
	width: 100%;
	background-image: url(images/box_page_L.gif);
	background-position: top left;
	background-repeat: repeat-y;
	float: left;
}
.page .page_r{
	width: 100%;
	background-image: url(images/box_page_R.gif);
	background-position: top right;
	background-repeat: repeat-y;
	float: left;
}
.page .page_b{
	background-position: bottom left;
	background-repeat: repeat-x;
	background-image: url(images/box_page_B.gif);
	width: 100%;
	height: 27px;
	float: left;	
}
.page .page_b_l{
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url(images/box_page_BL.gif);
	width: 100%;
	height: 27px;
	float: left;	
}
.page .page_b_r{
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image: url(images/box_page_BR.gif);
	width: 100%;
	height: 27px;
	float: left;	
}

/*	=========================
			PAGES
	=========================	*/
.page .page_content2	{
	padding: 0 0 0 23px;
	margin: 0 auto;
	float: left;
}
.page .page_content2 h2{
	margin-top: 3px;
	padding-top: 0;
	font-size: 1.3em;
}
.page .page_content2 h3	{
	display: block;
	clear: both;
	color: #f37021;
	margin: 25px 0 5px 0;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.3em;
}
.page .top_left2	{
	width: 200px;
	float: left;
}
.page .top_left2 ul	{	
	text-align: left;
	padding: 15px 0 0 0;	
	margin: 0 0 0 10px;
}
.page .top_left2 ul	li	{
	list-style-type: none;
	line-height:1.75em;	
}
.page .top_left2 a	{	
	font-size: .8em;
}
.page .top_right2	{
	width: 550px;
	float: left;
}


/* 	=======================
			FOOTER
	=======================	*/
.footer{
	margin: 0 auto;
	width: 800px;
	padding: 20px 0 70px 50px;
	font-size: 0.75em;
	clear:both;
}


