/*------------------------------------------------------------------*/
/* Default Styles													*/
/*------------------------------------------------------------------*/

body, html {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	background-color: #E4F4E1;
	margin: 0px;
	padding: 0px;
}

.inv {
	display: none;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2, h3, h4 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #555;
	border-style: none none dotted;
}

h2 {
	color: #F7931D;
}

h3 {
	color: #58BA48;
}

h4 {
	color: #FEF100;
}

a {
	color: #2D561F;
	text-decoration: none;
	border-bottom: #2D561F 1px dotted;
}

a:hover {
	color: #2D561F;
	text-decoration: none;
	border-bottom: #2D561F 1px solid;
}

h5 {
	font-size: 12pt;
	font-weight: bold;
	color: #F7931D;
	width: 200px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #555;
	border-style: none none dotted;
}

/*------------------------------------------------------------------*/
/* Layout Styles													*/
/*------------------------------------------------------------------*/

#container {
	width: 790px;
	margin: auto;
	background-image: url(../images/body/container_bg.gif);
}

#sub_container {
	width: 790px;
	margin: auto;
	background-image: url(../images/body/sub_container_bg.gif);
}

#main_img {
	background-image: url(../images/body/main_img.jpg);
	background-repeat: no-repeat;
	background-position: 320px 0px;
}

#sub_main_img {
	background-image: url(../images/body/sub_main_img.jpg);
	background-repeat: no-repeat;
	background-position: 320px 0px;
}

#header_bg {
	background-image: url(../images/body/header_bg.gif);
	background-repeat: no-repeat;
}

#logo, a.logo {
	display: block;
	width: 322px;
	height: 90px;
	background-image: url(../images/body/logo_babbage.gif);
	border: none;
}

a.logo:hover{
	border: none;
}

#menu {
	width: 149px;
	float: left;
}

#menu_top {
	margin-top: 30px;
	background-color: #FEF100;
	padding-bottom: 20px;
}

#menu_bottom {
	border-top: 1px solid #FEF100;
	background-image: url(../images/body/curve1.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-bottom: 50px;
}

#menu_top ul {
	margin: 40px 0px 0px 24px;
	padding: 0px;
}

#menu_bottom ul {
	margin: 25px 0px 0px 24px;
	padding: 0px;
}

#menu_top li {
	margin: 10px 0px 0px 0px;
	list-style-image: url(../images/body/arrow_yellow.gif);
}

#menu_bottom li {
	margin: 0px 0px 10px 0px;
	list-style-image: url(../images/body/arrow_green.gif);
}

#menu_top ul ul {
	margin: 0;
	margin-left: 10px;
}

.active {
	font-weight: bold;
	color: #F7931D;
	list-style-image: url(../images/body/arrow_active.gif);
}

#content {
	margin-top: 30px;
	float: left;
	width: 295px;
	padding: 16px 16px 40px 16px;
}

#sub_content {
	float: left;
	width: 641px;
	margin-top: 30px;
	width: 605px;
	padding: 16px 20px 16px 16px;
	background-image: url(../images/body/curve3.gif);
	background-repeat: no-repeat;
	background-position: right 64px;
	padding-bottom: 40px;
}

#content2 {
	float: left;
	width: 641px;
}

#content2_hold {
	margin-top: 19px;
	margin-bottom: 3px;
	width: 605px;
	padding: 26px 20px 0px 16px;
	height: 46px;
}

#content3 {
	width: 605px;
	padding: 13px 20px 36px 16px;
	background-image: url(../images/body/curve3.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
}

#pre_content {
	width: 290px;
}

#pre_content span {
	display: block;
	margin-top: 3px;
}

#post_content {
	background-color: #CFEBCA;
	padding: 25px 20px 26px 16px;
}

#right_col {
	background-image: url(../images/body/curve2.gif);
	background-repeat: no-repeat;
	background-position: 250px 0px;
	margin-top: 94px;
	width: 310px;
	float: right;
}

#sub_right_col {
	background-image: url(../images/body/curve3.gif);
	background-repeat: no-repeat;
	background-position: 250px 0px;
	margin-top: 94px;
	width: 60px;
	height: 61px;
	float: right;
}

#right_content {
	margin-top: 6px;
	padding: 16px 28px 16px 16px;
}

#footer {
	background: url(../images/body/bot_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 32px;
	clear: both;
}

#footer_text {
	position: relative;
	top: -15px;
	margin: 0px auto 0px auto;
	width: 320px;
	text-align: center;
}

#tm_logo {
	background-image: url(../images/body/tm_logo.gif);
	position:relative;
	height: 23px;
	width: 112px;
	z-index:1;
	left: 18px;
	top: -40px;
}

#tm_logo a{
	display: block;
	height: 23px;
	width: 112px;
	border: none;
}

#photo_container {
	background-image: url(../images/body/photo_bg.gif);
	background-repeat: no-repeat;
	background-position: 75px 0px;
	width: 600px;
	border-top: 1px #555 dotted;
	padding-top: 16px;
}

#photo_container span{
	font-style: italic;
}

/*------------------------------------------------------------------*/
/* Font Styles														*/
/*------------------------------------------------------------------*/

.style1 {
	font-weight: bold;
	color: #F7931D;
}

.style2 {
	color: #FFF;
}

.link1 {
	color: #2D561F;
	text-decoration: none;
	border-bottom: #2D561F 1px dotted;
}

a:hover.link1 {
	border-bottom: #2D561F 1px solid;
}

.link2 {
	color: #FFF;
	text-decoration: none;
	border-bottom: #FFF 1px dotted;
}

.breadcrumbs {
	font-size: 8pt;
	color: #F7931D;
	text-decoration: none;
	border: none;
}

a:hover.breadcrumbs {
	color: #58BA48;
	text-decoration: none;
	border: none;
}

a:hover.link2 {
	color: #FFF;
	text-decoration: none;
	border-bottom: #FFF 1px solid;
}

#menu_top a {
	color: #2D561F;
	text-decoration: none;
	border: none;
}

#menu_top a:hover {
	color: #58BA48;
	text-decoration: none;
}

#menu_bottom a {
	color: #BCE3B6;
	text-decoration: none;
	border: none;
}

#menu_bottom a:hover {
	color: #FFF;
	text-decoration: none;
}

#footer_text, #footer_text a {
	color: #FFF;
	text-decoration: none;
	border: none;
}

#footer_text a:hover {
	color: #FFF;
	text-decoration: underline;
}

