﻿body
{
	text-align: center;
	 font-size:14px;
	font-family:Times New Roman;
	color: White;
	background-color: #0575d8;
	background-image: url(       '../images/bg.gif' );
	background-repeat: repeat-x;
}

*
{
	margin: 0px;
	padding: 0px;
}

.master-container
{
	width: 840px;
	height: 100%;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
	
}
.master-header
{
	height: 115px;
	width: 100%;
	background-image: url(       '../images/men2.jpg' );
	background-repeat: no-repeat;
	background-position: right top;
}
.logo
{
	width: 240px;
	height: 115px;
	background-image: url(       '../images/mainlogo.gif' );
	float: left;
}
.master-menu
{
	height: 30px;
	width: 100%;
}
.master-menu li
{
	display: inline;
	list-style: none;
	padding: 20px;
	
}
.master-menu a
{
	text-decoration: none;
	color: #0a79da;
	font-weight: bold;
}
.master-menu a:hover
{
	text-decoration: underline;
	color: #52b7f9;
	font-weight: bold;
}

.master-content
{
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-align: left;
}

.left-col
{
	float: left;
	height: 100%;
	width: 220px;
	margin-left: 19px;
	margin-top: 7px;
	background-image: url(       '../images/shade.gif' );
	background-repeat: repeat-x;
}
.left-col ul
{
	margin-left: 30px;
	margin-top: 15px;
}

.left-col li
{
	list-style-type: disc;
	
	list-style-position: outside;
	font-weight:bold;
	font-size:13px;
	color: White;

}

.left-col li a
{
	 font-size:13px;
	color: White;
	font-weight:bold;
	line-height: 20px;
}
.left-col li a:hover
{
	color: black;
	text-decoration: underline;
}



.h3
{
	font: 16px calibri;
	font-weight: bold;
	border-bottom: 1px solid white;
	margin-top: 30px;
	padding-left: 5px;
}
.right-col
{
	text-align: center;
	width: 140px;
	float: right;
	padding-top: 10px;
	background-color: White;
	margin-top: 7px;
	border: 1px solid black;
}
.right-col img
{
	padding: 10px;
}

.middle-col
{
	margin-left: 250px;
	margin-right: 145px;
	margin-top: 7px;
	height: 100%;
	color: #000000;
	background-color: white;
	border: 1px solid black;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.middle-col ul
{
	margin-left: 30px;
	margin-top: 15px;
}

.middle-col li
{
	list-style-type: disc;
	list-style-position: outside;
	line-height: 25px;
	font-weight: bold;
}
.hli a
{
	color: Black;
}

.master-footer
{
	height: 100%;
	overflow: hidden;
	background-color: #2893e8;
	border-top: 1px solid white;
	margin-top: 10px;
}
.master-footer2
{
	width: 840px;
	height: 70px;
	background-color: #2893e8;
	margin-top: 10px;
	margin: 0 auto;
}
.master-footer-links
{
	float: left;
	padding-top: 10px;
}

.master-footer-links a
{
	color: white;
	text-decoration: none;
	padding: 10px;
}
.master-footer-links a:hover
{
	color: black;
	text-decoration: underline;
}
a
{
	color: white;
	text-decoration: none;
}
a:hover
{
	color: black;
	text-decoration: underline;
}
.form-label
{
	border: 1px solid silver;
	width: 100%;
	height: 100%;
}
.form-label ul
{
	float: left;
	font: 14px Times New Roman;
	color: Black;
}
.form-label li
{
	list-style-type: none;
	color: Black;
}

.form-textbox
{
	float: right;
}
.form-textbox ul
{
}
.form-textbox li
{
	list-style-type: none;
	color: Silver;
	font: 12px Times New Roman;
}
.win-7 a
{
	color: Gray;
}

.text a
{
	color: Black;
}
