a 
{
	color:#CF001E;
	text-decoration:underline;
}

a:hover 
{
	color:#000000;
}

img
{
	border:0px;
}

.img_with_border img
{
	border:1px solid #CDCDCD;
}

h1
{
	font-size:14px;
	font-style:italic;
	/*color:#595959;*/
}
.h1_container{background:url(../gui/h1_bg.jpg) repeat-x;}
.h1_left_bg {background:url(../gui/h1_left_bg.jpg) no-repeat top left;}
.h1_right_bg {	background:url(../gui/h1_right_bg.jpg) no-repeat top right;}
.h1_container h1{height:28px; padding:7px 10px 7px 30px;}

h2
{
	font-size:14px;
	font-style:italic;
	/*color:#595959;*/
}

div.special_ul ul
{
	list-style-image: url(../gui/bullet.gif);
	margin:0px 0px 20px 20px;
	padding:0px;
}

div.special_ul ul li
{
	margin-bottom:5px;
}

html
{
	overflow:auto;
}

body
{
	margin:0px;
	background:url(../gui/body_bg.jpg) repeat-x #FFFFFF;
	font-family:Arial;
	font-size:0.90em;
	letter-spacing:0px;
	color:#383838;
}

/***container***/
#container 
{
	margin:0 auto;
	width:1000px;
	padding:0px 10px 30px 10px; 
	text-align:left;
	background:#FFFFFF;
}

/***top_banner***/
#top_banner
{
	color:#CF001E;
	font-style:italic;
	text-align:center;
	font-size:13px;
	padding:10px 0px 10px 0px;
}

/***banner***/
#banner
{
	overflow:hidden;
}
/***nav***/
#nav 
{
	height:40px;
	padding-left:20px;
	background:#CF001E;
	margin-bottom:20px;
}

/***content***/
#content
{
	padding:20px;
}

/***column****/
div.column,
div.column_rd_light,
div.column_rd_dark
{
	float:left;
	padding:0px;
	margin:0px;
}

.column_rd_light{background:url(../gui/column_rd_light_bg.jpg) repeat-x #E8E8E8;}
.column_rd_light_right{background:url(../gui/column_rd_light_right.jpg) repeat-y right;}
.column_rd_light_top_left{background:url(../gui/column_rd_light_top_left.jpg) no-repeat top left;}
.column_rd_light_top_right {background:url(../gui/column_rd_light_top_right.jpg) no-repeat top right;}
.column_rd_light_bottom_left {background:url(../gui/column_rd_light_bottom_left.jpg) no-repeat bottom left;}
.column_rd_light_bottom_right {background:url(../gui/column_rd_light_bottom_right.jpg) no-repeat bottom right;}
.column_rd_light_content
{
	padding:20px 20px 30px 15px;
	border:1px solid white;
}

.column_rd_dark{background:url(../gui/column_rd_dark_bg.jpg) repeat-x #717171;}
.column_rd_dark_right{background:url(../gui/column_rd_dark_right.jpg) repeat-y right;}
.column_rd_dark_top_left{background:url(../gui/column_rd_dark_top_left.jpg) no-repeat top left;}
.column_rd_dark_top_right {background:url(../gui/column_rd_dark_top_right.jpg) no-repeat top right;}
.column_rd_dark_bottom_left {background:url(../gui/column_rd_dark_bottom_left.jpg) no-repeat bottom left;}
.column_rd_dark_bottom_right {background:url(../gui/column_rd_dark_bottom_right.jpg) no-repeat bottom right;}
.column_rd_dark_content
{
	padding:20px 20px 30px 15px;
	border:1px solid white;
	color:#FFFFFF;
}

.column_rd_dark_content a
{
	color:#FFFFFF;
}

.bottom_bar
{
	background:url(../gui/bottom_bar.jpg) no-repeat center;
	height:10px;
	margin:50px 0px 0px 0px;
}

/***footer***/
#footer_container
{
	font-size:12px;
}

#footer_container a
{
	color:#383838;
	text-decoration:none;
}

#footer_container a:hover
{
	text-decoration:underline;
}

#footer ,
#copy_right
{
	float:left;
	width:500px;
	margin-left:20px;
}

#olw_footer
{
	float:right;
	width:325px;
	text-align:right;
	margin-right:30px;
}

/***back_to_top***/
.back_to_top
{
	font-size:11px;
	text-decoration:none;
	
}

.back_to_top:hover
{
	color:#000000;
	text-decoration:none;
}

/****text gallery****/
div.rotwof
{
	height:250px;
	width:160px;
	overflow-y:auto;
	font-size:12px;
}

/****left_anchors****/
div#left_anchors
{

}

div#left_anchors ul
{
	list-style:none;
	padding:0px;
	margin:0px;
	clear:both;
}

div#left_anchors ul li
{
	list-style:none;
	padding:0px;
	margin:0px;
	border-bottom:1px dashed #000000;
	font-size:12px;
	padding:5px
}

div#left_anchors ul li a
{
	color:#333333;
	text-decoration:none;
}

div#left_anchors ul li a:hover
{
	color:#CF001E;
	text-decoration:none;
}
