Body { Background-image: url("http://www.sandynet.co.uk/graphics/whiteback.gif"); color: #444; font-family: 'verdana'; font-size: 11pt; font-weight: 500 }

UL LI { font-size: 100%; font-family: 'verdana' }

TD { font-size:1em; font-family: 'verdana'; font-weight: 500 }

#overall {
	height:100%; 
	margin:0 auto; 
	text-align:left; 
	width:100%;
}

.container  {
	width: 1300px;
	margin:0 auto;
	overflow: hidden;
}

#box-container  {
	background: #D7D7D7;
	border-radius: 20px;
	box-shadow: 10px 10px 10px #444;
	border: 2px solid #000088;
	padding: 20px 20px 50px 20px;
	width: 1200px;
	margin-bottom: 30px;
}

p {
	color: #444; 	
	font-family: 'verdana'; 
	font-size: 11pt; 
	font-weight: 500;
}
.leftcol {
	width: 520px;
	display: inline-block;
	padding-right: 30px;
}
.rightcol  {
	width: 640px;
	display: inline-block;
}

.clear {
	clear:both;
}

.red 		{ color: red; }
.green 		{ color: green; }
.blue 		{ color: blue; }
.yellow 	{ color: yellow; }
.white 		{ color: white; }
.black 		{ color: black; }
.bold 		{ font-weight: bold; }
.big 		{ font-size: 120%; }
.upper 		{ text-transform: uppercase; } 
.italic 	{ font-style: italic; }
.intranet     	{ font-weight: bold; font-size: 120%; font-family: "Verdana"; color: blue; }
.sandynet 		{ font-weight: bold; font-size: 120%; font-family: "Trebuchet MS"; color: #4b4b4b; }
.sandynetred 	{ font-weight: bold; font-size: 120%; font-family: "Trebuchet MS"; color: red; }
.sandynetblue 	{ font-weight: bold; font-size: 120%; font-family: "Trebuchet MS"; color: #000088; padding-bottom: 20px; padding-top: 10px; }
.windrush     	{ font-weight: bold; font-size: 120%; font-family: "Myriad Web Pro"; color: green; }
.crete        	{ font-weight: bold; font-size: 120%; font-family: "Myriad Web Pro"; color: blue; }
.banner 		{ font-size: 14pt; font-weight: 800; font-family: "verdana"; color: green; }

.imagepointer {cursor: pointer; }

#offset1 {position: relative; top: 10px }

A:LINK {
	font-family: 'verdana'; 
	text-decoration : none;
	color: #4b4b4b;
}

A:VISITED {
	font-family: 'verdana'; 
	text-decoration : none;
	color: #4b4b4b;
}
	
A:HOVER {
	font-family: 'verdana'; 
	font-weight : bold;	
	text-decoration : none;
	color: #000088;
}

.blue-button  {
	margin:0 0 0 10px;
	background:#e8e8e8 url(../graphics/backgrounds2.png)top repeat-x;
	background-position:0 -160px;color:#fff;
	border:solid #428aab 1px;border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:14px;
	cursor:pointer;
	height:26px;
	text-align:center;
	letter-spacing:1px;
	padding:4px 5px;
}

span.blue-button  {
	width:auto;
	background:#f2f2f2 top repeat-x;
	border:solid #333 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:14px;
	cursor:pointer;
	height:26px;
	text-align:center;
	letter-spacing:1px;
	padding:4px 5px;
	color:#333;
	margin:10px 0px 0px 0px;
}

.blue-button:hover  {
	background-position:0 -200px;
	color:#f2f2f2;
}
