@charset "utf-8";
/* CSS Document */

body, p, div, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
a:link {
	color: #253B85;
}
a:visited {
	color: #59035E;
}
a:hover {
	color: #F7B800;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
body {
	margin: 5px;
	padding: 0;
	background-image: url(images/antrimbg.gif);
	background-attachment: fixed;
	background-position: 250px 5px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
h3 {
    font-size: 1.2em;
}

#leftmenu {
	float:left;
	width:140px;
	overflow:hidden;
}

#maincontent {
	margin-left: 145px;
}

#footer {
	clear:both;
	font-size:.9em;
}

#breadcrumbs {
	clear:both;
	font-size:.9em;
}

td.std_table_header {
	text-align:center;
	border-bottom: solid 1px #000000;
	background: #EEEEEE;
	font-weight: bold;
	font-size: 1.2em;
	}
	
table.std_acoc_table {
    width: 620px;
	border: solid 1px #000000;
}

table.std_acoc_table td {
	padding: 5px;
	}
	
p.acoc_copyright {
	font-size: 9px;
	}
	
.resource_odd {
	background: #EFEFEF;
	color: #000000;
}

.resource_even {
	background: #FFFFFF;
	color: #253B85;
}

.resource_hover {
	background: #59035E;
	color: #FFFFFF;
}

.resource_select {
	background: #F7B800;
	color: #000000;
	font-weight: bold;
}

.resource_header {
	background: #F7B800;
	color: 000000;
	font-weight: bold;
    }
	
.resource_header th {
	padding: 5px;
}

.resource_hover a:link {
    color: #FFFFFF;
}

.resource_hover a:visited {
    color: #FFFFFF;
}
.resource_hover a:hover {
    color: #F7B800;
}
.resource_hover a:active {
    color: #FFFFFF;
}

.SpryHiddenRegion {
    visibility: hidden;
}

.floatleft {
    float: left;
	margin-right: 5px;
}

.floatright {
    float: right;
	margin-left: 5px;
}

