
/* styles for the frames, the parent container -frame- is located in each specific page's css to individually specify the height 

	notes: the height of div.left_frame and div.right_frame are 200px less than div.frame height, located in the specific page CSS.

*/

div.frame{
	width:850px;
	height:700px;
	background-color:#ffffff;
	margin:0px auto 0px auto; 
	padding:0px 0px 0px 0px;
}


div.frame div.top_frame {
	width:100%;
	height:200px;
	background: #ffffff url(../images/elements/frame/background_frame_large_01.png) no-repeat top center;
 }

div.frame div.left_frame {
	width:12px;
	height:500px;
	background: #ffffff url(../images/elements/frame/background_frame_large_02.png) repeat-y;
	float:left;
 }
  
div.frame div.right_frame {
	width:12px;
	height:500px;
	background: #ffffff url(../images/elements/frame/background_frame_large_04.png) repeat-y;
	float:right;
 }

div.frame div.botton_frame {
	width:100%;
	height:15px;
	background: #ffffff url(../images/elements/frame/background_frame_large_05.png) no-repeat top center;
	position:relative;
	float:right;
 }

.td_right_column{
	width:400px;
	vertical-align:middle;
	padding:10px 10px 20px 10px;
}

.td_left_column{
	width:350px;
	vertical-align:middle;
	padding:10px 10px 20px 10px;
}

.h3_italic a{
	color: #0613bd;
	padding:2px 5px 2px 5px;
	font-style:italic;
	text-decoration: none;
}

.h3_italic a:hover{
	color: #ff9900;
	padding:2px 5px 2px 5px;
	text-decoration: none;
	background-color:#fbfbe2;
}





