.menuBarTile {
	background-image:url(../images/menubar_tile.gif);
	background-repeat:repeat-x;
	height:34px;
	width:62px;
}

.search {
	width:230px;
	float:right;
	padding:6px 0 0 0;
	margin:0 0 0 10px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	white-space:nowrap;
	clear:right;
}

.search INPUT {
	border:1px solid #CCCCCC;
	color:#FF0000;
}


.menu {
	/*margin-top:1px;*/
	/*padding-top:12px;*/
	/*background-image:url(../images/menu_tile.gif);*/
	color:#FFFFFF;
	font-weight:bold;
	height:40px;
	overflow:hidden;
}


.menuActive {
	background-image:url(../images/activeMenu_tile.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:0px 10px 0 10px;
	font-size:12px;
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
	height:40px;
	overflow:hidden;
}

.menuBtnImage {
	background-repeat:no-repeat;
	background-position:top center;
	border-right:solid 1px #ff4444;
	width:38px;
	height:38px;
	overflow:hidden;
}

.menu a {
	padding:11px 10px 0 10px;
	font-size:12px;
	color:#EEEEEE;
	font-weight:bold;
	height:40px;
	text-decoration:none;
	white-space:nowrap;
}

.menu a:hover {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	white-space:nowrap;
}

.menuLogin {
	clear:right;
}


.menuLogin a {
	display:block;
	background-image:url(../images/activeMenu_tile.gif);
	padding:10px 10px 0 10px;
	font-size:12px;
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
	height:20px;
	float:left;
}

.menuLogin a:hover {
	display:block;
	background-image: url(../images/menu_tile.gif);
	font-size:12px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	height:20px;
	float:left;
}

.contnetCorner {
	width:62px;
}

.content {
	background-image: url(../images/content_tile.gif);
	background-repeat:repeat-x;
	height:100%
}

.bottom {
	background-image: url(../images/bottom_tile.gif);
	background-repeat:repeat-x;
	padding:8px 6px 0 6px; 
	height:22px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
}

.bottomMenu {
	border-top:solid 1px #CCCCCC;
	background-image: url(../images/content_tile.gif);
	background-repeat:repeat-x;
	color:#FF0000;
	height:21px;
	clear:both;
	text-align:center;
	padding-top:5px;
}


.bottomMenu a {
	font-size:12px;
	text-decoration:none;
	color:#FF0000;
	text-align:center;
}

.bottomMenu a:hover {
	font-size:12px;
	text-decoration:none;
	color:#999999;
	text-align:center;
}


.bottomActiveMenu {
	font-size:12px;
	text-decoration:none;
	color:#999999;
	text-align:center;
}


.bottomText {
	font-size:12px;
	color:#FFFFFF;
}

.bottomText a {
	font-size:12px;
	color:#FFFFFF;
}


.quickMenu {
	height:78px;
	width:100%;
	background-image:url(../images/quick_menu_tile.gif);
	background-repeat:repeat-x;
	margin:15px 0 15px 0;
	display:block;
	clear:both;
	white-space: nowrap;
}

.quickMenuIcon {
	padding-top:3px;
	width:120px;
	text-align:center;
	float:left;
	display:block;
	clear: right;
	white-space: nowrap;
}

.quickMenuCorner {
	width:47px;
	height:77px;
	background:url(../images/quick_menu_corner_left.gif);
	background-repeat:no-repeat;
	float:left;
}

.quickMenuCornerRight {
	width:10px;
	height:77px;
	background:url(../images/qucik_banner_corner.gif);
	background-repeat:no-repeat;
	float:right;
	display: block;
	clear: right;

}

.quickBanner {
	background-image:url(../images/qucik_banner.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:77px;
	width:341px;
	float:left;
	display: inline-block;
	clear: right;
}

.quickMenuText {
	color:#003399;
	width:inherit;
	text-align:center;
	
}


.advText1 {
	font-size:20px;
	color:#0031be;
	font-weight:bold;
	padding-top: 20px;
}


.advText2 {
	font-size:25px;
	color: #FF0000;
	font-weight:bold;
}






.block {
	margin:10px 6px 20px 10px;
	width:280px;
	float:none;
	white-space: nowrap;
}

.blockContent {
	border:1px solid #a6a6a6;
	border-top:none;
	background-image:url(../images/block_content_tile.gif);
	padding:10px 10px 10px 10px;
	height:auto;
}

.blockTitle {
	background-image:url(../images/block_tile.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:25px;
	overflow:hidden
}

.blockTitleText {
	padding:5px 0 0 10px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	float:left;
	height:25px;
	width: auto;
	clear: right;
	overflow: visible;
	white-space: nowrap;
}

.blockCorner {
	background-image:url(../images/block_corner.gif);
	background-position:top right;
	background-repeat:no-repeat;
	width:110px;
	height:25px;
	float:right;
	clear: right;
}





.top {
	background-image:url(../images/top_tile.jpg);
	background-repeat:repeat-x;
	white-space:nowrap;
	height:118px;
	clear:both;
	min-width:650px;
}




A {
	color:#666666;
	text-decoration:none;
}

A:hover {
	color:#990000;
	text-decoration:none;
	border-bottom:1px dotted #990000;
}



H4 {
	color:#990000;
	padding:0 0 0 30px;
}

.errors {
	background-color:#FFFFEE;
	color:#FF0000;
	font-weight:bold;
	font-size:10px;
	padding:5px 0 5px 10px;
}