﻿/*
Website Master Page Style
Design on Oct-2-2006
Designed by Quick
*/

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body {
	margin: 0px auto auto auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	color: #000000;
	font-size: 14px;
}

form {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 776px;
	height: auto;
	border: 0px;
	margin: 0 auto 0 auto;
	background-color: white;
	position: relative;
	text-align: left;
	background: url("images/img_background.gif") repeat-y;
}

#masthead {
	width: 100%;
	height: 131px;
	background: url("images/img_head.gif") no-repeat;
	overflow: hidden;
}

#top_nav {
	position: absolute;
	top: 70px;
	left: 451px;
	width: 304px;
	height: 16px;
	display: block;
	z-index: 100;
}

#top_nav a {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #ADBCDE;
	text-decoration: none;
}

#top_nav a:hover {
	color: white;
	text-decoration: none;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 139px;
	position: absolute;
	left: 0px;
	top: 5px;
	height: auto;
	background: url("images/img_left.gif") repeat-y;
}

#left_menu {
	position: relative;
	margin: 0 0 auto 2px;
	height: auto;
	display: block;
}

#left_login 
{
	position: relative;
	margin: 80px 10px auto 15px;
	color: #ADBCDE;
	font: normal 11px Arial, Verdana, Sans-serif;
}

#left_login a
{
	color: #ADBCDE;
}

#page_content {
	margin-left: 159px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
}

#page_title
{
	line-height: 24px;
   vertical-align: middle;
   font-family: Verdana;
   font-size: 18px;
   font-weight: bold;
   color: #37518F;
}

#page_details
{
}

#copyright 
{
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 57px;
	font-size: 12px;
	height: 47px;
	line-height: 47px;
	vertical-align: middle;
	display: block;
	color: white;
	background: url("images/img_bottom.jpg") no-repeat;

}

#copyright a
{
    font-size: 10px;
    text-decoration: none;
    color: Gray;
}

#copyright a:hover
{
    text-decoration: underline;
    color: Orange;
}
