object{
	outline: none;
}
body {
    padding: 0px;
    margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #444444;
	height: 100%;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/****** LAYOUT ******/
.body{
	background: #444444 url(../img/background_image.gif) repeat-y center top;
	width:1012px;
	margin: auto;
}
#container{
    width: 990px;
    margin: 0px 0px 0px 10px;
	margin-top: 0px;
    padding: 0px;
	background-color: #FFFFFF;
}
#left_col{
	float:left;
	width:670px;
}
.left_col_gutter{
	margin:10px 0px 0px 10px;
}
#right_col{
	float:right;
	width: 320px;
}
.right_col_gutter{
	margin:10px 10px 0px 10px;
}
.crossbrowser_clear{
	clear:both;
	line-height:1px;
	margin:0px;
}
/****** BREADCRUMBS ******/
#breadcrumbs {
	font-size: 14px;
	margin-left: 0px;
	color: #666666;
}
#breadcrumbs a {
	color: #333333;
}
/****** MAINMENU ******/
	#mainmenu{
		background: #b5b5b5 url(../img/main_background.jpg) repeat-x;
		padding: 0px 0px 0px 5px;
		height:37px;
	}
	#mainmenu a img{
		border:none;	
	}
	.tab_middle{
		border:solid 0px #000000;
		border-top:none;
		height:25px;
		float:left;
		overflow:hidden;
		padding: 12px 10px 0px 10px;
		background: #b5b5b5 url(../img/tab_center.jpg) repeat-x;
	}
	.tab{
		margin:0px 1px;
		float:left;
	}
	.tab img{
		float:left;
	}
	#mainmenu a{
		font-size: 15px;
		font-weight: bold;
		color: #FFFFFF;		
	}
/****** SUBMENU ******/
#submenu{
	/*background-color: #b5b5b5;*/
	padding: 0px 15px 0px 5px;
	font-size: 12px;
	color: #ffffff;
	background: #b5b5b5 url(../img/sub_background.gif) no-repeat;
	height:29px;
}
#submenu ul{
	float:left;
	list-style:none;
	margin:5px 0px 3px 0px;
	padding:0px;
}
#submenu ul li{
	float:left;
	margin:0px;
	padding:0px 5px 0px 0px;
}
#submenu ul li.sep{
	color: #9f9f9f;
}
#submenu a{
	color: #F2F2F2;
}
#submenu a:hover{
	color: #c4513c;
}
a#submenu_external{
	color: #ffffff;
	font-weight: bold;
}
#submenu ul li div.submenu_popup {
	position: absolute;
	display: none;
	padding: 2px 5px 4px 2px;
	background-color: #444444;
	color: #ffffff;
	white-space: nowrap;
	z-index: 1;
}
/***** FOOTER ******/
#footer{
	clear:both;
	text-align:center;
	font-size: 10px;
	padding: 5px;
	border-top:solid 1px #AFAFAF;
}
.right_col_header{
	background: #c25137 url(../img/title_red.jpg) repeat-x;;
	padding: 0px 3px;
	height:25px;
	margin:0px;
	font-size:16px;
	color:#FFFFFF;	
	line-height: 25px;
}
.right_col_header a{
	color:#ffffff;
}
/****** MULTIMEDIA ******/
.multimedia_col{
	border:solid 1px #AFAFAF;
	border-top:none;
	width:298px;
	padding: 0px 0px 0px 0px;
}
.multimedia_col div#multimedia_videos {
	padding: 5px 5px 5px 7px;
}
.multimedia_col img{
	width: 52px;
	border: 0px none;
	margin: 0px 1px;
}
.multimedia_col img.control {
	position: relative;
	top: -15px;
	width: 6px;
	height: 12px;
	margin: 0px;
	cursor: pointer;
	border: 0px none;
}
/****** HEADERS ******/
.section_header{
	border-top: solid 3px #f7e696;
	background-color:#f8f5e2;
	margin:10px 0px 5px 0px;
	padding: 2px 2px;
	font-size: 20px;
}
h1.red_header {
	background: #c25137 url(../img/title_red.jpg) repeat-x;;
	padding: 0px 3px;
	height:25px;
	margin:0px;
	font-size:16px;
	color:#FFFFFF;	
	line-height: 25px;
}
h1.red_header a{
	color:#ffffff;
}
/****** READER COMMENTS ******/
.reader_comments{
	border: solid 1px #AFAFAF;
	border-top:none;
}
.reader_comments ul{
	list-style:none;
	margin:0px 5px 0px 5px;
	padding:0px;
}
.reader_comments ul li{
	margin:0px;
	padding:5px 0px;
}
.reader_comments ul li a{
	display:block;
	margin:0px;
	padding:0px;
	font-size:11px;
	color:#000000;
	font-style:italic;
}
.reader_comments ul li a:hover{
	color: #FF7200;
}
.reader_comments ul li p{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
.reader_comments ul li p a{
	margin:0px;
	padding:0px;
	font-size:11px;
	color:#000000;
	display:inline;
	font-style:normal;
}
.reader_comments ul li p span{
	font-size: 11px;
	font-weight:bold;
}
/****** KEYWORD TAGGING ******/

.tagging{
	font-size:12px;
}
.tagging a{
	color:#000000;
	text-decoration:underline;
}
.tagging a:hover{
	color: #FF7200
}
	