@charset "utf-8";
/* CSS Document */

h1, h2
{
	text-align: center;	
}

h4
{
	font-size: 11px;
	text-align: center;	
}

#center
{
	text-align: center;	
}

#navbar
{
	text-align: center;	
}

.oneColElsCtrHdr #container #img
{
	width: 400px;
	height: 100px;
}

.oneColElsCtrHdr #container #left
{
	text-align: left;	
}

.oneColElsCtrHdr #container #center
{
	text-align: center;	
}

.oneColElsCtrHdr #container p
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.oneColElsCtrHdr #container table tr td a
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5
 browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColElsCtrHdr #container
{
	width: 61em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	position: relative;
}

.oneColElsCtrHdr #header
{ 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.oneColElsCtrHdr #header h1
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent 
{
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColElsCtrHdr #footer 
{
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.footer_border_top
{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
}
.footer_border_bottom
{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.oneColElsCtrHdr #footer p 
{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
}

div#container #footer {
	padding: 0 10px 0 20px;
	color: black;
	background-color: #F90;
} 

div#container #footer p
{
	font-size: 10px;
	font-style: italic;
	color: #FFF;
	text-align: center;	
}

div#container #footer a
{
	color: #F30;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#structure {
	list-style-type: upper-roman;
}

#structure_part_two
{
	list-style-type: lower-alpha;	
}
#structure_part_three
{
	list-style-type: none;	
}
.color_background {
	background-color: #F60;
}
.increase_size {
	font-size: 18px;
}
#structure_part_four {
	list-style-type: upper-alpha;
}

