
#wrapper_interior {
		position: relative;
		float:left;
		width: 800px;
	 	background: url('/assets/img/layout/int_wrapper_bg.gif');
	  	background-repeat: repeat-y;
}

.callout {
	position: relative;
	float: left;
	width: 211px;
	background-color: #c0db99;
	font-family: Arial;
	line-height: 14px;
	font-size: 11px;
	color: #000000;
	font-style:italic;
	overflow-x: hidden;
}

.callout p {
		padding: 12px 5px;
}

.p_name{
		margin: 0px 12px;

}

.callout a:visited, .callout a:active, .callout a:link, .callout a:hover {
			color: #ffffff;
			text-decoration: underline;
			font-family: Arial;
			font-weight: bold;
			line-height: 12px;
			font-size: 10px;
}


#page_title {
		position: relative;
		width: 589px;
		height: 42px;

}

#subnav {
		position: relative;
		width: 589px;
		height: 19px;
		padding: 7px 0px 11px 0px;
		background: url('/assets/img/layout/int_subnav_bg.gif');
		
}
#subnav ul {
		margin:0;	
		font-family:Arial;
		font-size: 12px;
		color: #424242;
}

#subnav li {
		display: inline;
		margin-left:15px;
		/*margin-right:15px;*/

}
#subnav a:visited, #subnav a:active, #subnav a:link {
			color: #424242;
			text-decoration: none;

}

#subnav a:hover {
			color: #424242;
			text-decoration: underline;
}
#content{
		position: relative;
		width: 542px;
		background-color: #FFFFFF;
		padding: 16px 28px 28px 19px;
		overflow: hidden;
}

#content h1 {
		font-family:Arial;
		font-size: 18px;
		font-weight: bold;
		color: #85be08;
		margin-bottom: 14px;
}

#content h2 {
		font-family:Arial;
		font-size: 15px;
		font-weight: bold;
		color: #747474;
		margin-top: 0px;
		margin-bottom:7px;
}


#content p {
		font-family:Arial;
		font-size: 12px;
		line-height: 16px;
		font-weight: normal;
		color: #000000;
		margin-bottom:15px;
}

#content img {
 margin: 5px 0px 5px 5px; 
}
#content a:visited, #content a:active, #content a:link, #content a:hover {
			color: #85be08;
			text-decoration: underline;

}

#content a, #content a:link.blacklink,#content a:visited.blacklink, #content a:active.blacklink {
	color: black;
}
#content a:hover.blacklink {
	color:  #85be08;
}

.clear{
		clear:both;
		height: 1px;
		overflow:hidden;
		background: url('/assets/img/layout/int_wrapper_bg.gif');
}


