@import url(html4css1.css);
@import url(stus.css);


body {
	background-color: #dddddd;
	color: #778899;	
}

a {
	text-decoration: none;
	/*border-bottom: 1px dashed #191970;*/	
	color: #4169E1;
}

.sitemap {
	text-decoration: none;		
	color: #778899;
}

a:hover {
	background-color: #E6E6FA;
}

#hd, #bd, #ft {	
	border-left: 1px solid #cccccc;
   border-right: 1px solid #cccccc;
}

#hd {
   border-bottom: 1px solid #cccccc;
	background-color: #f7f7f7;				
}

#bd {	
	background-color: #f7f7f7;		
}

#ft {
   border-top: 1px solid #cccccc;
   background-color: #f7f7f7;
	padding: 5px;
	font-size: 85%	
}

#crumbs {
   border-top: 1px solid #cccccc;
   background-color: #FEFEFE;
	padding: 5px 0px;	
	font-size: 85%		
}

#crumbs ul {		
	list-style: none;	
}	

#crumbs li {
	float: left;
	white-space: nowrap;
   display:inline;
   list-style:none;
   margin:0;
   padding-left:5px;
}

ul.simple {
   list-style: disc;	   
	margin-left: 2em;		
}

ul.simple ul {
   list-style: circle;	   
	margin-left: 2em;		
}

#banner {   
	padding: 5px;	
	text-align: right;	
}

#userinfo {
	float: left;
}

#sidebar {      		
	padding: 5px;		
}

.sidie2indent {
	margin-left: 0.5em;	
}

.sidie2title {
	margin-left: -0.5em;
	font-weight: bold;	
}

#content {   
	background-color: White;
	color: Black;
	padding: 5px;	
}

#content h1 {   
	font-size: 129%;	
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;	
}

#content h1.title {   
	font-size: 129%;	
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;	
	color: #778899;
}

#content h2 {   
	font-size: 122%;	
	font-weight: bold;
	font-style: italic;
	padding-bottom: 5px;
	padding-top: 5px;	
}

#content p {
	margin-bottom: 1em;
}

#content strong {
	font-weight: bold;
}

#content em {
	font-style: italic; 
}

#content dt {
   font-weight: bold; 
}

#content dd {
   margin-left: 1em; 
} 

.thumbnail {
   float: left;
   width: 150px;
   height: 200px;
   padding: 3px 3px 0px 3px;
   margin: 5px;   
   border-width: 0px;   
   text-align: center;
}
.thumbnail img {
   display: block;
   margin: auto;
}

.gallery {margin:auto;}
#end {clear: left; }

table.form { 
	text-align: left; 	
}

table.form td, table.form th {
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	vertical-align: top;
}

table.form td.form_buttons {
	text-align: right;
}

input#id_email, input#id_name, textarea#id_comment {
	width: 30em;
}

input.mandatory {
	background-color: #F4E8FF;
}

ul.errorlist {
   color: Red;
	list-style: circle;
	padding-left: 1.3em;	
}

