* { 
padding : 0;
margin : 0;
} 
a:link,a:visited{
text-decoration:none;
color: #000000;
}

body { 
font-family : Arial, Helvetica, sans-serif;
color : #959595;
font-size : 12px;
background-color:#FFCCFF;
} 
#wrapper { 
width : 800px;
padding-top:3%;
margin : 0 auto;
} 
#sx {
 float:left;
 width:50%;
height:500px;
}
#dx{
float:right;
width:50%;height:500px;
}
#sx_home {
 float:left;
 width:50%;
height:400px;
}
#dx_home{
float:right;
width:50%;height:400px;
}
#cx{
width:80%;
margin: 15px 10% 15px 10%;

}
img { 

border:none;
} 
img.floatTL { 
float : left;
margin-right : 1.3em;
margin-bottom : 1em;
margin-top : 0.5em;
} 
blockquote { 
font-family : serif;
padding-top : 10px;
padding-left : 15px;
padding-bottom : 10px;
padding-right : 15px;
background-color : #dcdcdc;
} 
#banners {
 float: right;
 margin-top:-25px;
 margin-right:5px;

} 

#header { 
	margin : 5px 5px 0 5px;
	height : 90px;
	padding-top : 25px;
	padding-left: 10px;
	background-color : #fff;
	background-image : url(images/head.jpg);
	background-repeat : no-repeat;
} 
#header img { 
	border : none;
} 
#header a { 
	color: #999999;
	text-decoration : none;
	font-size : 16px;
} 

ul { 
	padding-right : 0;
	padding-left : 0;
	padding-bottom : 10px;
	margin : 0;
	padding-top : 0px;
} 
ul li { 
	padding-right : 25px;
	display : inline;
	padding-left : 10px;
	list-style-type : none;
}


#maintextcolumn { 
margin : 0 5px 0px 5px;
display : inline;
padding : 10px 5px 10px 5px;
width : 97.5%;
float : left;
min-height : 300px;
background-color : #ffffff;
border-top : 1px solid #ccc;
text-align : center;
} 
* html #centercolumn { 
height : 300px;
} 
#maintextcolumn p{
	color:#000000;
	font-style:italic;


}
#maintextcolumn h1 { 
font-size : 1.5em;
text-decoration : underline;
padding-top : 5px;
padding-bottom : 10px;
color : #999a00;
} 
#maintextcolumn h2 { 
font-size : 1.3em;
padding-top : 10px;
padding-bottom : 10px;
color:#000 ;
} 
#maintextcolumn a { 
color : #77777b;
padding-left : 3px;
padding-right : 3px;
} 
#maintextcolumn a:hover { 
color : #ab80b0;
padding-left : 3px;
padding-right : 3px;
} 
#footer { border-top : 1px solid #ccc;
background-color : #fff;
margin : 0px 5px 5px 5px;
display : inline;
color : #b1b1b1;
float : left;
width : 98%;
height : 40px;
padding-left : 5px;
text-align : center;
padding-top : 0px;
} 
#footer a { 
font-size : 11px;
color : #b1b1b1;
} 

#myslides {
	width: 370px;
	height: 370px;
    padding: 0;  
    margin:  0 auto;  
} 
 
#myslides img {  
    padding: 0px;  
    width: 370px;
    height: 370px;
    top:  0; 
    left: 0 
}
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid white;
}
#lightboxOverallView,
#overlay {
	background-color: #000;
	opacity: 0.5;
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	filter: Alpha(opacity=50);
}

