@charset "utf-8";
/* CSS Document */

body, html {
	background-image: url(/images/bg_01.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	font-family: Tahoma, sans-serif;
}

#container {
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header_home {
	background-image: url(/images/head_home.gif);
	background-repeat: no-repeat;
	height: 146px;
}

#header {
	background-image: url(/images/head_inside.gif);
	background-repeat: no-repeat;
	height: 167px;
}

#header img,
#header_home img {
	padding: 20px 0 0 30px;
}

#title {
	background-image: url(/images/title_inside.gif);
	background-repeat: no-repeat;
	padding: 29px 50px 31px 50px;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: normal;
}

#nav_home {
	background-image: url(/images/nav_home.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-top:15px;
}


#nav {
	background-image: url(/images/nav_inside.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-top:15px;
	
}
#nav img, #nav_home img {
	margin-left:20px;
}

#navboard {
	background-image: url(/images/nav_inside.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 30px;
	padding-top:15px;
	padding-left:20px;
}

#navboard img {
	margin-left:10px;
}

#main {
	background-image: url(/images/body_repeat.gif);
	background-repeat: repeat-y;
	width: 100%;
}

#main2_home {
	background-image: url(/images/body_home.gif);
	background-repeat: no-repeat;
	font-size: .75em;
	color: #330000;
	width: 100%;
}

#main2 {
	background-image: url(/images/body_inside.gif);
	background-repeat: no-repeat;
	font-size: .75em;
	color: #330000;
	width: 100%;
}

/* variation for no sidebar */

#plain {
	width: 100%;
}

#plain2 {
	background-image: url(/images/body_plain_inside.gif);
	background-repeat: no-repeat;

	font-size: .75em;
	color: #330000;
	width: 100%;
}

/* end */
#main_text {
	float: left;
	width: 560px;
	padding: 20px 30px 20px 40px;
}

#main_text td {
	vertical-align: top;
	text-align: left;
}

#main_text h1 {
	font-size: 1.75em;
	font-weight: normal;
	color: #663300;
}

#main_text h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #663300;
}

#main_text h3 {
	font-size: 1.25em;
	font-weight: normal;
	color: #663300;
}

#main_text a {
	color: #012c4f;
}

#main_sidebar {
	float: left;
	width: 250px;
	color: #FFFFFF;
	padding: 35px 45px 35px 35px;
}

#main_sidebar a {
	color: #FFFFFF;
}

#main_sidebar h1 {
	font-size: 1.75em;
	font-weight: normal;
	color: #FFFFFF;
}

#main_sidebar h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #FFFFFF;
}

#main_sidebar h3 {
	font-size: 1.25em;
	font-weight: normal;
	color: #FFFFFF;
}

#footer {
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	background-color: #bd9c6a;
	padding: 10px 310px 15px 0px;
	color: #000000;
	font-size: .75em;
	width: 650px;
	text-align: center;
	font-size: 8pt;
	
}


#footerplain {

	background-color: #bd9c6a;
	color: #000000;
	font-size: .75em;
	width: 940px;
	text-align: center;
	font-size: 8pt;
	padding: 10px;
	
}
#clear {
	clear: both;
}

.directorytable td{
	text-align:left;
	vertical-align:top;
}
.directoryblue {
	background-color: #DDDDFF;
}

label {
	font-size:8pt;
}

