/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{
	float:left;
	background-image:url(server11.jpg);
	width:270px;
	height:200px;
	background-repeat: no-repeat;
	background-position: right top;
}
#topheader{
	float:right;
	width:526px;
	height:105px;
	position:relative;
	background-image: url(bgmenu.jpg);
	background-repeat: repeat;
}
#toplinks{
	position:absolute;
	right:4px;
	top:8px;
	width: 200px;
}
#menu{
	float:right;
	width:526px;
	height:32px;
	background-image:url(bg_menu.gif);
	background-repeat:repeat-x;
	border-left-color: #FF0000;
	border-bottom-width: thin;
	border-left-style: inset;
	border-left-width: thin;
	border-top-color: #FF0000;
	border-top-style: inset;
	border-top-width: thin;
}
#submenu{
	float:right;
	width:526px;
	height:32px;
	background-image:url(images/bg_submenu.gif);
	background-position:top;
	background-repeat:repeat-x;
	border-bottom-color: #FF0000;
	border-bottom-style: inset;
	border-bottom-width: thin;
	border-left-style: inset;
	border-left-color: #FF0000;
	border-left-width: thin;
}
#contenttext{
	float:right;
	width:526px;
	border-right-style: ridge;
	border-right-width: thin;
}
#leftpanel{
	float:left;
	width:232px;
	border-left-width: thin;
	border-left-color: #CCCCCC;
	border-left-style: ridge;
	border-right-color: #CCCCCC;
	border-right-style: ridge;
	border-right-width: thin;
}
#div1{
	float:left;
	width:232px;
	border-bottom-style: ridge;
	border-bottom-width: thin;
	border-bottom-color: #00FF00;
}
#footer{float:left; width:800px; background-color:#F0F0F0; padding:10px;}

#block {
	display:block;
	padding:10px;
	width:142px;
	text-align:justify;
	float:left;
}
#block1 {
	display:block;
	padding:0px;
	width:150px;
	text-align:justify;
	float:left;
	margin-left: 3px;
	margin-right: 5px;
}
/*GRAY PANEL*/
.graypanel{
	border:solid 0px #666666; padding:10px; margin:10px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
	border-right: 1px 1px 1px 1px;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: right center;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:none;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
#block2 {
	display:block;
	padding:10px;
	width:190px;
	text-align:justify;
	float:left;
	margin-left: 20px;
	margin-right: 10px;
	border-bottom-width: thin;
	border-color: #CCCCCC;
	background-color: #CCCCCC;
}
#block3 {


	display:block;
	padding:10px;
	width:250px;
	text-align:justify;
	float:left;
	margin-left: 40px;
	margin-right: 10px;
}
