body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
}
body {
	background:#DADBDB url(images/page-background.html) repeat-y center;
	margin:0px;
	padding:0px;
}

/* LAYOUT */
#wrapper {
	width: 100%;
	margin: 0 auto;
}

#top {
	height: 110px;
	background:#fff url(images/top-border.html) bottom repeat-x; 
	width: 100%;
	
	
}

#topwrapper {
	width: 840px;
	margin: 0 auto;
}

#logo {
	width: 150px;
	float: left;
	margin-top: 11px;
	margin-left: 0px;
}

#main {
	width: 100%;
	background: url(background-front.png) repeat-x; height:117px;
	
}
#main1 {
	width: 100%;
	background: url(background-front1.png) repeat-x; height:271px;
	
}

html>/**/body #main, x:-moz-any-link, x:default {margin-top: 0px;}

#header {
	width: 820px;
	margin: 0 auto;
	padding:0px;
	height: 265px;
}

#header2 {
	width: 820px;
	margin: 0 auto;
	height: 105px;
}


#bottom {
	
	margin:0 auto;
	background:url(images/bottom-border.html) top repeat-x;
	text-align:center;
	
}

#content-insidepage{
	margin:0 auto;
	width:100%;
	background:#DADBDB url(images/bottom-border.html) top repeat-x;
	text-align:center;
	display:inline-block;
	
}
	
html>/**/body #bottom, x:-moz-any-link, x:default {margin-top: 0px;}

#botmod {
	width: 820px;
	margin: 0 auto;
	display:inline-block;
	/*border:1px dashed red;*/
	
	
}

.hpMod {
	float: left;
	width: 240px;
	margin-right: 50px;
	margin-left:0px;
	margin-top:0px;
	text-align:left;
	background:#ffffff;
	
}

.hpThree {
	float: left;
	position:relative;
	left:0px;
	width: 240px;
	text-align:left;
	background:#ffffff;

	

}

.hpMod h3, .hpThree h3{
font-family:Impact, Charcoal, sans-serif;
font-size:18px;
font-weight:normal;
margin-left:15px;
margin-right:15px;
color:#1A447C;
letter-spacing:1px;
}

.hpMod ul, .hpThree ul{
font-style:italic;
margin-left:15px;
margin-right:15px;
}






#header p,
#header2 p,
#footer p {
	margin: 0;
	padding: 0;
}

#mainMenu h3,
#header h3,
#header2 h3 {
	display: none;
}

#mainin-insidepage {
	position:relative;
	top:0px;
	width: 820px;
	margin: 0 auto;
	margin-bottom:2px;
	background: url(images/sidebar-background.html) repeat-y;
	display:inline-block;
	
}

#content {
	width: 540px;
	float: left;
	margin-left: 10px;
	margin-top: 0;
	text-align:left;
padding-bottom: 30px;
	
}

#right {
	padding:10px 0px;
	float: right;
	width: 240px;
	text-align:left;
	background:#FFFFFF;
	margin-top:0px;
	margin-bottom:0px;
}

#right .block{
	border-top:1px solid #DADBDB;
	width:240px;
	padding-top:0px;
	padding-bottom:20px;
}

#footer {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 8px; margin-top:-3px;
	text-align: left;
	color: #999999;
	background:url(footer.png) repeat-x left top;
	height:2px;
}

h2{
	font-size: 16px;
	text-transform:uppercase;
	color: #1A447C;
	font-family: Impact,Charcoal,sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 30px;
        margin-left: 2px;
	line-height: 100%;
}

h3{
	font-size: 14px;
	text-transform:uppercase;
	color: #1A447C;
	font-family: Impact,Charcoal,sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 30px;
        margin-left: 2px;
	line-height: 100%;
}

h1 {
	font-size: 22px;
	color: #333;
}

#right .block h3 {
	color: #1A447C;
	font-size:14px;
	font-family: Impact,Charcoal,sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	margin-left:20px;
}

.clear {
	clear: both;
}


#right .content {
	margin:0px 20px;

}



a {
	text-decoration: underline;
	color: #333;
}

a:hover {
	color: #666;
}

#mainin-insidepage #content a{
	color:#0033CC;
}

#mainin-insidepage #content a:hover{
	color:#000066;
}




img {
	border: none;
}

p {
	margin-top: 0px;
	padding-left: 0px;
}

#mainMenu {
	float: right;
 	width:600px;
 	height: 30px;
 	margin-top: 69px;
 	margin-right: 0;
}
	
.menu {

       	padding:0;
       	color: #1A447C;
       	margin: 0;
       	font-size: 11px;
       	text-transform: lowercase;
       	float: right;
}

.menu a {
	color: #1A447C;
	text-decoration: none;

}

.menu ul{
       	list-style: none;
       	margin: 0;
       	padding: 0;
       	float: right;
       	margin-left: -7px;
	
}

.menu li{
	padding:0px;
	marign:0px;
    list-style: none;
    float: left;
    color: #1A447C;
	font-size: 11px;
	font-weight:bold;
/*	font-stretch:condensed;*/
	text-transform: uppercase;
	font-family:Arial,'Impact','Charcoal',sans-serif;
	border:1px solid #ccc;
}

.menu li ul {
       	position: absolute;
       	width: 145px;
       	left: -999em;
        z-index: 500;
}

.menu li:hover ul {
		border-top:solid 1px #ccc;
       	left: auto;
}

.menu li ul li {
       	width: 145px;
       	padding: 0;
       	background: #fff;
		border:none;
		border-left:solid 1px #ccc;
		border-right:solid 1px #ccc;
		border-bottom:solid 1px #ccc;
	
	
	/*border-bottom: dashed 1px #CCCCCC;*/	
	/*border-left: solid 1px #CCCCCC;
        	border-right: solid 1px #CCCCCC;*/
}

.menu a {
	
       	display: block;
       	padding: 0;
}

html>body .menu li a {
       	width: auto;
		padding:2px 10px;
}

.menu li ul li a {
		padding:2px 10px;
		text-transform:none;
}

.menu li ul li a:hover {
       	text-decoration:none;
       	color: #fff;
}

.menu li:hover ul, .menu li.sfhover ul {
       	left: auto;
		
}

.menu li a:hover,
.menu li a.active,
.menu ul li a.active {
       	text-decoration:none;
       	color: #fff;
		background:#1A447C;
}

.menu li ul ul {
 	margin: -30px 0 0 140px;
}

.menu li:hover ul ul, .menu  li.sfhover ul ul {
 	left: -999em;
}
 
.menu  li:hover ul, .menu li li:hover ul, .menu li.sfhover ul, .menu  li li.sfhover ul {
 	left: auto;
}

.menu li:hover ul ul, .menu li:hover ul ul ul, .menu li.sfhover ul ul, .menu li.sfhover ul ul ul {
	left: -999em;
}

.menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul, .menu li.sfhover ul, .menu li li.sfhover ul, .menu li li li.sfhover ul {
	left: auto;
}

.menu li:hover ul ul, .menu li:hover ul ul ul, .menu li:hover ul ul ul ul, .menu li.sfhover ul ul, .menu li.sfhover ul ul ul, .menu li.sfhover ul ul ul ul {
	left: -999em;
}

.menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul, .menu li li li li:hover ul, .menu li.sfhover ul, .menu li li.sfhover ul, .menu li li li.sfhover ul, .menu li li li li.sfhover ul {
	left: auto;
}

/*****Core2 Specific******/
.messages{
margin:10px 0px;
padding:5px;
color:green;
font-weight:bold;
border:1px solid green;
background:#9fd7bb;
}

/************************/
