body {
	background: url(images/bg.gif) repeat-y #ccc;
	margin: 0px;
}

body, div, td, p {
	font: 10pt Verdana, Arial, sans-serif; 
}

a.headingLink {
	color: black;
	text-decoration: none;
	}
	
.button{
  	padding:0 .25em 0 .25em;
  	width:auto;
  	overflow:visible;
	}

input.button {
    padding: 0 .25em;
    width: 0;
    overflow:visible;
	}

input.button[class] { /*ie ignores [class]*/
    	width: auto;
	}

a.headinglink2 {
	color: #660099;
	font-family:Comic Sans MS;
	text-decoration: none;
	}
	
a.headingLink:hover {
	color: blue;
	text-decoration: underline;
	}


a.headinglink2:hover {
	color: blue;
	font-family:Comic Sans MS;
	text-decoration: underline;
	}

a {
	color: blue;
	}
	

h2 {  	
	font: 16pt/21pt Verdana, Arial, sans-serif;
	position: relative;
	left: -10px;
}

#menuBar {
	width: 100%;
	height: 58px;
	background: url(../sitelayout/menuBar.gif) repeat-x #d2b48c;
}

#sideBar {
	position: absolute;
	top: 253px;
	width: 138px;
	/*background: url(ximages/sideBarTop.gif) no-repeat #ddddaa;*/
}

#crest {
	position: absolute;
	top: -180px;
	left: -30px;
	width: 249;
	height: 158px;
	background: url(images/logoa.gif) no-repeat;
}

#linksMenu {
	position: absolute;
	top: 237px;
	width: 138px;
}

#main {
	font: 10pt Verdana, Arial, sans-serif; 
	padding-left: 150px;
	padding-top: 20px;
	text-align: justify;
	padding-right: 1px;
	padding-bottom: 20px;
}

div.button {
	font: 10pt Verdana, Arial, sans-serif;
	background: url(images/button.gif) repeat-x;
	height: 20px;
	/* Mozilla */
	width: 120px;
	padding-left: 15px;
}

/* Box Styles */
.maroonBox {
	color: maroon; 
	font-size: x-small;
	padding: 10px;
	border: 1px outset #f2cf97;
	background-color: #e7c48c;
}

.blueBox {
	border: 1px outset #c0c0c0; 
	padding: 10px; 
	background-color: #ccccff; 
	text-align: left;
}

.pinkBox {
	background-color: #ffcccc;
	border: 1px outset #ffcccc;
	padding: 10px;
}

.silverBox {
	background-color: #c0c0c0;
	border: 1px outset #c0c0c0;
	padding: 10px;
}

.purpleBox {
	background-color: #e0aaee;
	border: 1px outset #e0aaee;
	padding: 10px;
}

.whiteBox {
	background-color: white;
	border: 1px outset gray;
	padding: 10px;
}

.lighttanBox {
	background-color: #e2bf87;
	border: 1px outset #e2bf87;
	padding: 10px;
}

.tanBox {
	background-color: #ffcc66;
	border: 1px outset #ffcc66;
	padding: 10px;
}

.greenBox {
	background-color: #66cc99;
	border: 1px outset #66cc99;
	padding: 10px;
}

.advertBox {
	border: 1px outset #eecebe;
	background: #eecebe;
	padding: 10px;
	text-align: center;
}

.headingCenter {
	font: 12pt/16pt Verdana, Arial, sans-serif;
	text-align: center;
	width: 100%;
	color: black;
	font-weight: bold;
}

/* Footer */
div.footer {
	background: url(../sitelayout/bottomBar.gif) repeat-x; 
	padding: 4px;
	text-align: center;
}

td.footer {
	font-family: Verdana;
	color: #6a5f52;
	font-size: 7pt;
	padding-left: 15px;
	padding-right: 15px;
}

/* All images should have a border around them */
img.border {
	border: 1px outset #555555;
}

/* A more solid looking border */
img.blackBorder {	
	border: 1px solid black;
}

/* Image captions should be surrounded with <span class="caption"> ... </span> */
.caption {
	color: blue;
	font-size: x-small;
}

/* Css to wrap text around images in news reports */
 .lefted { float: left;
        color: black;
        padding: 0.1em;
        margin-left: 0.1em;
        margin-top: 0.4em;
        margin-right: 0.4em; }
 .righted { float: right;
        color: black;
        padding: 0.1em;
        margin-left: 0.4em;
        margin-top: 0.4em;
         margin-right: 0.1em; }
body, div, td, p {
color: black; font: 10pt Verdana, Arial, sans-serif; 
}


/* Form Elements */
select.small {
	font-size: xx-small;
	width: 128px;
	background-color: #f7f0e1;
}

/* by default links are black, turning to blue
this link is more obviously linky */
a.blueLink {
	color: blue;
	text-decoration: underline;
}

a.blueLink:hover {
	color: white;
}

p.title {
	color: #106;
	font-size: 20px;
	text-decoration: bold;
}

.smallerheadings {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #106;
}
