body {
	font-family: verdana, geneva, arial, sans-serif, helvetica;
	font-size: 10pt;
	background-color: #878EB2;
	color: #ffffff;
	margin-top: 0px;
}

#all    {
	background-image: url(../images/background.gif);
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	
}
	
	
#header {  
	background-image: url(../images/header.gif);
	width: 1000px;
	height: 125px;
	background-color: #0e1d64;
	position: relative;
	
}

#randompic1 {
	background-color: red;
	width: 123px;
	height: 88px;
	position: relative;
	top: 31px;
	left: 576px;
	z-index: 1;
}

#randompic2 { 
	background-color: green;
	width: 123px;
	height: 88px;
	position: absolute;
	top: 31px;
	left: 716px;
	z-index: 2;

}

#randompic3 {
	background-color: blue;
	width: 123px;
	height: 88px;
	position: absolute;
	top: 31px;
	left: 856px;
	z-index: 3;
}


#main { 
	border: hidden 0px; 
	width: 1000px;
	padding: 0px 0px 0px 5px;
	text-align: left;
	margin: auto;
}


#nav {  
	
	border: hidden 0px; 
	width: 150px;
	min-height: 300px;
	margin-left: 25px;
	margin-top: 50px;
        margin-bottom: auto;
	text-align: left;
	float: left; 
	
}


#content {  
	border: hidden 0px; 
	width: 780px;
	margin-left: 180px;
	margin-top: 50px;
	text-align: left;
	min-height: 300px;
	
}

#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	width: 1000px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	

}

.componentheading {

	color: #B5BBD8;
	font-size: 13pt;

}


.contentheading {

	color: #B5BBD8;
	font-size: 13pt;

}

a.mainlevel  {
	line-height:150%;
	color: #ffffff;
	text-decoration: none;
}

a.sublevel  {
	line-height:150%;
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
}

li a {
	color: #b5bbd8;
	text-decoration: none;
}

li a:hover {
	color: #ffffff;
}

a:hover {
	color: #b5bbd8;
	
}

a.blogsection {
	color: #ffffff;
	text-decoration: none;	
}

span a {
	color: #b5bbd8;
	text-decoration: none;
}

span a:hover {
	color: #ffffff;
}

ul {
	color: #b5bbd8;
}

