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

body {
	margin: 0;
	padding: 0;
	color: #333333;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}

p {
	margin: 0;
	padding: 0;
}

/* main site container */

div#container {
	width: 100%;
	margin: 0 auto;
}

div#containertop {
	width: 100%;
	height: 50px;
	padding: 0;
	margin: 0;
	text-align:left;
	background-color:#999999;
	}

div#graphic {
	width: auto;
	margin: 0;
	padding: 0;	
	float: left;
}

div#menu {
	width: auto;
	margin: 0px 20px 0px 0px;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 0;
	font-size: .8em;
}

div#containertop2 {
	width: 100%;
	height: 20px;
	padding: 0;
	margin: 0;
	text-align: right;
	background-color:#666666;
}

div#secondmenu {
	width: auto;
	padding: 0;
	margin: 0px 20px 0px 0px;
	text-align: right;
	font-size: .8em;
	}
	
#containercolumns { 
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 

#containernocolumns { 
	width: 100%;
	background: #666;
	margin: 0 auto;
	text-align: center;
	padding: 0;
} 

#sidebar1 {
	float: left; 
	width: 130px;
	min-height: 500px;
	height: 100%;
	padding: 15px 0;
}

#maincontent {
	margin:  20px 0;
	padding: 0px 150px 0 140px;
	text-align: left;
} 

#maincontent p {
	color: #666666;
	padding: 10px 0 10px 15px;
	font-size: 0.75em;
}

#maincontent h1 {
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 3px solid #999;
	margin: 0px 0px 0px 15px;
	padding: 5px;
}

#maincontent h2 {
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	background-color: #666;
	margin: 0px 0px 0px 15px;
	padding: 5px;
}

#maincontent h3 {
	color: #333;
	font-size: .9em;
	font-weight: normal;
	padding: 3px;
}

.borderbottom {
	border-bottom: 3px solid #999;
}

.nobold {
	font-weight: normal;
}

.highlight {
	color: #f9ff00;
	font-weight: normal;
	font-style: normal;
}

#maincontent img {
	padding:  0 20px 0 0;
}

#bread {
	font-size: 12px;
	padding: 3px;
	letter-spacing: .1em;
	font-weight: bold;
	}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 20px;
	border: none;
	list-style: none;
	display: inline;
	}
	
#bread2 {
	font-size: 12px;
	padding: 3px;
	letter-spacing: .1em;
	font-weight: bold;
	}

#bread2 ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread2 ul li {
	margin-left: 0;
	padding-left: 20px;
	border: none;
	list-style: none;
	display: inline;
	}
	
#bread em {
	font-style: normal;
	color: #ffffff;
}

#bread2 em {
	font-style: normal;
	color: #ffffff;
}

#bread ul li a:link {
	color:#990000;
	text-decoration:none;
	cursor: pointer;
}

#bread ul li em a:link {
	color:#ffffff;
	text-decoration:none;
	cursor: pointer;
}

#bread ul li a:visited {
	color:#990000;
	text-decoration:none;
}

#bread ul li em a:visited {
	color:#ffffff;
	text-decoration:none;
}

#bread ul li a:hover {
	color: #FFFF99;
	text-decoration:none;
	cursor:pointer;
}

#bread ul li em a:hover {
	color: #ffffff;
	text-decoration:none;
	cursor:pointer;
}

#bread ul li a:active {
	color:#ffffff;
	text-decoration:none;
}

#bread2 ul li a:link {
	color:#CCCCCC;
	text-decoration:none;
	cursor: pointer;
}

#bread2 ul li a:visited {
	color:#CCCCCC;
	text-decoration:none;
}

#bread2 ul li em a:link {
	color:#FFFFFF;
	text-decoration:none;
	cursor: pointer;
}

#bread2 ul li em a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#bread2 ul li a:hover {
	color: #FFFF99;
	text-decoration:none;
	cursor:pointer;
}

#bread2 ul li em a:hover {
	color: #FFFFFF;
	text-decoration:none;
	cursor:pointer;
}

#bread2 ul li a:active {
	color:#FFFF99;
	text-decoration:none;
}

.clearfloats {
	clear: both;
}

.float {
	float: left;
}

.textsize {
	font-size: .8em;
}

#sidebar1 ul {
	margin: 0px;
	padding:  0px;
	list-style-type: none;
	font-size:  .8em;
	border-bottom: 1px solid #999;
}

#sidebar1 li {
	width: 100%;
	margin: 10px 0px 5px 0px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	list-style-type: none;
	color: #353843;
	padding: 0 5px 0 10px;
}

#sidebar1 a:link {
	color: #353843;
	text-decoration:none;
	cursor: pointer;
}
#sidebar1 a:visited {
	color:#353843;
	text-decoration:none;
}
#sidebar1 a:hover {
	color: #fafff3;
	background-color: #353843;
	text-decoration:none;
	cursor:pointer;	
}
#sidebar1 a:active {
	color:#fafff3;
	text-decoration:none;

}

#maincontent ul {
	margin: 0px;
	padding:  0px;
	list-style-type: none;
	font-size:  .8em;
	border-bottom: 1px solid #999;
}

#maincontent li {
	width: 100%;
	margin: 10px 0px 5px 0px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	list-style-type: none;
	color: #353843;
	padding: 0 5px 0 10px;
}

a img {border: none;}

a img:hover {
	border: none;
	text-decoration:none;
	cursor:pointer;
	background: #FFFFFF;
}

#maincontent a:link {
	color: #b3002f;
	text-decoration:none;
	cursor: pointer;
}
#maincontent a:visited {
	color:#b3002f;
	text-decoration:none;
}
#maincontent a:hover {
	color: #fafff3;
	background-color: #353843;
	text-decoration:none;
	cursor:pointer;	
}
#maincontent a:active {
	color:#fafff3;
	text-decoration:none;

}

#maincontent tr td {
	color: #666666;
	padding: 10px 0 10px 15px;
	font-size: 0.75em;
}
