body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.copyright {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left:49px;
	text-decoration: none;
}
.copyright a:link {
	color: #618caf;
	text-decoration: none;
}
.copyright a:visited {
	color: #618caf;
	text-decoration: none;
}
.copyright a:hover{
	color: #618caf;
	text-decoration:underline;}
.dot_images{
margin-top:15px;
}
.font_content {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left:49px;
	text-decoration: none;
	line-height: 18px;
}
.font_content a:link {
	color: #2b3079;
	text-decoration: none;
}
.font_content a:visited {
	color: #2b3079;
	text-decoration: none;
}
.font_content a:hover{
	color: #2b3079;
	text-decoration:underline;}
.color_zhise {
	color: #2b3079;
}
.subpage_bg{
	background-image: url(../images/subpage_bg.gif);
	background-repeat: repeat-x;
}
.pic_subpage{
margin-top:30px;
}
.subpage_content {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 30px 20px 30px 50px;
	text-decoration: none;
	line-height: 18px;
}
.subpage_content a:link {
	color: #2b3079;
	text-decoration: none;
}
.subpage_content a:visited {
	color: #2b3079;
	text-decoration: none;
}
.subpage_content a:hover{
	color: #2b3079;
	text-decoration:underline;}

.subpage_content_heading {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

.subpage_content_heading2 {
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}



.subpage_content_intro {
	font-size: 16px;
	font-weight: bold;
}
	
.nav_content {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
.nav_content a:link {
	color: #2b3079;
	text-decoration: none;
}
.nav_content a:visited{
	color: #2b3079;
	text-decoration: none;}
.nav_content a:hover{
	color: #2b3079;
	text-decoration:underline;}
	
img {
	border: 0;
}

.ddcolortabs{
	margin:0;
	padding:0;
	width: 100%;
}

.ddcolortabs ul{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	list-style:none;
}

.ddcolortabs li{
	display:inline;
	margin:0;
	padding:0;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	top: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	line-height:30px;
	z-index:100;
	background: #f1f1f1;
	width: 250px;
	visibility: hidden;
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	padding: 2px 32px;
	line-height: 30px;
	text-decoration: none;
	color: #000000;
	/*border-bottom: 1px solid #d4d4c6;*/
}

* html .dropmenudiv_a a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background: #f1f1f1;
	color: #484fba;
	text-decoration: none;
/*	font-weight: bold;*/
}
.menu_subpage li a{padding:0 10px 0 10px;}

.menu {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
width:auto;
height: 55px;
margin:0; 
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:center; 
position:relative;

}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
width:auto; 
height:23px; 
color:#000; 
line-height:20px; 
font-size:13px;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#000; 
background:#94ce23;
text-decoration:none;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:55px; 
left:10; 
width:309px;
text-decoration:none;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#f1f1f1; 
color:#000;
text-decoration:none;
padding-left:50px;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#f1f1f1; 
color:#000;
	text-decoration: none;
	font-weight: bold;
}
.menu3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
width:auto;
height: 55px;
margin:0; 
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu3 ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu3 ul li {
float:center; 
position:relative;

}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu3 ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
width:auto; 
height:23px; 
color:#000; 
line-height:20px; 
font-size:13px;
}
/* make the dropdown ul invisible */
.menu3 ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu3 ul li:hover a {
color:#000; 
background:#94ce23;
text-decoration:none;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu3 ul li:hover ul {
display:block; 
position:absolute; 
top:55px; 
left:10; 
width:337px;
text-decoration:none;
}
/* style the background and foreground color of the submenu links */
.menu3 ul li:hover ul li a {
display:block; 
background:#f1f1f1; 
color:#000;
text-decoration:none;
padding-left:30px;
}
/* style the background and forground colors of the links on hover */
.menu3 ul li:hover ul li a:hover {
	background:#f1f1f1; 
	color:#000;
	text-decoration: none;
	font-weight: bold;
}
.homepage_link1 {
	background-image: url(../images/index_22.jpg);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	padding-left:80px;
}
.homepage_link1 a:link {
	color: #2b3079;
	text-decoration: none;
}
.homepage_link1 a:visited{
	color: #2b3079;
	text-decoration: none;}
.homepage_link1 a:hover{
	color: #2b3079;
	text-decoration:underline;}
.homepage_link2 {
	background-image: url(../images/index_24.jpg);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	padding-left:70px;
}
.homepage_link2 a:link {
	color: #2b3079;
	text-decoration: none;
}
.homepage_link2 a:visited{
	color: #2b3079;
	text-decoration: none;}
.homepage_link2 a:hover{
	color: #2b3079;
	text-decoration:underline;}
.homepage_link3 {
	background-image: url(../images/index_26.jpg);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	padding-left:63px;
}
.homepage_link3 a:link {
	color: #2b3079;
	text-decoration: none;
}
.homepage_link3 a:visited{
	color: #2b3079;
	text-decoration: none;}
.homepage_link3 a:hover{
	color: #2b3079;
	text-decoration:underline;}

