* {
	padding: 0px;
	margin: 0px;
}

body {
	color: #000000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 71%;  /* Enables font size scaling in MSIE */
	margin: 0;
	padding: 0;
	background: #CCCCD0 url(../images_new/background.gif) repeat-x fixed;
}

/*-------- Default Style --------*/
h1, h2, h3, h4, h5, h6{color:#516A88; font-weight: bold;}
h1, h3, h5, h1 input{font-weight:bold;}
h2, h4, h6{font-weight:normal}
h1, h2, h1 input{font-size:14px;margin:10px 0;}
h3, h4{font-size:12px;margin:8px 0;}
h5, h6{font-size:10px;margin:6px 0;}

.wrapper {
	display: block;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
	border-left: #BFBFBF 1px solid;
	border-right: #BFBFBF 1px solid;
}

#navmenu {
   margin: 0;
   background: url(../images_new/topnav.png) no-repeat;
   color:#FFFFFF;
   height: 30px;
}

#navmenu ul {
	list-style: none;
	padding: 7px 0 0 0;
}

#navmenu li {
	padding: 0 10px 0 25px;
	list-style: none;
	display: inline;
	font-weight: bold;
}

#navmenu a {
	color: #FFFFFF;
	text-decoration: none;
}

#navmenu a:hover {
	color: #516A88;
	text-decoration: none;
}

.header {
	color: #000000;
	height: 120px;
	background: url(../images_new/header.png) no-repeat;
	margin: 0;
}

.search {
	float: right;
	margin-right:10px;
	margin-top:52px;
	height: 25px;
	color: #FFFFFF;
}

.search a {
	color: #FFFFFF;
	font-weight: bold;
	background: #3D3937;
	border: #000000 2px solid;
	padding: 2px 5px 2px 5px;
}

.search a:hover {
	text-decoration: none;
	color: #ED0000;
}

#breadnav {
	margin: 0;
	color:#FFFFFF;
	background: url(../images_new/breadnav.png);
	height:22px;
	font-weight: bold;
	padding: 8px 0 0 25px;
}

/*------------ Breadcrumb Style --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{color:#FFFFFF; text-decoration: none;}
a.Breadcrumb:hover{color:#516A88;  text-decoration: none;}

.contentwrap {
	width: 100%;
	overflow: auto;
}

.content {
	background: #FFFFFF;
	padding: 8px;
	line-height: 16px;
}

.content p{
	font-size: 12px;
	padding-top: 10px;
}

.content ul.menu {
	list-style: none;
	font-size: 10pt;
	font: arial;
	margin: 0;
	text-align: center;
	margin-bottom: 10px;
	padding: 10px 279px 10px 279px;
}

.content ul.menu li {
	background: url(../images_new/BRgraymenu.png) no-repeat;
	padding: 5px 0 5px 0;
	height: 20px;
}

.content ul.menu li:hover {
	background: url(../images_new/BGgraymenu2.png) no-repeat;
}

.content ul.menu a {
	color: #ffffff;
	text-decoration: none;
}

.content ul.menu a:hover {
	color: #ffffff;
	text-decoration: none;
}

.footer {
	color: #FFFFFF;
	background: url(../images_new/footer.png);
	height:22px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px 10px 0 0;
	margin-top: 10px;
}

.clear {
	clear: both;
}

.dc {
	border-style:solid;
	border-width: 1px;
	border-color: #000000; 
	float: right;
	padding: 5px;
	text-align: center;
	background-color: #ffffff;
	margin-right: 5px;
}

.Form1 {
	margin: 0;
	padding: 5px;
	width: 100%;
}