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

body,td,th {
	font-size: small;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: ;
	background: url(../images/background.gif) center repeat-y #F0EEE9;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 25px;
}

#wrapper {
    width: 735px;
	height: 100%;
	margin: 0 auto;
}

#navigation {
    width: 725px;
	height: 80px;
}

#content {
    width: 675px;
	height: 600px;
	padding:0px 0px 0px 35px;
}

.section_title {
    padding: 40px 0px 0px 0px;
}

#footer {
   width: 675px;
  /* border-top: 1px dotted #CC0000; */
   margin: 0 auto;
   text-align: right;
}

h2 {
	color: #990000;
	font-size: x-large;
	padding-left: 0px;
}

.headings {
	color: #990000;
	font-size: medium;
	padding-left: 0px;
}
#right_table {
	font-size: 9px;
	text-align: left;
}
#left_table {
	text-align: left;
	padding-right: 20px;
}
.small {
	font-size: 10px;
	padding-left: 10px;
	padding-right: 5px;
}
