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

html {
	font-size:1em;
	font-family:arial, Calibri, Helvetica, sans-serif;
	color:#484848;
	line-height: 1.2em;
}

body {
	background-color:#ffffff;
	margin:0px 0px; padding:0px;
	text-align:center;
	}
	
/* Text Headings */

h1 {
	font-size:200%;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top: 1px dotted #bababa;
	padding-top:5px; 
	margin-top:0;
	margin-bottom:0;
	padding-bottom:7px;
	background-image:url(/2008/images/bg-items.gif);
	background-position:top;
	background-repeat: repeat-x;
	line-height: 1.25em;
	}
	
h2 {
	font-size:140%;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:5px;
	padding-bottom:0; 
	margin-top:5px;
	padding-top:5px; 
	border-top: 1px dotted #bababa;
	background-image:url(/2008/images/bg-items.gif);
	background-position:top;
	background-repeat: repeat-x;
	}
	
h3 {
	font-size:1.2em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:5px;
	padding-bottom:0; 
	margin-top:5px;
	padding-top:5px; 
	border-top: 1px dotted #bababa;
	background-image:url(/2008/images/bg-items.gif);
	background-position:top;
	background-repeat: repeat-x;
	}
h4 {
	font-size:1.2em;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:0;
	padding-bottom:5px; 
	margin-top:0;
	padding-top:0; 
	}
h5 {
	font-size:100%;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:5px;
	padding-bottom:0; 
	margin-top:0;
	padding-top:0;
	background-color:#40b8ea; 
	height:12px;
	}
h6 {
	font-size:1.2em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:5px;
	padding-bottom:0; 
	margin-top:5px;
	padding-top:5px; 
	border-top: 1px dotted #bababa;
	}
	
/* Heading Link for home page only, copy of H1 with expanded top margin */

#fivepx {
	padding-top:0; 
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0;
	height: 5px;
	overflow:hidden;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	}

/* Links */

a {
	color:#85173a;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
a.lnkclaret {
	color:#484848;
	text-decoration:none;
	}
a.lnkclaret:hover {
	color:#484848;
	text-decoration:underline;
	}

/* Top Bar (Font Resize & Search) & Forms */

input {
	margin-right: 10px;
	margin-top: 4px;
	border:none;
	background-color:#85173a;
	color:#ffffff;
	font-size:12px;
	font-family:Calibri,Arial, Helvetica, sans-serif;
	width=10px;
}

textarea {
	border:none;
	background-color:#85173a;
	color:#ffffff;
	font-size:12px;
	font-family:Calibri,Arial, Helvetica, sans-serif;
}

.submitted {
	border:1px #484848;
	padding:5px;
	background-color:#85173a;
	color:#ffffff;
	font-size:12px;
	line-height:20px;
	width:100%;
}

.search {
	color: #559fbb;
	border:1px white;
}

#topstrip {
	background-color:#500215;
	width:100%;
	margin:0px auto;
	text-align:left;
	height:35px;
	background:url(/2008/images/bg-claret-top.gif);
	margin-bottom: 10px;
	}
#topstrip-l {
	width:170px;
	color:#559fbb;
	left:10px;
	padding:10px;
	font-size:12px;
	float: left;
	font-family:Calibri,Arial, Helvetica, sans-serif;
}
#topstrip-r {
	color:#559fbb;
	padding:5px;
	font-size:12px;
	float: right;
	font-family:Calibri,Arial, Helvetica, sans-serif;
}
.increaseFont, .decreaseFont, .resetFont {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}
a.increaseFont:link, a.decreaseFont:link, a.resetFont:link {
	text-decoration:none;
}
a.increaseFont:hover, a.decreaseFont:hover, a.resetFont:hover {
	color:#ffffff;
	text-decoration:underline;
}


/* Logo & Links */

#logolinks {
	width: 997px;
	margin:0px auto;
	text-align:left;
	border-top: 1px dotted #bababa;
	background-image:url(/2008/images/bg-items.gif);
	background-position:top;
	background-repeat: repeat-x;
	}
	
#logolinks-l {
	width:170px;
	font-size:12px;
	float: left;
	margin-top:1px;
	padding-bottom:10px;
	padding-top:10px;
}
#logolinks-r {
	padding:5px;
	font-size:0.75em;
	float: right;
}
#ddmenu {
	clear:both;
	width: 997px;
	margin:0px auto;
	text-align:left;
	max-height: 90px;
	min-height: 90px;	
	overflow: hidden; 
	}

/* Horizontal Rule (fixed for IE and FF) */

div.hr { 
	margin:0; 
	border: none; 
	border-top: 10px solid #40b8ea; 
	height:10px;
}
div.hr hr { 
	display: none; 
	background-color:#40b8ea;
	color:#40b8ea;
	noshade:noshade;
	width:100%;
	height:10px;
}
div.hrborder { 
	margin-top:5px; 
	border: none; 
	border-top: 10px solid #40b8ea; 
	height:10px;
}
div.hrborder hr { 
	display: none; 
	background-color:#40b8ea;
	color:#40b8ea;
	noshade:noshade;
	width:100%;
	height:10px;
}

