/* CSS Document */

/* HTML Properties */
body {
	font-size:12px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	color: #666666;
}

h2 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #336666;
	margin: 0px 0px 0px 00px;
	padding: 10px 0px 0px 0px;
}
h3 { font-family: Arial, Georgia, "Times New Roman", Times, serif; font-size:12px; color:#663300; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }

ul {
	list-style-image:url(../images/bullet_orange.gif);
}


h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

li {
	padding-bottom: 5px;
}

/* Section Properties */

table {
	font-size:12px;
}

#title_back {
	background-image:url(images/border2.jpg);
	background-repeat:repeat-x;
}

.sidebar {
	padding-top:20px;
	padding-left:5px;
	font-size:11px;
}

.sidebar a { text-decoration: none; color: #333333; }
.sidebar a:hover { text-decoration: underline; color: red; }

#title_footer {
	font-size:10px;
}

#title_footer a { text-decoration:none; }

img {
	border: 0px solid #000;
}

.links {
	width:138px;
	font-size:11px;
	padding: 2px 2px 2px 2px;
	background-color: #FFB843;
	border-bottom: 1px solid #666;
}

.dir_menu {
	padding-bottom:10px;
}
