/* CSS Document */

body {
	background: url(img/background.gif);
	font: 12px/12px Arial, Helvetica, sans-serif; color:#000000;
	line-height: 2.0em;
	margin: 0;
	padding: 0;
}

a { color: #1100AA; text-decoration:underline; background: inherit; }
a:hover { color: #7777EE; text-decoration:none; background: inherit;}
h1 {color: #FF0000; font-size: 24px; font-weight:bold;}

.content {
	width: 860px;
}

.thin {
	border-right: 1px solid #1100AA;
	border-left: 1px solid #1100AA;
	border-top: 1px solid #1100AA;
	border-bottom:  1px solid #1100AA;
}

.links {
	color: #FFFF00;
	float: left;
	margin: 0;
	padding: 0;
	width: 202px;
}

.page {
	color: #333333;
}

.links ul { 
    margin: 0;
    padding: 0;
    list-style-type: none; 
}

.links li { 
    margin: 0; 
}

.links a { 
    display: block;
    color: #FFFFFF;
    background-color: #99CC00;
    padding: 3px 12px 3px 10px;
    text-decoration: underline;
	font-weight: bold;
    border-bottom: 1px solid #fff;
}

.links a:hover {
    background-color: #FFFFFF;
    color: #000066;
	text-decoration: none;
	font-weight: bold;
}

.text_padding {
	padding: 5px 20px 5px 215px;
}

.fadein { 
    filter: alpha(opacity=0); 
    -moz-opacity: 0.0; 
    position: absolute; 
    top: 20px; 
    left: 810px; 
    width: 355px; 
    height: 250px; 
    z-index: 10; 
}