/* CSS Document */

/*
-----------------------------------------------
Name:     One to the Left 2.0
Author:   Karim McCall / Market M 
URL:      www.mhai.org
Date:     19 December 2007
----------------------------------------------- */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: -moz-scrollbars-vertical;
	background: #fff;
	color: #666666;
	text-align: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.style1 {
	color: #FF0000;
	font-weight: bold;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 11px;
	color: #999999;
}

iframe {
	border: solid 1px #FFFFFF;
	height: 130px;
	width: 100%;
	padding: 0px;
}

#iframeSC {
	scrollbar-face-color: green;
	scrollbar-shadow-color: blue;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: red;
	scrollbar-darkshadow-color: brown;
	scrollbar-track-color: yellow;
	scrollbar-arrow-color: white;
}

h1 { 
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 12px;
	color:#898989;
	margin-top:4px;
	padding:0;
}

h2 {
	font-weight:bold;
	color:#91298e;
	font-style:italic;
	margin:0;
	padding:0;
}

h3 {
	font-weight:normal;
	cursor: pointer;
	font-size: 11px;
	margin:2px;
	padding:0;
}

#container {
	width:768px;
	text-align:left;
	margin:0 auto;
	background: url(images/img_mainBG.gif);
}

#header-container {
	width:768px;
	height:112px;
	margin:0 auto;
	color:#fff;
	background: url(images/img_headerBG.gif) no-repeat;
}

#nav-container {
	width:768px;
	height:27px;
	text-align:center;
	margin:0 auto;
	color:#fff;
}

#body-container {
	width:768px;
	height:200px;
	text-align:left;
	margin:0 auto;
	color:#000;	
}

.main-container {
	width:470px;
	/*float:right;*/
	padding:0 0 0 18px;
	vertical-align:top;
	color:#666666;
}

#footer-container {
	width:730px;
	text-align:left;
	margin:0 auto;
	color:#999;
}

.box-container {
	width:486px;
	height:127px;
	float:right;
	padding:0;
	margin:8px 0 10px 0;
}

#box-table 	{
	width:458px;
	height:127px;
	padding:0;
	vertical-align:top;
}

.box-container01 {
	vertical-align:top;
	width:222px;
	height:112px;
	color:#000;
	background: url(images/img_edboxBG.gif) no-repeat;
	padding:6px 4px 2px 4px;
}

.box-container02 {
	vertical-align:top;
	width:222px;
	height:112px;
	color:#000;
	background: url(images/img_aboutboxBG.gif) no-repeat;
	padding:6px 4px 2px 4px;
}

iframe {
	border:none;
	overflow:-moz-scrollbars-none;
}

div#top-header {
	width:768px;
	height:14px;
	margin:0 auto;
	color:#fff;
}

div#right-header {
	width:275px;
	height:90px;
	float:right;
	text-align:left;
	vertical-align:middle;
	padding-top:0px;
}

div#left-header {
	width:275px;
	height:90px;
	float:left;
	padding-left:10px;
	text-align:left;
	vertical-align:middle;
	padding-top:10px;
}

.sidebar-text {
	padding:0 16px 0 26px;
	text-align:left;
	vertical-align:top;
	font-size:11px;
	color:#666666;
}

.sidebar-content01 {
	padding:0 0 0 26px;
	text-align:left;
	vertical-align:top;
	font-size:10px;
	color:#666666;
	/*margin:16px 0 16px 0;*/
}

#top-contaner01 {
	 margin:26px 8px 4px 14px; 
	 height:48px; 
	 overflow:hidden; 
	 font-size:10px;
	 color:#666;
}

#v-container {
	color:#fff;
}

.hide { 
	display: none; 
}

div#v-container a, a:link, a:visited {
	text-decoration: underline;
	color:#fff;
	text-transform:none;
}

div#v-container a, a:hover, a:active, a:focus {
	text-decoration:underline;
	color:#fff;
	text-transform:none;
}

div#top-contaner01 a, a:link, a:visited {
	text-decoration: underline;
	color:#666;
	text-transform:none;
}

div#top-contaner01 a, a:hover, a:active, a:focus {
	text-decoration:underline;
	color:#666;
	text-transform:none;
}

a, a:link, a:visited {
	text-decoration:underline;
	color:#666666;
	text-transform:none;
}	

a, a:hover, a:active, a:focus {
	text-decoration:underline;
	color:#666666;
	text-transform:none;
}

#footer-container a:link, a:visited {
	text-decoration: none;
	color: #000;
}

#footer-container a:hover {
	text-decoration: underline;
	color: #666666;
}

#footer-container a, a:active, a:focus {
	text-decoration: none;
	color: #666666;
}

div#main-container a, a:link, a:visited {
	text-decoration: underline;
	color:#666666;
	text-transform:none;
}

div#main-container a, a:hover, a:active, a:focus {
	text-decoration:underline;
	color:#226ca4;
	text-transform:none;
}

#box-table a:link, a:visited {
	text-decoration: underline;
	color: #000;
}

#box-table a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #91298e;
}

table {
	border-collapse:collapse;
}

.date {
	font-weight:bold;
	color:#91298e;
}

form {
	margin:0;
}
input, textarea, select { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #fff; 
 color: #a7a7a7; 
 border: 1px solid #003a66; 
 margin-right: 0px; 
} 
textarea {
overflow:auto;	
}
.button { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #fff;
 color: #000; 
 border: 1px solid #003a66;
 cursor:pointer;
}

