/*
	Basic stylesheet modified from Kens Stef 24-10-2002. Most of these will be modified in the specific style sheets, look in the site folder for those.
*/

/*
standard link stuff here
*/
a {
	background-color : transparent;
	color : #009999;
	text-decoration: none;
}

a:visited {
	color : #808080;
}

a:hover {
	color : #FF0000;
	text-decoration : none;
}

/*
body and soul
*/
body {
	background-color : #FFFFFF;
	color : #003366;
	margin : 2px;
	padding : 2px;
	text-align : center;
}

body, p, td, th, h2, a, div {
	font-size : 11px;
}

body, p, td, th, h2, h1, a, div{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*
holding box - use width and auto in second style sheet....
*/
div.box {
	border : 1px solid #FFFFFF;
	margin : 0 15%;
	padding : 0;
	text-align : center;
}
/*Wrap this around a group of pictures and see the amazing results!*/

div.pics {
	padding : 10px;
	text-align : center;
}

h1 {
	background-color : #FFFFFF;
	color : #CCCCCC;
	font-size : 10px;
	font-weight : bold;
	margin-bottom : 2px;
	margin-top : 2px;
	text-align : center;
}

h2 {
	font-weight : bold;
	margin-bottom : 1px;
	margin-top : 1px;
}

/*
This gets rid of all those horrible blue boxes around image links 
*/
img {
	border : 0px;
}
/*
This is to sort out the centering inherited from the default template, either change it in the site specific or advanced CSS. Nice to be nice. :) 
*/
p {
	text-align : left;
}

/*
If for some unknown reason I use tables this sorts out the centering bug in most browsers
*/
table.bob {
	margin : 0 auto;
}

/*
this is a pixel padding thing five and ten, as it says on the tin.
*/
.five {
	padding : 5px;
	text-align : center;
}

.nav {
	padding : 5px;
	text-align : center;
}

.ten {
	padding : 10px;
	text-align : center;
}

