img, div { behavior: url(./iepngfix/iepngfix.htc) }

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 76%;
	background: #eaeaea url(images/bg.gif) top center repeat-y;
	color: #3a3a3a;
	padding: 0;
	margin: 0 auto;
}
#wrap {
	background-color:#ffffff;
	color:#303030;
	margin:0 auto;
	padding:1px 5px;
	width:900px;
}

#header {
	color:#505050;
	height:113px;
	margin:0 0 5px 0;
	padding:0;
	background-image: url(images/front.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}
#title_layer {
	padding-left:0px;
	position: absolute;
	margin-left: 210px;
	border: 0px;
	left:50%;
	top: 0px;
	height:151px;
	width:237px;
	visibility: visible;
	overflow: hidden;
	background-image: url(images/front.png);

}

#header h1 {
	font-size:20px;
	font-weight:normal;
	letter-spacing:-2px;
	margin:0 0 4px 15px;
	padding:15px 0 0 0;
}

#header p {
	font-size:13px;
	letter-spacing:-1px;
	margin:0 0 20px 15px;
	padding:0 0 0 3px;
}



#menu {
	float:left;
	width:200px;
	margin:0 0 10px 0;
	padding:0;
}

#menu ul {
	list-style:none;
	width:185px;
	margin:0 0 20px 0;
	padding:0;
}

#menu li {
	margin-bottom:5px;
}
#menu li li {
	margin-bottom:2px;
}
#menu li li a{
	font-weight:bold;
	
	text-decoration:none;
	color:#505050;
	display:block;
	padding:6px 0 0 10px;
	background:#f4f4f4 url(images/menubg.gif) bottom left repeat-x;
	border-top:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #CD6969;
}

#menu li a {
	font-weight:bold;
	height:20px;
	text-decoration:none;
	color:#505050;
	display:block;
	padding:6px 0 0 10px;
	background:#f4f4f4 url(images/menubg.gif) bottom left repeat-x;
	border-top:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #660100;
}

#menu li a:hover{
	background:#eaeaea url(images/menubg2.gif) bottom left repeat-x;
	color:#505050;
	border-top:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	border-left:px solid #505050;
}


#menu li p {
	font-weight:bold;
	height:16px;
	text-decoration:none;
	color:#505050;
	display:block;
	padding:60px 0 0 10px;
	background:#f4f4f4 url(images/menubg.gif) bottom left repeat-x;
	border-top:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	border-left:4px solid #993333;
}
#menu ul ul {
	margin:5px 0 5px 15px;
	font-size:13px;
	width:170px;
}

#menu ul ul a {
	
	margin:0;
	padding:4px 0 0 8px;
}

#menu h2 {
	font-size:15px;
	font-weight:normal;
}
#adbar {
	clear:right;
	float:right;
	width: 125px;
	text-align: right;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: none;	
	background-color: none;	
	}
/***** Main content *****/

#content {
	padding:0;
	line-height:1.5em;
	text-align:left;
	height: auto;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 565px;
}
#content h1 {
	font-size:13px;
	color:#94bd5e;
	font-weight:bold;
	margin:8px 0 0px 0;
	padding:0;
}
#content h2 {
	font-size:15px;
	color:#94bd5e;
	font-weight:bold;
	margin:8px 0 0px 0;
	padding:0;
}
#content p {
	font-size:13px;
}

#content h3 {
	font-size:15px;
	color:#94bd5e;
	font-weight:bold;
	text-align:center;
}
#content h4 {
	font-size:12px;
	color:#94bd5e;
	font-weight:bold;
	margin: 0px 0px 5px 0px;

}
#content img{
	padding:1px;
	display:inline;
	background:#cccccc;
	color:#303030;
	border:4px solid #f0f0f0;
}

#content a {
	font-weight:bold;
	background-image: url(images/button_link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}


#content a:hover {
	font-weight:bold;
	background-image: url(images/button_link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	margin-left: 2px;
}
a.arrow:hover {
	font-weight:bold;
	background-image: url(images/button_link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	margin-left: 2px;
}

a.arrow {
	font-weight:bold;
	background-image: url(images/button_link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}


#content ul, #content ol {
	margin:0 0 16px 20px;
	padding:0;
}

#content ul ul, #content ol ol{
	margin:2px 0 2px 20px;
}

#content li {
	margin:0 0 2px 10px;
	padding:0 0 0 4px;
	font-size:13px;
}

/***** Footer *****/

#footer {
	clear:both;
	border-top:2px solid #dadada;
	
	text-align:center;
	color:#808080;
	font-size:0.9em;
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

#footer p {
	padding:0;
	margin:0;
}

#footer a {
	color:#808080;
	background-color:inherit;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/***** Various tags *****/

a {
	text-decoration:none;
	color:#505050;
	
}

a:hover {
	
	color:#94BD5E;
	
}

a img {
	border:0;
}

p {
	margin:0 0 16px 0;
}

blockquote {
	border-top:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #cccccc;
	margin:16px;
	padding:7px 7px 7px 11px;
	background:#f4f4f4 url(images/menubg.gif) bottom left repeat-x;
	color:#505050;
}

blockquote p {
	font-size:13px;
	line-height:1.3em;
	margin:0;
}

/***** Table styles *****/

table {
	padding:0;
	line-height:1.3em;
	border-collapse:collapse;
	border:1px solid #d8d8d8;
	width: 565px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 16px;
	margin-left: 0;
	display: inline-table;
	overflow: auto;
}

caption {
	text-align:left;
	font-size:13px;
	font-weight:normal;
	margin:0;
	padding:6px 0 8px 0;
}

th {
	padding:7px;
	text-align:left;
	background:#eaeaea url(images/menubg2.gif) bottom left repeat-x;
	color:#505050;
	padding:0px 0 8px 0;
}

td {
	padding:7px;
	font-size:13px;
	vertical-align: top;
	horizontal-align: left;
	text-align:left;
	background:#f4f4f4 url(images/menubg.gif) bottom left repeat-x;
	color:#303030;
}

#index_content_table th

/***** Form styles *****/

.button {
	border-top:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #cccccc;
	margin:0 0 15px 0;
	padding:7px 7px 7px 11px;
	background:#f4f4f4 url(images/menubg.gif) bottom left repeat-x;
	color:#505050;
	font-weight:bold;
	width:120px;
}

input, textarea {
	border:1px solid #cccccc;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:13px;
	margin:0;
	padding:4px;
}

label {
	margin:2px;
}

input {
	width:200px;
}

textarea {
	width:300px;
}



/***** Various classes *****/

.left {
	margin:10px 10px 5px 0;
	float:left;
}

.right {
	margin:10px 0 5px 10px;
	float:right;
}

.textright {
	text-align:right;
	margin:-10px 0 4px 0;
}

.center {
	text-align:center;
}

.small {
	font-size:0.8em;
}

.large {
	font-size:13px;
}

.bold {
	font-weight:bold;
}

.highlighted {
	padding:3px;
	background-color:#f0f0f0;
	color:#303030;
	border:1px solid #b0b0b0;
}
.smallP {
	margin-bottom: 5px;
	line-height: 0.6em;
}
.error {
	color: #990000;
	text-decoration: underline;
	margin: 0;

}

#content .nolinkdeco {
	font-weight:bold;
	background-image: none;	
	padding: 0px;
	margin:0px;
	border:0px;

}

#content .nolinkdeco:hover {
	background-image: none;
	font-weight:bold;
	padding: 0px;
	margin:0px;
	border:0px;

}
