/* CSS Document */

/* -------------- Basics ----------------- */

body {
	font-family:Geneva, Helvetica, Arial, sans-serif;
	margin:0px auto;
	background-color: #FFFFFF;
    font-size:12px;
}

.small {
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

h1 {font-size:24px;font-weight:normal;color:#660000;clear:both;font-family:Arial, Helvetica, sans-serif;}
h2 {font-size:20px;font-weight:normal;font-family:Arial, Helvetica, sans-serif;}
h3 {font-size:14px;color:#222222;font-weight: bold;font-family:Arial, Helvetica, sans-serif;}

hr {border:0;border-top: 1px dotted #999999;border-bottom: 1px solid #ffffff;color: #ffffff;background-color: #ffffff;height: 3px;}
hr.hr_red {border-top: 1px dotted #990000;}

/* -------------- links ----------------- */

a:link {color:#660000;text-decoration:none}
a:visited {color:#660000;text-decoration:none}
a:hover {color:#000000;text-decoration:underline}
a:active {color:#FF0000;text-decoration:none}

/* -------------- Content ----------------- */

#head {background:#FFFFFF;text-align:left;color:#660000;height:98px;font-family: Garamond, serif;font-size: 24px;font-weight: bold;}
#headframe {width:716px;margin:0 auto;padding:32px 0 0 0; }

#cont {width:716px;margin:0 auto;text-align:left;/*margin-left:105px;*/margin-top:10px; border-top: 1px dotted #990000; padding-top:22px; }
#contl, #contr {float:left;}
#contl {width:160px;}
#contr {width:500px;padding-left:13px;border-left:dotted 1px #990000; margin-bottom: 20px;}

#contl h1 {font-size:15px;}
#contr h1 {font-size:24px;}
#contl li {font-family:Arial, Helvetica, sans-serif; margin:0;padding:0;font-size:12px; font-weight:bold; list-style:none;width:155px; padding-bottom: 10px;}

#contl ul {border-bottom:dotted 1px #990000;border-top:dotted 1px #990000;width:95%;}
#contl li.small { font-size: 10px; }
#nav {padding:15px 0;margin:15px 0 ;}
#nav p { color:#66cccc; } /* An indicator of not having a list in the menu */

#foot {clear:both;text-align:center;font-size:12px;height:70px;}
#footbar {width:716px;margin:0 auto;padding:10px 0 10px 0;color:#FFFFFF;background-color:#660000;}
#footframe {width:716px;margin:0 auto;padding:0 0 0 0px;font-size:10px;margin-bottom: 30px;}
#foot a {text-decoration:none;}
#footbar a { color: #FFFFFF; }
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.first {margin-top:0;}

/* -------------- Accented Content ----------------- */

.left_image_box, .left_text_box {
	float: left;
	clear: left;
	margin: 0 20px 20px 0;
	padding: 5px;
}
.right_image_box, .right_text_box { 
	float: right;
	clear: right;
	margin: 0 0 20px 20px;	
	padding: 5px;
}
.left_text_box, .right_text_box {
	text-align: left;
	background-color:#e5e5e5;
	border: 1px solid black;
}
.left_image_box, .right_image_box {
	text-align: center;
}
.left_image_box p, .right_image_box p, .left_text_box p, .right_text_box p {
	margin: 5px 0 5px 0;
	padding: 0;
	font-weight: bold;
}
.left_image_box p, .right_image_box p {
	font-weight: bold;
}


/* -------------- Original Stylesheet ----------------- */

.header {
	font-family: Garamond, serif;
	font-size: 24px;
	font-weight: bold;
	color: #7c0800;
}
.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #7c0800;
}
.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}
.head3 {
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #222222;
}
.body1 {
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.body2 {
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
