﻿/* CSS Document */

/* Alan Morris : Cellsol.co.uk : 12/11/2008 */



#header {
margin: 0 auto;
	padding: 0;
	width :800px;
	min-height :115px;
		background: url('header.png') no-repeat;
}
#mycontent
{
	margin: 0 auto;
	padding: 0;
	width :800px;
	min-height :450px;
		background: url('bodyfade.png') no-repeat;
		
		}
		
#footer
{
	margin: 0 auto;
	padding-top:2px;
	width :800px;
	background: url('footerback.png') repeat-y;
	height :15px;
	color :White ;
	text-align :center ;}

body {
	margin: 0 auto;
	padding: 0;
	background-color: #045DA7;
	color:#666;
	font-family: tahoma,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	}
	
#mypage{background: url(pageback.pn) repeat-x ;  }
	
#topmenu
{
	margin: 0 auto;
	background: url(header.png) no-repeat;
	width:990px;
	height:113px;
	text-align:right;
	font-size: small; 
	text-decoration :none; 
	color :White ;
	}

#pageheader {
margin: 0 auto;
text-align:right;
height:35px;
padding-left :2px;
width: 990px;

}
.menuz 
{
	z-index :100;}

	
#pagecontent {
	width: 990px;
	margin: 0 auto;margin-top :20px;  margin-bottom :15px;
		}
#pagecontenthead{background: url(topcontent.png) no-repeat;}
#pagecontentmid {background: url(midcontent.png) repeat-y; }
#actualcontent {padding-left: 15px;padding-right: 15px;  font-size:90%; background-color:White; min-height :600px;overflow :auto ;}
#pagecontentfoot{background: url(botcontent.png) no-repeat;}
	
#pagefooter {
	width: 960px;
	margin: 0 auto;
	padding: 5px 0;
	font-size:70%;
	text-align:right;
	color:#FFF;
		}



#topmenu a {

	color:#FFF;
	text-decoration: none;
}

#topmenu a:hover {
	text-decoration: none;
	color:yellow;
	
}

#topmenu .first a {
	border: none;
}
h1,.h1, h2,.h2, h3,.h3 {
	margin: 0;
	font-weight: normal;
	color: #045DA7;
	text-decoration :none;
	}
	
h1,.h1  {font-size: large;}

h2,.h2 {font-size: medium;}

h3,.h3 {font-size: small;
	font-weight: bold;}
	
.error {font-size: 100%;
	font-weight: bold;
	color:Red ;}
	
.h5 {font-size: 70%;}

a:link  
	{
		text-decoration :none;color:Green;}

a:visited  
	{
		text-decoration :none;color:Green;}
		a:hover  
	{
		text-decoration :underline;color:Green ;}
		
.newsimage {padding-right:3px; padding-bottom:3px; padding-top :3px; }	
.labeltext {font-size:85%; color :Gray ;}
.greentext {font-size:100%; color :#045DA7 ;}
.breadcrumb {font-size:75%; color :#045DA7 ;}

div.boxtop{background: url(quicklinktop.png) no-repeat;height:9px;}
div.boxmid {background: url(quicklinkmiddle.png) repeat-y; }
div.boxcontent {padding-left: 3px;padding-right: 3px;font-size:70%;}
div.boxbot{background: url(quicklinkbottom.png) no-repeat;height:8px;}	
