
/*---------------------- Page Structure ----------------------*/

html body {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

div#container {
	text-align: left;
	width: 100%;
}

div#frame {
	float: left;
	width: 800px;
	height: auto;
	/*border: 1px solid black;*/
	background-image: url(bg.gif);
	background-repeat: repeat-y;
}

/*---------------------- Fonts ----------------------*/

div#container {
	font-family: Verdana, Arial, sans-serif;
}


/*---------------------- Header ----------------------*/

div#header {
	background: url(title2.png) no-repeat;
	height: 123px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div#header h1 {
	display: none;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
}



/*---------------------- Menu ----------------------*/

div#menu {
	float: left;
	width: 125px;
	padding: 22px;
	padding-top: 17px;
	text-align: left;
        /*background-color: red;*/
}

div#menu ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
div#menu li {
	font-size: 0.7em;
	font-weight: normal;
	color: #5D819B;
	padding: 0.4em 0;
	line-height: 1.25em;
}

div#menu li a:link,
div#menu li a:visited {
	text-decoration: none;
	color: #5D819B;
}

div#menu li a:hover {
	text-decoration: underline;
	color: #5D819B;
}

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

div#space {
	float: right;
	height: 390px;
	width: 1px;
	background-color: white;
}

div#content {
	float: left;
	width: 530px;
	padding: 22px;
	margin: 0px;
}

div#content h2 {
	font-weight: bold;
	font-size: 1.1em;
	color: #5D819B;
	margin: 0em 0em 0em 0em;
}

div#content h3 {
	font-weight: bold;
	font-size: 0.9em;
	color: #5D819B;
	margin: 0em 0em 0em 0em;
}

div#content h5 {
	color: #555555;
	margin: 1.8em 0em 0em 0em;
}

div#content p,
div#content li,
div#content td {
	font-size: 0.7em;
	color: #737373;
	line-height: 1.2em;
}

div#content li li {
	font-size: 1em;
	line-height: 1.8em;
}

div#content p {
	padding: 0em;
	margin: 1em 0em;
}
div#content li {
	padding: 0em;
	margin: 0.4em 0em;
}
div#content ul {
	margin: -0.2em 2.5em;
	padding: 0em;
}

div#content a:link,
div#content a:visited {
	text-decoration: none;
	color: #5D819B;
}

div#content a:hover {
	text-decoration: underline;
	color: #5D819B;
}

div#content .oddrow {
	background-color: #EEEEEE;
}

div#content .evenrow {
	background-color: white;
}

/*---------------------- Table ----------------------*/

table#committee {
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	margin-top: -0.5em;
}

table#committee td {
	padding: 3px 10px;
	margin: 0px;
}

table#committee td.col1 {
	font-weight: bold;
}


/*---------------------- Other ----------------------*/

div.clear {
	clear: both;
}

p {
	margin: 0px;
	padding: 0px;
}


/*---------------------- Footer ----------------------*/

div#footer {
	float: left;
	width: 100%;
	background-color: white;
	font-size: 8pt;
	color: #979797;
	padding: 0px;
	height: 1em;
	background-image: url(footer_bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;	
}

div#footer a:link,
div#footer a:visited {
	color: #5D819B;
	font-weight: bold;
	text-decoration: none;	
}

div#footer a:hover {
	color: #979797;
	text-decoration: none;	
}

div#footer span {
	padding: 7px 10px 3px 10px;
}

span#foot_left {
	display: block;
	float: left;
}

span#foot_right {
	display: block;
	float: right;
}
