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


html {
	margin: 0; 
	padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	text-align:center;
	background: #ffffff;
	color: #404040;
	height: 100%;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align:top;
	font-size:12px;
	padding: 0px 5px 5px 5px;
	margin: 5px;
	color: #333333;
	line-height: 20px;
}

h1 {
	font-size: 12px;
	padding: 0px 5px 5px 5px;
	margin: 5px;
}

#content a:visited, #content a:link {
	color:#000000;
	font-weight: bold;
	border-bottom: 0px solid #999999;
	text-decoration: none;
	
}

#content a:hover  {
	color:#ff0000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #ff0000;
}

#wrapper {
	margin:0 auto;
	border: 1px solid #000000;
	background-color:#ffffff;
	width: 950px;
	overflow:auto;
	height: auto;

}

#header  {
	width: 950px;
	margin:0 auto;
	margin-top: 0px;
	height: 149px;
	background-image: url('../images/template_01.gif');
	background-position: center;
}

#navigation {
	float: left;
	width: 950px;
	margin: 0px;
	padding: 0px;
	height: 38px;
	background-image: url('../images/template_02.gif');
	background-position: left;
	margin-bottom: 10px;
}

#nav-menu ul {

	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li {
	
	float: left;
	margin: 7px;
} 

	



#nav-menu li a:visited, #nav-menu li a:link {
	
	background: url('../images/buttons/menu-bullets.gif') #fff bottom left no-repeat;
	
	line-height: 1.5em;
	float: left;
	display: block;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding: 0px 0px 0px 9px;
	font-weight:bold;
	font-size:11px;

}

#nav-menu li a:hover  {
	background: url('../images/buttons/menu-bullets.gif') #fff bottom left no-repeat;
	
	line-height: 1.5em;
	float: left;
	display: block;
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
	text-align: center;
	padding: 0px 0px 0px 9px;
	font-weight:bold;
	font-size:11px;

}

#content {
	padding: 0px;
	margin: 0px;
	float: left;
	text-align:left;
	width: 745px;
	height: auto;
}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align:top;
	font-size:12px;
	padding: 5px;
	margin: 5px;
	color: #333333;
	line-height: 20px;
}


.border {
	border: 1px solid #cccccc;
	padding: 10px;
}


#right-menu {
	vertical-align:bottom;
	padding-right: 10px;
	padding-bottom: 10px;
	float: right;
	text-align:left;
	width: 180px;
	height: auto;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

#right-menu  ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#right-menu li {
	margin: 0px;
	padding: 5px 0px 5px 20px;
	font-weight: bold;
} 

#right-menu a:visited, #right-menu a:link {
	color:#000000;
	font-weight: normal;
	text-decoration: none;
	padding: 10px 0px 10px 0px; 
}

#right-menu a:hover  {
	color:#ff0000;
	text-decoration: underline;
	font-weight: normal;
}


#footer {
	clear: both;
	float: left;
	width: 950px;
	height: 20px;
	padding-top: 10px;
	background-color:#D40000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	border-top: 1px solid #000000;
}


#footer a:visited, #footer a:link {

	color:#000000;
	text-decoration:none;
	font-weight: bold;
}

#footer a:hover  {

	color:#EBD51E;
	text-decoration: underline;
	font-weight: bold;
}

.spacer-bar {
	clear: left; 
	width: 170px;
	height: 9px;
	background-image: url('../images/buttons/spacer-bar.gif');
	margin: 5px;
}

.breadcrumb {
	font-size: 12px;
	color:#000000;
	width: 250px;
}

.breadcrumb-link a {
	font-size: 9px;
	color:#666666;
}


