/***********************************************/
/* Page.css                                */
/***********************************************/
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	background-image:url(/images/bg.gif);
	background-repeat:repeat-x;
	line-height:130%;
}
/************* Menu styles ****************/

#globalNav{
position: relative;
width:950px;
margin-left:auto;
margin-right:auto;
height: 32px;
padding: 10px 0px 0px 0px;
clear:both;
}


#nav{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:50px;
}
#nav_l {
	float:left;
	width:300px;
	text-align:left;
	line-height:50px;	
	height:50px;	
}


#nav_r {
	float:right;
	width:650px;
	text-align:right;
	height:30px;
	padding-top:20px;
}


/******************Content Divs*****************************/
#content{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;	
	text-align:left;

}
#content a{
	color:#000000;
}
#content a:hover{
	color:#FF3300;
}

#box_l {
	float:left;
	width:170px;
	text-align:left;
}


#box_r {
	float:right;
	width:780px;
	background-image:url(/images/page_bg.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	text-align:left;

}
#box_l a {
	color: #333333;
}

#box_r a {
	color: #333333;
}
#box_r   td {
text-align:left;
}
#box_l   td {
text-align:left;
}

/******************Styles tags*****************************/
#tab td{padding:3px;}
#pmemo table{border-top:1px solid #999999;border-left:1px solid #999999;}
#pmemo td{border-bottom:1px solid #999999;border-right:1px solid #999999; padding:3px;}
.info 
{
    line-height:150%;
    padding:20px;
}

.info h1{font-size:14px; font-weight:bold; line-height:22px; color:#E41401}
.info h2{font-size:13px; font-weight:bold; line-height:22px; border-top:1px dotted #666; border-bottom:1px dotted #666;padding:5px 0 5px 0;} 
.info p{font-size:14px; font-weight:bold; line-height:22px; border-top:1px dotted #666; border-bottom:1px dotted #666;padding:5px 0 5px 0;}
.info td{padding:4px;}