/* CCS for Jack Carmichael's website �2008 */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #660000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	scrollbar-base-color:#990000;
}

img {
 vspace:0;
 hspce:0;
 border:0;
 }

hr{
	width:80%;
	color: #FFCC99;
	background-color: #660000;
	height: 1px;
	border:0;
}
.whiteSmall{
	font-size:10px;
	color:#FFFFFF;
}
.subHead{
	font-style:strong;
	font-size:10px;
	font-weight: bold;
	color:#FFFFFF;
	filter:shadow;
}
	

.mainTable{
	width:100%
	height:100%
}
.bodNoRep{
	background-image:url(images/bod_top_left.jpg);
	background-position:left-0px top-0px;
	background-repeat: no-repeat;
}	

.mainContent{
	border-color:#550000;
	border-style:double;
	border-width: 5px;	
}
/* lists for the main menu */
.menuClass{
	margin-top: 30px;
	margin-left:5px;
}
.carmichaelMenu {	
	font: 10px arial, Verdana, Helvetica, sans-serif;
	color: white;
	list-style: none;
	margin-left: 0;
	padding-left: 20px;
	text-indent: -0.5em;
	list-style-type: disc;
	list-style-image:url(images/buttons/nav_u.gif);
	list-style-position:outside;
}

.carmichaelMenu li a{
	color: white;
	padding: 3px 0;
	text-decoration: none;
	display: block;
	width: auto;
	vertical-align:text-top;
}


* html .carmichaelMenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 122px;
}

.carmichaelMenu li a:visited, .glossymenu li a:active{
color: white;
}

.carmichaelMenu li a:hover{
	list-style-image:url(images/buttons/nav_r.gif);
}
.selected {
	font-style:strong;
}
/* body content (div tag #bodyText) */
#bodyText {
	z-index:1;
	margin-left:10px;
	margin:30px 0;
	color:#FFFFFF;
	font-size:10px;
	width:330px;
	height:330px;
	display: block;
	overflow:auto;
	padding-right: 14px;
}

#title {
	z-index:2;
	margin-left:10px;
	margin:30px 0;
	color:#FFFFFF;
	font-size:12px;
	width:330px;
	height:30px;
	display: block;
	overflow:auto;
	padding-right: 14px;
}
.logoHolder{
	width:300px;
	border:0;
	cellspacing:0;
	cellpadding:5px;
}
.logoHolder td{
	align:centre;
}
/* address (div tag #addyText) */
.modernText {
	color:#CC9999;
	font-size:10px;
	text-align:center;
	font-weight: 700;	
}
#addyText {
	margin-left:10px;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
	width:400px;
	height:80px;
	display: block;
	
}


a, a:LINK, a:VISITED {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a:ACTIVE, a:HOVER {
	color: #ffeebc;
}