﻿body {
	margin: 0px 0px 0px 4px;
	padding: 15px;
	border: 0;
	font-family: "verdana", sans-serif;

}
/* DIV tags */
#content {
	position:absolute;
	height:470px;
	width: 670px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow:hidden; 
}
#column_l {
	position: relative;
	float: left;
	margin: 0px;
}
#column_r {
	position: relative;
	height:346px; 
	width: 340px; 
	margin: 0px;
	float: left;
	overflow: -moz-scrollbars-vertical; 
	overflow-y: auto; 
}
/*for IE */
#column_l {
	width:300px;
	padding-right:15px;
	padding-top:0px;
	
}
/*for firefox */
html>body #column_l {
	width:300px;
	padding-right:15px;
	padding-top:0px;
}
/*for IE */
#column_r {
	width: 314px;
	height:390px; 
	padding-right:19px;
	padding-top:0px;
}
/*for firefox */
html>body #column_r {
	width: 314px;
	height:390px; 	
	padding-right:19px;
	padding-top:0px;	
}
ul {
	list-style-type: square;
}
/* Masthead */
#header {
	background-image:url("../model-center/images/logo_01.jpg"); 
	background-repeat:no-repeat; 
	width:647px; 
	height:40px; 
	background-color: #566423; 
	padding:0px; 
	margin:0px;
}
.ModelCenter {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color:#FFFFFF;
	padding-left:180px; 
	line-height:1.6em; 
	overflow:hidden; 
	letter-spacing:.4em; 
}

/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 547px;
	margin: 0;
	padding: 0px 0px 0px 100px;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
    background-color: #97a491;
	display: block;
	padding: 7px 23px 7px 22px;
	border-left: 0px solid #91191B;
	border-right: 0px solid #91191B;
	border-bottom: 0px solid #91191B;
	border-top: 0px solid #91191B;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-left: 0px solid #91191B;
	border-right: 0px solid #91191B;
	border-bottom: 0px solid #91191B;
	border-top: 0px solid #91191B;
	background-color: #fff;
}

/* Navigation2 */
#navigation2 ul {
	list-style-type: none;
	width: 651px;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
#navigation2 li {
	float: right;
}
#navigation2 a {
	text-decoration: none;
	color: #566423;
	display: block;
	padding: 23px 9px 32px 9px;
	border-left: 0px solid #91191B;
	border-right: 0px solid #91191B;
	border-bottom: 0px solid #91191B;
	border-top: 0px solid #91191B;
	font-size: small;
	
}
#navigation2 a:hover {
	text-decoration: none;
	color: #839835;
	border-left: 0px solid #91191B;
	border-right: 0px solid #91191B;
	border-bottom: 0px solid #91191B;
	border-top: 0px solid #91191B;
	background-color: #fff;
}

/* Site typography */
#header-title {
	position:absolute; 
	top:95px; 
}	
.page-title {
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	color: #566423;
	line-height:1.8em; 
	overflow:hidden; 
	padding-left: 0px;
	padding-top:4px;
	font-weight: bold;
}
h6 {
	color: #839835;
}

h5 {
	color: #839835;
}

h4 {
	color: #839835;
}

h3 {
	color: #839835;
}

h2 {
	color: #839835;
}

h1 {
	color: #839835;
}

h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
}
h5 {
	font-size: small;
	
}
h6 {
	font-size: xx-small;
}
ul {
	font-size: small;
	color: #000;
	padding-left: 0px;
	margin-left: 15px;
}
ol {
	font-size: small;
	color: #000;
}
p {
	font-size: small;
	color: #000;
}
blockquote {
	font-size: small;
	color: #000;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #7E1315;
}
/* Links */
a {
	color: #7E1315;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


