@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #D1D9BD;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image:url(../images/background.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat;
}
ul {
	list-style-image: url(../images/monbullet.gif);
}

#container { 
	width: 780px;  
	margin: 10px auto; 
	border: 1px solid #000000;
	text-align: left; 
	background-image: url(../images/ist2_3591192-green2.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat;
	padding: 0;
} 
#header { 
	margin: 0;  
	color:black;
	width: 100%;
	background:white;
} 
#sidebar1 {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 10px 10px 5px;
	float: left; 
	width: 200px; 
	background:white;
	padding: 15px 8px;
/*	filter:alpha(opacity=90);
	opacity:.98;    */
	border: 1px solid #28530B;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 6px; 
	margin-right: 10px;
}

#mainContent { 
	margin: 10px 10px 10px 31%; 
	background-color:#FFFFFF;
	padding: 0px 20px;
	border: 1px solid #28530B;
} 
#mainContent a {
	color: #1C4408;
}
#mainContent a:hover {
	color: #3C0131;
}
#footer { 
	padding: 2px 10px;
	background: #B5CE94;
	border: 1px solid #75A247;
	margin: 0;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
	font-size: 80%;
	line-height: 1.4;
}
#footer a {
	color: #712B43;
	background-color: #C8DAB0;
	padding: 2px;
	margin: 2px 0 2px 2px;
	text-align: left;
	border-bottom: 1px solid #BA6489;
	text-decoration: none;
}
#footer a:hover {
	background-color: #54293C;
	color: #FFFFFF;
}

#pink a {
	border: 1px solid #AE6C87;
	color: #54293C; /* #3D6435;  */
	display: block;
	background-image: url(../images/linkbackground.jpg);
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 2px 0px 12px 4px;
	font-weight: bold;
	text-decoration: none;
}
#pink a:hover {
	background-color: #CCD8C0;
	border-bottom: 1px solid #AE6C87;
	color: #3C0131;
	display: block;
	background-image: url(../images/linkbackground_over.jpg);
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	
}

.boxed {
	border-bottom: 1px solid #75A247;
	background-image: url(../images/boxback.jpg);
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: center;
}
.lined {
	border-top: 1px solid #542951;
	font-weight: bold;
	color: #542951;
	background-image: url(../images/linear.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
	padding-left: 5px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

 
.boxfloat {
	float: right;
	width: 40%;
	border: 1px solid #B23D83;
	padding: 10px;
	margin: 5px 0px 5px 20px;
	font-size: 90%;
	font-weight: bold;
	background-color: #E5EDD9;
}