/* Layout */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #979797;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #767675;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, p, ul, li, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, blockquote, legend { 
	margin:0; 
	padding:0; 
	border:0;
}

.lconl {
	background-image: url(../images/lconl.gif);
}
.lconr {
	background-image: url(../images/lconr.gif);
}
.ltitlebg {
	background-image: url(../images/ltitlebg.gif);
	height: 34px;
	color: #FFFFFF;
	font-size: 20px;
	padding-left: 10px;
}

/* Font Sizes */

.ten {font-size: 10px;}
.eleven {font-size: 11px;}
.twelve {font-size: 12px;}
.thirteen {font-size: 13px;}
.fourteen {font-size: 14px;}
.fifteen {font-size: 15px;}
.sixteen {font-size: 16px;}
.seventeen {font-size: 17px;}
.eighteen {font-size: 18px;}
.twenty {font-size: 20px;}

/* Font Colours */

.white {color: #FFFFFF;}
.black {color: #2f4453;}
.gray {color: #767675;}
.green {color: #03877e;}
.orange {color: #f8c91e;}

/* Font Style & Weight */

.bold {font-weight: bold;}
.italic {font-style: italic;}

/* Hovers */

.n2u {text-decoration: none;}
.n2u:hover {text-decoration: underline;}

.u2n {text-decoration: underline;}
.u2n:hover {text-decoration: none;}

.g2g {color: #767675; text-decoration: none;}
.g2g:hover {color: #03877e;}

/* Drop Down Menus */

#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:25px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF;
padding: 1px 0;
text-decoration: none;
color: #FFFFFF;
background-color: #03877e;
}

#dropmenudiv a:hover{
color: #000000;
background-color: #f8c91e;
}

.border_teal {
	border: #f6c618 1px solid;
}

.green2orange	{text-decoration: none; color:#03877e;#f8c91e;}
.green2orange:hover	{text-decoration: none; color:#f8c91e;}

.yellow_border	{border:#f8c91e; width:1px;}