/* CSS Document */

body {
	background-color: #333333;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-family : Verdana, Arial, sans-serif;
	font-size:  10px;
	color: #000;
	background: url('images/background-tile.jpg') repeat;
	}
	
img { display: inline; }

h1 {font-size: 14px;
	color: #000;
	}

a:link {color: #68A0A9; text-decoration:none; font-weight: bold;}
a:visited {color: #68A0A9; text-decoration:none; font-weight: bold;}
a:hover {color: #8ED1DC; text-decoration:underline; font-weight: bold;}
a:active {color: #68A0A9; text-decoration:none; font-weight: bold;}

.nav {
	color: #3a180e;
	background: #FFF;
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	height: 38px;
	}
	
.nav:hover {
	color: #fe7d06; font-size: 20px;
}	

.insidenav {
	padding: 5px 0 5px 0;
	border-top: 1px solid #fe7d06;
	border-bottom: 1px solid #fe7d06;
	}
	
div.insidenav td a:link, div.insidenav td a:active, div.insidenav td a:visited {color: #3a180e; text-decoration:none; font-weight: normal; font-size: 14px;}
div.insidenav td a:hover {color: #fe7d06; font-size: 20px; text-decoration:none; font-weight: normal; font-size: 14px;}
	
	
.display {
	background-color: #EDEBBA;
	padding: 15px;
	margin: 0px;
	}
	
.content {
	background-color: #FFF;
	padding: 18px;
	font-family: Verdana, sans-serif;
	font-size:  12px;
	line-height: 17px;
	color:#666666;
	}

.innercontent {
	padding: 10px 0px 0px 0px;
	font-family: Verdana, sans-serif;
	font-size:  12px;
	line-height: 17px;
	}

.innercontent2 {
	padding: 18px 18px 18px 18px;
	}

.innercontent3 {
	font-family: Verdana, sans-serif;
	font-size:  12px;
	}

.innercontent4 {
	line-height: 17px;
	padding: 18px 18px 18px 18px;
	font-family: Verdana, sans-serif;
	font-size:  12px;
	}
	
.footer {
	background-color: #ebebeb;
	font-family: Verdana, sans-serif;
	font-size:  10px;
	color: #333;
	}
	
	.footer a:link {color: #333; text-decoration:none; font-weight: bold;}
	.footer a:visited {color: #333; text-decoration:none; font-weight: bold;}
	.footer a:hover {color: #666; text-decoration:underline; font-weight: bold;}
	.footer a:active {color: #333; text-decoration:none; font-weight: bold;}
	
.special:link, .special:visited, .special:active {font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000; text-decoration: none; font-weight: normal; cursor: text;}
.special:hover {font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000; text-decoration: underline; font-weight: normal; cursor: text;}