div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }

del { text-decoration: line-through; }

table { border-collapse: collapse; border-spacing: 0;}

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0 auto;
	background:url(../images/bodyBg.jpg) repeat-x;
	}
	
img{
	margin:0;
	padding:0;
	border:none;
	}
	
ul, li{margin:0; padding:0;}
	
a{text-decoration:none;}
	
#wrapper{
	width:960px; 
	margin:0 auto;
	}
	
#header{
	padding:5px 0 0 0;
	height:122px;
	}
	
.logo{
	margin:5px 0 0 0;
	float:left;
	}
	
.left{float:left;}
.right{float:right;}
.dbg{border:1px solid red;}
.clr{clear:both;}

.topMenu{
	background:url(../images/topMenu-bg.jpg) repeat-x;
	height:28px;
	line-height:28px;
	width:400px;
	}
	
.topMenu ul{
	margin:0;
	padding:0;
	text-align:center;
	}
	
.topMenu ul li{
	display:inline;
	padding:0 10px;
	}
	
.topMenu ul li a{
	text-decoration:none;
	color:#0b4f8c;
	font-weight:bold;
	}

.topMenu ul li a:hover{	color:#1e72bd;}
	
#mainInfo{height:256px;}
	
.infoLeft{
	width:500px;
	height:255px;
	background:url(../images/verticalLine.jpg) no-repeat right;
	}
	
.infoRight{
	width:460px;
	height:255px;
	}

.infoContainer{
	width:480px;
	padding:5px 0 5px 0;
	}

.infoContainer h1{
	font-size:14px;
	color:#c2ebf1;
	}

.infoContainer p{
	color:#ffffff;
	}

.infoContainer img{
	margin:0  20px 0 0;
	}
	
a.more{
	background:url(../images/more.png) no-repeat;
	width:70px;
	height:25px;
	display:block;
	padding:4px 0 0 10px;
	color:#ffffff;
	margin:5px 0;
	}
	
a.more:hover{
	background:url(../images/moreHover.png) no-repeat;
	}
	
img.mainImage{
	margin:-44px 0 0 0;
	position:relative;
	overflow:hidden;
	}

* html img.mainImage{
	margin:-46px 0 0 0;
	position:relative;
	overflow:hidden;
	}

.menu ul{
	margin:0;
	padding:0;
	}
	
.menu ul li{
	display:inline;
	height:40px;
	line-height:40px;
	margin:0;
	padding:0;
	}

.menu ul li a{
	height:40px;
	display:block;
	float:left;
	padding:0 10px;
	color:#ffffff;
	}

.menu ul li a:hover{
	background:url(../images/menuHover.jpg) repeat-x;
	}
	
.current{
	background:url(../images/menuHover.jpg) repeat-x;
	}

#page{
	padding:10px 0 0 0;
	}
	
.paddingReset{
	padding:0;
}

.sidebox{
	width:260px;
	float:left;
	}
	
.notepadGeneral{
	width:260px;
	background:url(../images/notepadRep.jpg) repeat-y;
	}
	
.notepadTop{
	background:url(../images/notepadTop.jpg) no-repeat;
	width:250px;
	/*height:41px;*/
	padding:50px 0 0 10px;
	/*z-index:1!important;*/
}
	
.new{
	background:url(../images/new.png) no-repeat;
	width:60px;
	height:60px;
	/*z-index:1!important;*/
	}
	
p.new{
	padding:0 0 0 70px;
	font-size:18px;
	color:#333333;
	/*z-index:1!important;*/
	overflow:inherit;
	position:relative;

	width: 170px;
	margin-bottom: 10px;
}

.notepadBottom{
	background:url(../images/notepadBottom.jpg) no-repeat;
	width:260px;
	height:22px;
	}
	
.sidebox ul
{
	padding:22px 0 0 30px;
}

.sidebox ul li
{
/*
	line-height:22px;
	height:22px;
*/
	margin-bottom: 8px;
}
	
.content
{
	float:left;
}
	
.mainContent{
	float:left;
	margin:0 5px;
	}
	
.mainInfo{
	background:url(../images/infoTitle.jpg) no-repeat;
	width:310px;
	height:45px;
	padding:10px;
	font-size:18px;
	color:#0b4f8c;
	}

.mainContentText {
	border-left:1px solid #e9e7d5;
	border-right:1px solid #e9e7d5;
	border-bottom:1px solid #e9e7d5;
	width:307px;
	padding:10px;
	height: 220px;
}
	
a.banner img{
	border:1px solid #e9e7d5
	}
	
.contentText{
	margin:10px 0;
	}

.contentText h1{
	font-size:18px;
	color:#0b4f8c;
	margin:0;
	padding:0;
	}
	
.contentText{
	margin:10px 0;
	padding:5px;
	}
	
.leftText{
	width:308px;
	margin:5px 0;
	padding:10px;
	}
	
.rightText{
	width:308px;
	margin:5px 0;
	padding:10px;
	}

.contentText ul{
	padding:0 0 0 15px;
	}

.contentText ul li{
	padding:5px 0;
	}
	
#footer
{
	background:url(../images/footerBg.jpg) repeat-x;
	height:180px;
}

.footerWrapper{
	background:url(../images/footerWrapper.jpg) no-repeat left;
	width:997px;
	display:block;
	height:180px;
	margin:0 auto;
	padding:0 0 0 70px;
	}

.footerWrapper ul{
	margin:23px 150px 0 0;
}

.footerWrapper ul li
{
	padding: 3px 3px 5px;
	list-style:none;
}
	
.footerWrapper ul li a{
	color:#333333;
	}
	
.footerWrapper ul li a:hover{
	text-decoration:underline;
	}

.breadcrumb ul li{
	display:inline;
	}
	
.breadcrumb ul li a{
	font-size:11px;
	color:#999;
	padding:0 0 0 5px;
	}
.breadcrumb ul li a span{
	font-size:8px;
	padding:0 5px 0 0;
}
	
.breadcrumb ul li a:hover{
	color:#b8142b;
	}
	
.contentInfo{
	padding:10px;
	width:654px;
	margin:0 0 10px 0;
	}
	
.contentInfo h1{
	color:#0b4f8c;
	font-size:18px;
	}

.contentInfo p{
	padding:5px 0;
	line-height:18px;
	}
	
.gray{
	color:#808080;
	}

.contentInfo span{
/*	color:#b8142b;*/
	font-size:14px;
	font-weight:bold;
	}
	
.contentInfo ul{
	padding:0 0 0 40px;
	}

.contentInfo ul li a{
	color:#0b4f8c;
	line-height:18px;
	}
	
.contentInfo img{
	margin:10px;
}
	
ul.fLogo{
	float:right;
	margin:30px 180px 0 0;
}

* html ul.fLogo{
	float:right;
	margin:30px 90px 0 0;
}

ul.fLogo li{
	display:block!important;
	float:left;
	height:43px;
	line-height:43px;
}

.marginReset{
	margin:30px 0 0 0!important;
}

.red{
	color:#ed1d24;
	text-align:right;
	font-size:18px;

}

.sidebox a 
{
	text-decoration: none;
	color: #000000;
}

ul.notepad li.last
{
	height: 90px;
	list-style-type: none;
}
