body {
	margin:0;
	padding:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	line-height:137%;
	background-color: #a2a38d;
	color: #ffffff;
	background-image: url(../images/master/bg.gif);
	background-repeat: repeat-y;
}

/*----------------- main layout -----------------*/ 
#container {
	margin: 25px;
	text-align: left;
	width: 387px;
	float: left;
	}
#container-top {
	width: 650px;
	padding: 0px;
	margin: 0px;
	}
#sidebar {
	margin: 25px 10px 25px 25px;
	text-align: left;
	width: 168px;
	float: left;
	}
#bar {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 267px;
	background-color: #919275;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}
#mainimage {
	width: 653px;
	height: 268px;
	float: left;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	}
#sidemenu {
	padding: 7px 10px;
	float: left;
	}
#logo {
	margin: 25px 0px 0px 0px;
	}
#headings {
	padding: 30px 0px 0px 165px;
	width: 350px;
	margin: 0px 0px -3px 0px;
	}
#headings-hl {
	padding: 30px 0px 0px 165px;
	width: 350px;
	margin: 0px 0px -3px 0px;
	ho
	}
#menu {
	width:125px;
	padding: 0px;
	margin: 0px;
	}
.col {	float: left; display: inline;
	padding: 0px;
	margin: 0px;
	}

.button {
	background-color: #919275;
	color: #ffffff;
	border: 1px solid #5f6054;
	text-align: center;
	padding: 0px;
	margin: 2px 0px;
	line-height: 14px;
	font-weight: bold;
	}

/*----------------- typography -----------------*/ 	
a, a:link, a:visited, a:hover, a:focus, a:active { border:none;}
a img,:link img,:visited img { border:none; }
a:link {color: #fff; text-decoration: none;}
A:visited {color: #666666; text-decoration: none;}
A:active {color: #333333; text-decoration: none;}
A:hover {color:#333333; text-decoration: none;}

#footer a:link {color: #000000; text-decoration: none;}
#footer :visited {color: #000000; text-decoration: none;}
#footer A:active {color: #333333; text-decoration: none;}
#footer A:hover {color:#333333; text-decoration: none;}

.button a:link {color: #ffffff; text-decoration: none;}
.button :visited {color: #ffffff; text-decoration: none;}
.button A:active {color: #333333; text-decoration: none;}
.buttonr A:hover {color:#333333; text-decoration: none;}

input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
	width: 150px;
}

.copy {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	color: #FFFFFF;
	text-align:right;
}

#submit {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
	width:60px;
}

select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
	width: 154px;
}

textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
	width: 150px;
}


.title {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	}
.subtitle {
	font-weight: bold;
	color: #000000;
	}
.header {
	color: #373536;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 12px;
	}
.row1 td {
	border-bottom: 1px solid #b7b8a4;
	padding: 5px 0px 5px 5px;
	}
.row2 td {
	border-bottom: 1px solid #b7b8a4;
	padding: 5px 0px 5px 5px;
	}
.text {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	color: #ffffff;
	}
#footer {
	font-size: 9px;
	color: #000000;
	text-transform: uppercase;
	padding: 25px;
	}

/*----------------- base tags -----------------*/ 
img {
    behavior: url("js/pngbehavior.htc");
	border: 0;
}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
ul { 
	margin-bottom: 1.0em;
	}
p {
	padding: 0px;
	margin: 10px 0px;
	}
p, td, tr, div {
	font-size: 1.0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
.small {
	font-size: 9px;
	}
small {
	font-size: 9px;
	}
.center {
	text-align: center;
	}
	
/*----------------- clear fix -----------------*/  
.clear {
	clear:both;
	margin-bottom: -1px; /* for Gecko-based browsers */
	overflow:hidden;
	padding-bottom: 1px; /* for Gecko-based browsers */
	}
.clearfix:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
	}
.clearfix {display: inline-table;}/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}/* End hide from IE-mac */
