body {
	background-color: #F7BB1F;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px;
	/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	/* Centers the page content container in IE 5 browsers. */
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* Commonly used to style page titles. */

h1 {
	color: #A2001F;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 0px;
}

/* Commonly used to style section titles. */

h2 {
	color: #785804;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 20px;
}

.float-left-image {
	margin: 5px;
	float: left;
}

/* Sets the style for unvisited links. */

a,  a:link {
	color: #003366;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bolder;
}

.question {
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Sets the style for visited links. */

a:visited {
	color: #003366;
	text-decoration: none;
}

/* Sets the style for links on mouseover. */

a:hover {
	color: #F6BB23;
	text-decoration: none;
}

/* Sets the style for a link that has focus. */

a:focus {
	color: #000;
}

/* Sets the style for a link that is being activated/clicked. */

a:active {
	color: #003366;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */

#outerWrapper {
	text-align: left;
	min-width: 780px;
	max-width: 1100px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#outerWrapper #content {
	background-color: #FFFFFF;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/* Start menu css */

#outerWrapper  #menu {
	background-color: #FFFFFF;
	width: 170px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
	clear: none;
}

#outerWrapper #menu ul, #menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#outerWrapper #menu a:link, #menu a:active, #menu a:visited {
	padding: 4px 10px 4px 10px;
	color: #FFFFFF;
	display: block;
	background-color: #A2001F;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

#outerWrapper #menu ul, #menu li .menu_current {
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#outerWrapper #menu ul, #menu li .menu_default {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

#outerWrapper #menu a:hover {
	background-color: #F6BB23;
	text-decoration: none;
}

/* end menu css */

/* Start sub menu css */

#outerWrapper #menu #submenu {
	width: 170px;
	display: inline;
}

#outerWrapper #menu #submenu a:link,  #menu #submenu a:active,  #menu #submenu a:visited {
	padding: 4px 10px 4px 20px;
	color: #FFFFFF;
	display: block;
	background-color: #A2001F;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

#outerWrapper #menu #submenu ul, #menu #submenu li .submenu_current {
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#outerWrapper #menu #submenu ul, #menu #submenu li .submenu_default {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

#outerWrapper #menu #submenu a:hover {
	background-color: #F6BB23;
	text-decoration: none;
}

/* end sub menu css */

.hdr_left {
	background-image: url(images/hdr-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 80px;
	width: 10px;
}

.table_background_color {
	background-color: #FFFFFF;
}

.hdr_right {
	background-image: url(images/hdr-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 80px;
	width: 10px;
}

.hdr_center {
	background-image: url(images/hdr-background.gif);
}

.footer_left {
	background-image: url(images/footer-left.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 20px;
	width: 10px;
	background-position: left;
}

.footer_right {
	background-image: url(images/footer-right.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 20px;
	width: 10px;
	background-position: right;
}

.fotter_center {
	background-color: #FFFFFF;
}

.float-right-image {
	margin: 5px;
	float: right;
}