@charset "utf-8";
/* CSS Document */

/* CENTER FRAME CONTAINERS */
	div.centerframe_sidebar_left
	{
		width:184px;
		float:left;
		
		text-align:left;
		padding-left:8px;
		padding-right:8px;
		
		background-image:url(images/centerframe_sidebar_left.png);
		background-repeat:repeat-y;
	}
	
	div.centerframe_sidebar_right
	{
		width:200px;
		float:left;
		
		text-align:right;
		
		background-image:url(images/centerframe_sidebar_right.png);
		background-repeat:repeat-y;
	}
	
	div.centerframe_contentframe_right
	{
		width:734px;
		float:left;
		
		overflow:visible;
		height:auto;
		
		text-align:left;
		padding-left:8px;
		padding-right:8px;
		
		background-image:url(images/centerframe_contentframe_right.png);
		background-repeat:repeat-y;
	}
	
	div.centerframe_contentframe_left
	{
		width:734px;
		float:left;
		
		overflow:visible;
		height:auto;
		display:block;
		text-align:left;
		padding-left:8px;
		padding-right:8px;
		
		background-image:url(images/centerframe_contentframe_left.png);
		background-repeat:repeat-y;
	}
	
	div.centerframe_contentframe_full
	{
		width:934px;
		float:left;
		
		overflow:visible;
		height:auto;
		display:block;
		text-align:left;
		padding-left:8px;
		padding-right:8px;
		
		background-image:url(images/centerframe_contentframe_full.png);
		background-repeat:repeat-y;
	}
/* SIDEBAR */

/* CONTENT FRAME */
	h1
	{
		/* color:#97ca32;*/
		color:#78AB4E;
		font-size:22px;
		font-weight:bold;
	}
	
	h2
	{
		color:#97ca32;
		font-size:14px;
		font-weight:bold;
		
		padding-bottom:2px;
		margin-bottom:2px;
	}
	
	a:link
	{
		color:#595b72;
		text-decoration:none;
	}

	a:visited
	{
		color:#595b72;
		text-decoration:none;
	}

	a:hover
	{
		color:#97ca32;
		text-decoration:underline;
	}