/* CSS Document */

/*PAGE LAYOUT*/
body {background-image:url(BlueSky.jpg) ;
	margin left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
#logo{float:left; background-image:url(logocopy); width:139px; height:139px;}
#topheader{float:right; width:790px; height:105px; background-image:url(headerblog.jpg); position:relative}
#toplinks{position:absolute; right:10px; top:10px;}
#menu{float:right; width:790px; height:32px; background-image:url(tit_onder1.gif); background-repeat:repeat-x;margin:3px;}
#submenu{float:right; width:790px; height:32px; background-image:url(tit_onder1.gif); background-position:top; background-repeat:repeat-x;margin:3px;}
#contenttext{float:right; width:650px; background-color: ; position:relative}
#leftpanel{float:left; width:150px;}
#footer{float:right; width:630px;height:32px; padding:10px; background-image:url(tit_onder1.gif); background-position:top; background-repeat:repeat-x;}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:; padding:15px; margin:10px;}

/*TEXT STYLES*/
.bodytext {
	font: 0.8em Tahoma, sans-serif;
	front-size:15px;
	color: #666666;
} 

.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;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;}
	
	
.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:underline;}
	
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color:#ffffff;
	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;}	
