/* GENERAL FORMATING */

BODY
{
	font-size: 12px;
	font-family: verdana, arial, lucida, helvetica, sans-serif;	
	color: #000;
	margin: 0px 0px 0px 0px;
	background: #fff;
}

a
{
	color: #003366;
}

a:visited
{
	color: #003366;
}

a:hover
{
	color: #336699;
}

A.links_on
{
    TEXT-DECORATION: none;
    font-weight: bold;
}

img
{
	border: 0px;
}

/* FORMATING FOR HEADER AND FOOTER */

#head
{
	border: 0px;
	padding: 0px;
}

#container
{
	border: 0px;
	padding: 0px;
}

#header
{
	background: #fff url(/images/header/Head_img.jpg) no-repeat;
	background-position: right;
	padding: 0px;
	margin: 0px;
	height: 56px;
}

#logo
{
	text-align: left;
	padding: 6px 0px 0px 40px;
}

#menu
{
	border-top: #6F6E6E 1px solid;
	border-bottom: #6F6E6E 1px solid;
	background: #BABABA url(/images/header/steel.gif) repeat;
	padding-left: 20px;
	font-size: 12px;
	font-family: arial, lucida, helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

#menu a
{
	text-decoration: none;
	font-family: arial, lucida, helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

.ContentTable
{
	padding: 0px;
	margin: 0px;
}

#SubMenu
{
	padding: 0px 0px 10px 0px;
	margin-bottom: 8px;
	border-bottom: 1px solid red;
	text-align: right;
}

#menuitem
{
	float: right;
	margin-left: 2px;
	padding-right: 4px;
	background-image: url(/images/header/spacer2.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#menuitem span
{
	padding-left: 12px;
}

.bullet
{
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 11.5px;
}

.content
{
	padding: 10px 20px 20px 20px;
	width: 99%;
}

.Side
{
	padding: 10px 0px 0px 6px;
	border-left: 1px #000 solid;
	background: #FDF2DA url(/images/header/Side_img.jpg) no-repeat;
    background-position: top center;
	height: 100%;
	width: 1%;
}

.SideTitle
{
	font-family: verdana, arial, lucida, helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	letter-spacing: 4px;
}

.SideMenu
{
	padding: 0px;
	width: 100px;
	font-size: 12px;
}

#SideMenuItemOn
{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 4px 3px 4px 0px;
	background-color: #EEEBE3;
}

#SideMenuItem
{
	padding: 4px 3px 4px 0px;
}

#SideMenuItem a
{
	text-decoration: none;
	color: #000;
}

#SideMenuItem a:hover
{
	text-decoration: none;
	color: #336699;
}

#SideMenuItemOn a
{
	text-decoration: none;
	color: #000;
}

.SideSubMenu
{
	padding: 0px 10px 0px 2px;
	width: 100px;
	border-left: 1px solid #000;
}

.SideSubMenu a
{
	text-decoration: none;
	color: #000;
	line-height: 13px;
}

#BottomMenu
{
	padding: 10px 0px 0px 0px;
	border-top: 1px solid red;
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

#BottomMenuItem
{
	width: 20%;
	text-align: center;
}

#BottomMenuItem a
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
	

#foot
{
	text-align: center;
	font-size: 11px;
	color: #666;
}

/* GENERAL FORMATING */

#clear
{
	clear: both;
	font-size: 1px;
}

#right
{
	float: left;
	background-color: #fff;
	width: 667px;
}
#formtitlethirty
{
	width: 30%;
	text-align: right;
	float: left;
	font-weight: bold;	
	padding-top: 4px;
	margin-right: 5px;
}
#formvalue
{
	
	text-align: left;
	margin: 0px 0px 7px 0px;
}
.required
{
	color: #cc0000;
	font-weight: bold;
	font-size: 14px;
}

/*Calculator CSS*/

.container {
	text-align: left;
	width:800px;
	margin: auto;
	padding:10px;
	border:1px solid #ccc;
	font-size:11px;
	}
.subcontainer 
{
	clear:both;
	padding: 10px;
	border:1px solid #ccc;
}
.formtitle
{
	vertical-align:center;
	text-align: right;
	font-weight: bold;
	float: left;
	margin: 3px 3px 0px 3px;
	width: 200px;
}
.formvalue
{
	vertical-align: center;
	text-align: left;
	margin: 3px 0px 3px 3px;
	float: left;
}
.clear
{
	clear: both;
	font-size: 2px;
}

fieldset {
	margin-bottom:10px;
	border:none;
}

fieldset ol {
	 margin: 0;
	 padding: 0;
	 margin-left:50px;"
}

fieldset ol li {
	 list-style: none;
	 padding: 5px;
	 margin: 0;
}

fieldset label {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	font-weight:bold;
}