/* Menu */

.menu {
color:#85173a; 
border-bottom:1px dotted #d7d7d7; 
height:30px;
width:997px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:0.85em; 
}
.menu ul {
margin:0px; 
padding:0px; 
list-style:none; 
text-align:left;
}
.menu li {
display:inline; 
line-height:28px;
}
.menu li a {
color:#85173a; 
text-decoration:none; 
padding:4px 5px 6px 5px; 
}
.menu li a.tabactive {
background-color:#85173a; 
color:white; 
position:relative;
}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4,#tabcontent5,#tabcontent6,#tabcontent7,#tabcontent8,#tabcontent9,#tabcontent10,#tabcontent11,#tabcontent12,#tabcontent13 {
width:970px; 
text-align:left;
padding:8px 0; 
font-size:12px; 
margin-bottom:15px;
margin-left:25px;
line-height:15px;
color:#40b8ea;
}

/* General */
	
#spacer {
	width:1px;
	height:30px;
	margin:0px auto;
	clear: both;
	}
	
#banner {
	width:728px;
	height:90px;
	min-height:60px;
	margin:0px auto;
	margin-bottom: 10px;
	}
	
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 100%;
	background: url("/path/to/your/background_cols.gif") repeat;
	clear: both;
}

#maincontentholder {
	width: 997px;
	margin: 0px auto;
	}

#left {
	float: left;
	width: 300px;
	font-size:0.75em;
}

#right {
	float: right;
	width: 160px;
	text-align:center;
	margin-left: 10px;
}

#centre { 
	float: left;
	width: 330px;
	font-size:0.75em;
	padding-left:10px;
	padding-right:10px;
}

#centre-r { 
	float: left;
	width: 177px;
	font-size:0.75em;
	word-wrap: break-word;
}

#footer {
	clear: both;
	margin:0px auto;
	width:100%;
	height:300px;
	background-color:#500215;
	background-image:url(/2008/images/bg-claret-bottom.jpg);
	line-height: 10pt;
	}
#footercontentholder {
	width: 997px;
	margin:0px auto;
	}
#footerleft {
	float: left;
	width: 300px;
	font-size:0.75em;
}

#footerright {
	float: right;
	padding-right:250px;
	width: 497px;
	text-align:center;
	margin-top: 18px;
	font-family:Calibri,Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#559fbb;
}

/* Content DIVs for all non-home page pages */

#leftdiv {
	float: left;
	width: 160px;
	text-align:center;
}

#rightdiv {
	float: right;
	width: 300px;
	font-size:0.75em;
	text-align:left;
}

#centrediv { 
	float: left;
	width: 507px;
	font-size:0.75em;
	padding-left:10px;
}

#centre-rdiv { 
	float: left;
	width: 20px;
	font-size:0.75em;
	word-wrap: break-word;
}
#centre-addiv {
	margin-left: 108px;
	margin-bottom: 0px;
	}	
#blue {
	background-color:#f5fafd;
	padding-left:10px;
	padding-right:10px;
	}
	
/* Comments Form */

#cform {
	text-align:left;
	width: 100%;
	margin-left:0;
	text-align:left;
}
.cform-input { 
 font-size: 1em; 
 background-color: #f5fafd; 
 border: 1px solid #bababa; 
 color:#484848;
 width:100%;
}
.cform-submit { 
 font-size: 1em; 
 background-color: #f5fafd; 
 border: 1px solid #bababa; 
 color:#484848;
 width:150px;
}

/* Classes */

/* Home Page 300x250 Ad in centre column */
#centre-ad {
	margin-left: 15px;
	margin-bottom: 0px;
	}	
.sb {
	color:#85173a;
	font-weight:bold;
	}
.sbb {
	font-size:1.2em;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:5px;
	padding-bottom:0; 
	margin-top:5px;
	padding-top:5px; 
	color:#85173a;
	}
.title {
	font-size:200%;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:5px; 
	margin-top:0;
	margin-bottom:0;
	padding-bottom:7px;
	line-height: 18pt;
	color:#85173a;
	}	
.titlebr {
	font-size:200%;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:5px; 
	margin-top:0;
	margin-bottom:3px;
	padding-bottom:7px;
	line-height: 23pt;
	color:#85173a;
	}	
		
/* Small Normal Font */
.fontsmall {
	font-size:0.9em;
	font-style: italic;
	}	
	
/* Footer Font */
a.fontfooter {
	color:#ffffff;
	}
a.fontfooter:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	text-decoration: none;
	color:#ffffff;
	}
a.fontfooter:hover {
	text-decoration: overline;
	color:#559fbb;
	}
a.fontfooter:active {
	text-decoration: overline;
	color:#ffffff;
	}