/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7a7a7a;
	margin: 5px;
	padding: 0px;
	background-color: #2F5283;
}
input, textarea {
	font-size: 12px;
	color: #7a7a7a;
	background-color: #FFFFCC;
	border: 1px solid #777;
	width: 99%;
}
a, a:link, a:visited {
	font-size: 11px;
	color: #FF3D00;
	text-decoration: underline
}
a:hover {
	font-size: 11px
	color: #FF3D00;
	text-decoration:none;
}
#content {
	font-size: 11px;
	background-image: url(images/main/top_row2-bckgr.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#content p, #content td {
	font-size: 11px;
}
h1 {
	font-size: 12px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #6EACFF;
}
h3 {
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
	color: #339966;
}
.title_name {
	font-size: 14px;
	text-transform: capitalize;
	color: #FF3D00;
}
#bottom_menu {
	font-size: 10px;
/*	text-transform: lowercase;*/
	color: #FFFFFF;
	padding: 5px;
	vertical-align: middle;
	background-color: #88B0E6;
}
#bottom_menu a, #bottom_menu a:link, #bottom_menu a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
#bottom_menu a:hover {
	text-decoration:underline;
}
.copyright {
	font-size: 9px;
	font-weight: bold;
	color: #CEDEF5;
	background-color: #4E89DA;
	padding: 15px;
	text-align: right;
	vertical-align: middle;
}
#top_menu {
	font-weight: bold;
	color: #FFFFFF;
	min-height: 25px;
}
#top_menu a, #top_menu a:link, #top_menu a:visited, #top_menu a:hover  {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none
}
#top_menu .top_separator {
	background-image: url(images/main/menu_separator.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.submenu {
	border-left:  1px dotted #8a8a8a;
}
#submenu {
	font-size: 11px;
	color: #7a7a7a;
	padding: 5px;
	right: 0px;
}
#submenu td {
	text-align: right;
	border-bottom: 1px dotted #8a8a8a;
}
#submenu a, #submenu a:visited, #submenu a:link  {
	color: #FF3D00;
	font-size: 11px;
	text-decoration: none
}
#submenu a:hover {
	color: FF3D00;
	text-decoration:underline;
}
#content a, #content a:visited, #content a:link {

	color: #FF3D00;
	text-decoration:underline
}
#content a:hover {

	color: #FF3D00;
	text-decoration:none
}
#image_td {
	text-align: center;
	padding: 3px;
	border: 1px solid #ddd;
}
p {
	text-indent: 10pt;
}

hr {
	color: #8a8a8a;
	width: 80%;
}
.dmy {
	font-size: 9px;
	color: #336633;
}
#gal_image {
	background-image: url(images/main/loading_image.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.separator {
	height: 10px;
	border-bottom: 1px solid #7a7a7a;
}
.gb_answer {
	color: #2F5283;
	text-indent: 0px;
	margin-right: 30px;
	margin-left: 30px;
}