﻿/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
ul.bullets li
{
	list-style: disc;
	margin-left: 35px;
}

/*=== Layout ===*/
body{
	background: url("../images/fillbg.gif") repeat-x;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	cursor: default;
}
#page{
	width: 780px;
	margin: 0px auto auto;
	height: 100%;
	min-height: 100%;
	background-color: white;
}
#header{
	float: left;
	background: url("../images/fill_logo.gif") repeat-x;
	margin: 0 auto;
	width: 557px;
	height: 80px;
}
#header h1{
	background: url("../images/ys_logo.jpg") no-repeat;
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	width:150px;
	height:80px;
}
#header h1 a:hover{
	text-decoration: none;
}
#leftcol{
	float: left;
	background: white;
	margin: 0 auto;
	padding: 0;
	width: 557px;
}
#rightcol{
	float: right;
	background: url("../images/fill_right.gif") repeat-y;
	margin: 0 auto;
	padding: 0;
	width: 223px;
}
#rightcolcontent{
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 208px;
}
#footer{
	background: url("../images/copyright.gif") repeat-x;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	text-align: center;
	line-height: 26px;
}

/*=== Navigation ===*/
#nav1{
	font: 12px "Verdana", "Arial", "Helvetica", "sans-serif";
}
/*- Nav1 -*/
#nav1 {
	line-height: 22px;
	width: 557px;
	margin: 0 auto;
	padding: 0;
	float: left;
	background: url("../images/fill_btn.gif") repeat-x top;
	height: 26px;
	overflow: hidden;
}

.link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 5px;
	color: #666666;
}
.heading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5499BA;
	font-weight:bold;
	padding: 0 0 0 5px;
}
.heading2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	border-top: 1px Black solid;
	background-color: #DDE6ED;
}
.BodyTextClass {
	margin: 7px 0 7px 0;
	font-size: 11px;
	color: #5F6164; 
	line-height: 17px;
	font-family: verdana;
	padding: 0 0 0 5px;
}
.textright {
	margin: 7px 0 7px 2px;
	font-size: 11px;
	color: #D1D1D1; 
	line-height: 15px;
	font-family: verdana;
	padding: 0 0 0 2px;
}
.Head {
	margin-top: 7px;
	font-size: 12px;
	font-weight:bold;
	color: #FFB400; 
	margin-bottom: 7px;
	line-height: 17px;
	font-family: verdana;
}
.whois {
	margin-top: 7px;
	font-size: 12px;
	color: #3599A8; 
	margin-bottom: 7px;
	line-height: 16px;
	font-family: verdana;
}
.copyright {
	color: #222222; 
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.copyrightlink {
	font-family: Verdana;
	font-size: 11px;
	color: #222222;
	text-decoration: underline;
	text-align: left;
}
.aqua {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 2px;
	background-color:white;
	margin: 0 0 -1px;
	overflow: hidden;
}
