/* 

Style Sheet 1.1
Author: David Critchley
CSS level 2.1

*/

body { 
	margin: 0px;
	padding: 0;
} 

img {
border: 0px solid #ffffff;	/* removes border from linked images */
}

/* pseudo link class for footer */
a.footer:link {
	color: #3c7faf; 
	text-decoration: none;
}

/* pseudo visited class for footer */
a.footer:visited {
	color: #3c7faf;
	text-decoration: none;
}

/* pseudo hover class for footer */
a.footer:hover {
	text-decoration: underline;
}

/* pseudo link class for main links */
a.mainlinks:link {
	color: #3c7faf; 
	text-decoration: underline;
}

/* pseudo visited class for main links */
a.mainlinks:visited {
	color: #3c7faf;
	text-decoration: none;
}

/* pseudo hover class for main links */
a.mainlinks:hover {
	text-decoration: none;

}

.text10 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

.texttitle {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.text12 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
}


#container {
    position: relative;
	width: 820px;
	margin: 0px auto;
	border: 0px solid #666666;
}

#header {
    position: relative;
	border: 0px dashed #666666;
}

#menutop {
    position: relative;
	background: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: center;
	border: 0px dashed #666666;
}

#menumain {
    position: relative;
	background: url(../images/main.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 30px;
	border: 0px dashed #666666;
}

#menubottom {
    position: relative;
	background: url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	border: 0px dashed #666666;
}

#title {
    position: relative;
	text-align: center;
	border: 0px dashed #666666;
}

#contenttop {
    position: relative;
	background: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: center;
	border: 0px dashed #666666;
}

#contentmain {
    position: relative;
	background: url(../images/main.png);
	background-repeat: repeat-y;
	background-position: center;
	border: 0px dashed #666666;
}

#content {
    position: relative;
	margin: 0px +17px;
	padding: 20px;
	border: 0px dashed #666666;
}

#contenttext {
    position: relative;
	line-height: 20px;
	border: 0px dashed #666666;
}

#contentbottom {
    position: relative;
	background: url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	border: 0px dashed #666666;
}

#footertop {
    position: relative;
	background: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: center;
	border: 0px dashed #666666;
}

#footermain {
    position: relative;
	background: url(../images/main.png);
	background-repeat: repeat-y;
	background-position: center;
	border: 0px dashed #666666;
}

#footercontainer {
	height: 16px;
	margin: 0px +34px;
	border: 0px dashed #666666;	
}

#footercontent {
	float: left;
	height: 16px;
	border: 0px dashed #666666;	
}

#footertextsize {
	float: right;
	height: 16px;
	margin: +1px +3px;
	border: 0px dashed #666666;	
}

#footerbottom {
    position: relative;
	background: url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	border: 0px dashed #666666;
}

#footer {
    position: relative;
	text-align: center;
}

#menu {
	float:left;
	width: 764px;
	background:#ffffff;
	line-height:normal;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	margin: 0px +35px;
}
  
#menu ul {
	margin:0;
	padding: 7px 10px 0 5px;
	list-style:none;
}
  
#menu li {
	display:inline;
	margin:0;
	padding:0;
}

#menu a {
	float:left;
	background:url("../images/tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#menu a span {
	float:left;
	display:block;
	background:url("../images/tabrightF.gif") no-repeat right top;
	padding:5px 20px 4px 14px;
	color:#666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {
	float:none;
}

/* End IE5-Mac hack */
#menu a:hover span {
	color:#000000;
}

#menu a:hover {
	background-position:0% -42px;
}

#menu a:hover span {
	background-position:100% -42px;
}