body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
.topper {
	background-image: url(../images/template_07.gif);
	background-repeat: no-repeat;
	height: 43px;
	width: 632px;
	padding-left: 35px;
}
.topper h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #A72412;
	text-decoration: none;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 2px;
	text-transform: capitalize;
	text-shadow: 1px 1px 1px #000;
}
.middle {
	background-image: url(../images/template_09.gif);
	background-repeat: repeat-y;
	width: 627px;
	padding: 5px 20px 5px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.middle p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.middle p a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}


.middle p a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #D20000;
	text-decoration: none;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.bottomer {
	background-image: url(../images/template_11.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 667px;
}
.right_content {
	float: left;
	width: 265px;
}
.clear{
	clear:both;
}
#content .midcontent .right_content .topper {
	background-image: url(../images/template_033.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 294px;
	margin-left: 6px;
}
#content .midcontent .right_content .middle {
	background-image: url(../images/template_066.gif);
	background-repeat: repeat-y;
	width: 294px;
	margin-left: 6px;
}
#main_box_right {
	float: none;
	width: 275px;
}
#main_box_right .top_title {
	background-image: url(../images/template_73.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 245px;
	padding-left: 30px;
}
#main_box_right .top_title h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #A72412;
	text-decoration: none;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 2px;
	text-transform: capitalize;
	text-shadow: 1px 1px 1px #000;
}
#main_box_right .mid_title {
	background-image: url(../images/template_76.gif);
	background-repeat: repeat-y;
	width: 235px;
	padding: 0px 20px 0px 20px;
}
#main_box_right .mid_title p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#main_box_right .mid_title ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin:0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#main_box_right .mid_title ul li {
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/menu-arrow.png);
	background-repeat: no-repeat;
	background-position: left;
}
#main_box_right .mid_title ul li a {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 27px;
	height: 17px;
}
#main_box_right .mid_title ul li a:hover {
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	color: rgb(255, 255, 255);
	background-attachment: scroll;
	background-color: #0c3977;
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 27px;
	height: 17px;
}

#main_box_right .bot_title {
	background-image: url(../images/template_78.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 275px;
}

#content .midcontent .right_content .bottom {
	background-image: url(../images/template_088.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 294px;
	margin-left: 6px;
}
.top_header {
	height: 94px;
	width: 961px;
}
.main_menu {
	height: 51px;
	width: 959px;
	padding-right: 1px;
	padding-left: 1px;
}
.login-button{
	background: #222 url(overlay.png) repeat-x;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.login-button, .login-button:visited{
	background: #222 url(../images/overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}
.login-button:hover	{ 
	background-color: #111; 
	color: #fff; 
}
.login-button:active{ 
	top: 1px; 
}

.paginav { 
	font-size: 1.2em; 
	padding-top: 20px; 
	display: block; float: left; 
	width: 100%; 
}

.paginav .current {
	margin: 2px;
	padding: 0pt;
	-moz-background-clip: border; 
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	font-weight: 600;
	color: #FFFFFF;
	float: left;
	text-align: center;
	width: 32px;
	height: 28px;
	line-height: 28px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/pagination_a.gif);
	background-repeat: repeat;
	background-position: left top;
	font-size: 14px;
}
.paginav a{
	margin: 2px;
	padding: 0pt;
	-moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; 		color: rgb(51, 66, 0);
	text-decoration: none;
	float: left;
	width: 32px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/pagination_a.gif);
	background-repeat: repeat;
	background-position: left 56px;
	font-size: 14px;
	font-weight: 600;
}
.paginav a:hover { 
-moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;
	color: rgb(34, 34, 34);
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/pagination_a.gif);
	background-repeat: repeat;
	background-position: left 28px;
}

.error{
	border-width: 1px;
	border-style: solid;
	border-color: #CC0000;
	font-size: 11px;
	font-family: "Verdana", "Times New Roman", Times, serif;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #FFCFDE;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 35px;	
	width:90%;
	color:#000;
}
.success{
	color:#000;
	width:90%;
	font-size: 11px;
	font-family: "Verdana", "Times New Roman", Times, serif;
	-moz-border-radius: 10px 0px 10px 0px;
	-khtml-border-radius: 10px 0px 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 10px 0px;
	background-color: #DFFFBF;
	border: 1px solid #9FFD42;
	background-image: url(../images/success.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 35px;
}

