/* General styles */
	body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	height:100%;
	background:#fff;
	min-width:950px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	width:auto !important;
	width:950px;
	width:100%;						
	font-size:90%;
}

a {
	color: green;
}

a:hover {
	color: blue;
}

a:visited {
	color: green;
}

img.imginline
{ 
vertical-align: middle;
}  

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	height: 144px;
	background-image: url(design/header-background.jpg);
	background-repeat: repreat-x;
}

.corner {
	background-image: url(design/corner-background.jpg);
	width: 100%;
	height: 144px;
	float:left;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top; 
}

.headercontent {
	float:left;
	width:200%;
	position:relative;
	left:150px;
	height: 144px;
	background:#FFD8B7;
	}	
	
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

/* 2 column left menu settings */
.leftmenu {
	background-image: url(design/menu-background.jpg);
	min-height:400px;
}

.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:150px;
	background:#fff;
}

.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:150px;
	padding-bottom:1em;
	min-height:400px;
}

.leftmenu .col1 {
	margin:0 5px 0 175px;
	position:relative;
	right:100%;
	overflow:hidden;
}

.leftmenu .col2 {
	float: left;
	width: 140px;
	position: relative;
	right: 150px;
}

.col1container {
	width: 760px;
}

.footer {
	background-image: url(design/footer-background.jpg);
	width: 100%;
	height: 144px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top; 
}

.footer p {
	text-align: center;
	width: 950px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
}

.footer a {
	color: green;
}

.footer a:hover {
	color: blue;
}

.footer a:visited {
	color: green;
}



/* Menu Styles */

.arrowlistmenu{
width: 140px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: white;
background: black url(design/titlebar.png) repeat-x center left;
margin-bottom: 8px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 8px; /*header text is indented 8px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(design/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(design/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}




/* NEW STYLES */

p {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 16px;
}

.news p {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 16px;
}


.tips p {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 11px;
}
