*{
	padding:0;
	margin:0;
	font-family:Verdana;
	border:0;
}

body{
	background: #FFFCFC;
}
#wrapper{
	width:985px;
	margin:0 auto;
}

#header{
	width:985px;
	background:#FFFCFC;
	height:120px;
         /*height:96px;*/
	position:relative;
	float: left;
	clear: both;
}
	#header a img{
		margin-top:10px;
	}
	#header .menu{
		bottom:0;
		position:absolute;
		text-transform:uppercase;
		display:block;
		float:left;
		clear: both;
		height: 17px;
		width: 600px;
	}
		#header .menu ul{
			height:18px;
			display:block;
			float:left;
		}
		#header .menu ul li{
			display:block;
			float:left;
			background:#e6e6e6;
			list-style-type:none;
			font-size:10px;
			text-align:center;
			margin-right:1px;
		}
		#header .menu ul li a{
			display:block;
			text-decoration:none;
			color:#666;
			width:80px;
			height:15px;
			padding-top:2px;
		}
		#header .menu ul li a:hover{
			background:#666;
			color:#e6e6e6;
		}
	.banneritem.left{
		float:left;
		clear: both;
		margin-bottom: 5px;
                  margin-top: 2%; 
                  margin-left: 10px;
		display:block;
		width: 400px;
		height: 100px;
	}
	.banneritem.right{
		float:right;
		clear: right;
		width: 250px;
                  height: 100px;
		text-align: right;
                  margin-bottom: 5px;
                  margin-top: 4px; 
                  margin-right: 40px;

	}
	.banneritem img{
		margin-left:auto;
		margin-right: auto;
		}
	.menu2{
		float: left;
		clear: both;
		height: 22px;
	}
	.menu2 ul{
		height:22px;
		display:block;
		float:left;
		width:985px;
		background:#2d2d72;
		text-transform:uppercase;
		clear:both;
	}
	.menu2 ul li{
		float:right;
		display:block;
		text-decoration:none;
		color:#666;
		width:98px;
		height:20px;
		background:#2d2d72;
		text-align:center;
		font-size:10px;
	}
	.menu2 ul li a{
		display:block;
		text-decoration:none;
		color:#fff;
		width:97px;
		height:18px;
		padding-top:4px;
		border-left:1px solid #fff;
	}
	.menu2 ul li a:hover{
		background:#ACC5E7;
	}
	#breadcrumb{
		line-height: 18px;
		font-size: 13px;
		background: #FCFCFF;
		float: left;
		clear: both;
		width: 985px;
		padding-top: 12px;
	}
		#breadcrumb a{
			color: #282973;
		}
			#breadcrumb a:hover{
				color: #C72026;
			}
#pageheading{
	width:985px;
	height:46px;
	margin-top:5px;
	background: #C7212B;
	clear: both;
}
	#pageheading img{
		margin-top: 0px
                margin-left: 0px
                margin-right: 3px;
                float: left
	}
        #pageheading .thumbnail{
                float:right;
                margin:5px;
}
	#pageheading .text{
		font-size:17px;
		font-weight:bold;
		color: #fff;
		float:left;
		text-transform:uppercase;

		margin: 12px 5px;
	}
	#pageheading .logo{
		background: url(../images/logo.jpg) no-repeat;
		float:left;
		width: 116px;
		height:51px;
	}
        #pageheading .random_images{
                width: 210px;
		height:46px;
                background:#C7212B;
	        float:right;
	        margin-left:25%;
}

#left{
	float:left;
	clear: left;
	display: block;
	width: 190px;
	font-size: 12px;
	


}
#container{
	width: 985px;
         min-height:325px;
	float:left;
	clear: both;
	overflow: auto;
	background: #FCFCFF;
}
#content {
	font-size:12px;
	width:740px;
	float:left;
	display:block;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 12px;
}
	#content h1 {
		font-size: 24px;
	}
	#content .componentheading{
		display:none;
	}
	#content input, #content select, #content textarea{
		border:1px solid #aaa;
		padding:2px;
	}
	#content a{
		color: #000080;
		text-decoration: none;
	}
		#content a:hover{
			color: #C72026;
			text-decoration: underline;
		}
	
	#content ul{
		list-style-type: none;
		padding: 0px;
	}
		#content ul li{
			font-size: 14px;
			font-weight: bold;
			padding-top: 5px;
		}
			#content ul li ul{
				padding-left: 20px;
			}
				#content ul li ul li{
					font-size: 12px;
					font-weight: normal;
					padding-top: 0px;
				}
	#content div.list{
		width:50%;
		float:left;
	}
	#content img.right{
		float: right;
	}
#footer{
	background:#FFFCFC;
	width:985px;
	float:left;
	clear: both;
}
	#footer .bar{
		display:block;
		width:100%;
		height:7px;
		background: #C72026;
		margin-bottom: 5px;
	}
	#footer .banneritem.left{
		height: auto;
		float: left;
		clear: left;
	}
	#footer .banneritem.right{
		height: auto;
		float: right;
		clear: right;
	}
	#footer div.copyright{
		margin-top:10px;
		background:#fff;
		font-size:12px;
		text-align:right;
		padding-right:4px;
		padding-top:3px;
		color:#888;
		width:100%;
	}