/* CSS Document */

body, html {
	
	margin:5px;
	padding-left:0px;
    max-width: 1600px;
	min-width: 1024px;
	background-color:#CCCCCC;
	}

p{
text-indent: 25px;
padding-right:30px;
padding-left:5px;
}

#header{
	padding-left:30px;
	height:100px;
	background-color:#5B5B5B;
	margin-bottom:0px;
}

#left{
	width:160px;
	float:left;
	background-color:#999999;
	margin-bottom: 15px;
}

#leftlink{
	width:123px;
	background-image:url(images/m_button.gif);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	height:28px;
	text-align:left;
	padding-left:15px;
	padding-top:7px;
	vertical-align:middle;
	margin-bottom:5px;
}

#leftlink a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
	height:32px;
	text-align:left;
	padding-left:12px;
	vertical-align:middle;
}
#leftlink a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	height:32px;
	text-align:left;
	padding-left:10px;
	vertical-align:middle;
	padding-top: 2px;
}

a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	height:32px;
	text-align:left;
	padding-left:10px;
	vertical-align:middle;
	padding-top: 3px;
	text-decoration:none;
}

a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
	height:32px;
	text-align:left;
	padding-left:12px;
	vertical-align:middle;
}
#leftlnk{
	width:123px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	height:31px;
	text-align: center;
	padding-left:0px;
	padding-top:7px;
	vertical-align:middle;
	margin-bottom:5px;
}

#lefcounter{
	width:123px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	height:120px;
	text-align: center;
	padding-left:0px;
	padding-top:7px;
	vertical-align:middle;
	margin-bottom:5px;
}

#content{
	margin-left:175px;
	margin-right:0px;
	padding-left:19px;
	padding-right:19px;
	padding-bottom:19px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
}

#bottom{
	padding-left:30px;
	height:80px;
	background-color:#5B5B5B;
	margin-bottom:0px;
}

.c1 {
	background:#5B5B5B url(images/c1.gif) no-repeat left top;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.c2 {
	background:
	url(images/c2.gif) no-repeat right top; 
	;
}
.c3 {
	background:url(images/c3.gif) no-repeat right bottom;
}
.c4 {
	background:url(images/c4.gif) no-repeat left bottom;
	padding:10px;
}

.c1_1 {
	background:#999999 url(images/c1_1.gif) no-repeat left top;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.c2_1 {
	background:url(images/c2_1.gif) no-repeat right top;
}
.c3_1 {
	background:url(images/c3_1.gif) no-repeat right bottom;
}
.c4_1 {
	background:url(images/c4_1.gif) no-repeat left bottom;
	padding:10px;
}
.clear {clear:both;
}
