﻿body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #010101 url(images/image1.jpg) repeat-x top;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333;
}
h4 
{
	margin-top: 20px; 
	font-size: 14px; 
	text-decoration: none;
	color: Black;
}
img
{
	border: none;
}

#login
{
	position: absolute;
	top: 20px;
	left: 230px;
	background-color: #ffffff;
	border: solid 1px #000;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	float: right;
	margin: 30px 10px 0px 0px;
	display: none;
}
#login h3 {color: Black; font-size: 14px;}
#right
{
	float: right;
	font-weight: bold;
	height: 25px;
	padding: 10px 15px 0 15px;
	border: none;
}
#right li { display: inline; }
#right ul { padding: 53px 0 0 0; }
#right a
{
	font-size: 12px;
	font-weight: bold;
	color: #00f;
}
td { border: none;}
.btn
{
	height: 25px;
	padding: 3px 5px 3px 5px;
	font-size: 11px;
}
.txt
{
	border: solid 1px #777;
	color: #000;
	font-size: 11px;
	width: 500px;
}
.txtR
{
	padding-right: 10px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-align: right;
}
.txtRb
{
	padding-right: 10px;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	text-align: right;
}
.msg
{
	color: Red;
	padding-top: 5px;
}
#main
{
	background-color: White;
	width: 930px;
	border-left: solid 1px #555;
	border-right: solid 1px #555;
	margin: 0px auto;
	height: auto;
	padding: 0px 0px 0px 0px;
}
#header 
{
	width: 900px;
	height: 240px;
	margin: 0 auto;
	/*background: #fff url(images/logo.jpg) repeat-x;*/
	background: #fff url(images/logo.jpg) no-repeat;
	padding: 0px 0px 0px 0px;
}
#inHeader
{
	margin: 0px auto;
	padding: 100px 10px 10px 100px;
	text-align: right;
	color: #fff;
}
#menu
{
	padding: 30px 20px 5px 10px;
}
#menu a {color: Blue; font-size: 14px; text-decoration: none;}
#menu a:visited {color: Blue; font-size: 14px; text-decoration: none;}
#menu a:active {color: Blue; font-size: 14px; text-decoration: none;}
#menu a:hover {color: Blue; font-size: 14px; text-decoration: underline;}

#inHeader h2 
{ 
	font-size: 36px; 
	font-weight: bold; 
	color: White;
}
#colleft 
{
	float: left;
	width: 190px;
	padding-top: 30px;
	padding-left: 20px;
	padding-bottom: 50px;
	height: auto;
}
#colleft h4 {color: #0000BA; font-size: 13px; padding-left: 0; margin: 10px 0px 15px 10px; }
#colleft a {color: Blue; font-size: 13px; text-decoration: none; margin-left: 15px;}
#colleft a:visited {color: Blue; font-size: 13px; text-decoration: none;}
#colleft a:active {color: Blue; font-size: 13px; text-decoration: none;}
#colleft a:hover {color: Blue; font-size: 13px; text-decoration: underline;}
#colleft hr {width: 70%; text-align: left;}

#colright 
{
	float: right;
	width: 700px;
	border:none;
	padding-top: 30px;
}
.welcome
{
	font-size: 12px;
	color: Black;
	padding: 10px  10px 10px 10px;
	width: 90%;
}
.item
{
	font-size: 12px;
	color: Black;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 3px;
	border-bottom: dashed 1px #bbb;
	margin-bottom: 20px;
	width: 90%;
}
.item h3
{
	font-size: 14px;
	color: Blue;
	font-weight: bold;
	padding:  0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
}
.item h4
{
	font-size: 10px;
	color: #999;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
.item image
{
	float: left;
	padding: 0px 10px 0px 0px;
	margin-bottom: 20px;
}
#footer
{
	clear: both;
	font-size: 11px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #555;
}
.submenu
{
	width: 160px;
	height: auto;
	font-size: 9px;
	margin-left: 10px;
	margin-top: 3px;
	color: #999;
	display: none;
}
.submenu a {color: #777; text-decoration:none; margin-left: 15px; font-size: 9px;}
.submenu a:visited {color: #777; text-decoration: none; font-size: 9px;}
.submenu a:active {color: #777; text-decoration: none; font-size: 9px;}
.submenu a:hover {color: #777; text-decoration: underline; font-size: 9px;}
.gal
{
}
.gal th
{
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	color: Blue;
	border: dotted 1px #ddd;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.gal td
{
	font-weight: normal;
	text-align: left;
	font-size: 10px;
	color: #333;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.gal .galleryhdr
{
	font-size: 14px;
	color: Maroon;
	padding-bottom: 20px;
	padding-top: 10px;
}
.gal h4
{
	font-size: 14px;
	color: #00c;
	font-weight: normal;
	padding:  0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
}
.gal .sub
{
	color: #999;
	font-size: 11px;
}

