﻿body
{
	background-color: #c0a27c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
/*Main Content*/
#divTop
{
	width: 100%;
	height: 39px;
	top: 93px;
	position: absolute;
	left: 0px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url('Images/topmenu.jpg');
}
#divTop div
{
	position: absolute;
	top: 10px;
	left: 10%;
	right: 10%;
}
#divTop a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#divTop a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
#divTop a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#divTop a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
#divTop a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}

#divLogo
{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 86px;
	top: 7px;
	right: 0px;
	left: 0px;
	background-color: #000000;
}
#divTopBorder
{
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	right: 0px;
	background-image: url('Images/topborder.jpg');
	background-repeat: repeat-x;
	height: 7px;
}

.divInfo
{
	top: 132px;
	left: 0px;
	position: absolute;
	width: 100%;
	right: 0px;
	background-image: url('Images/bottommenu.jpg');
	background-repeat: repeat-x;
	height: 29px;
	color: #FFFFFF;
	font-size: small;
	vertical-align: middle;
}
.divInfo div
{
	position: relative;
	top: 2px;
}
#divBottomBorder
{
	width: 100%;
	background-image: url('Images/bottompart.jpg');
	background-repeat: repeat-x;
	height: 29px;
	color: #FFFFFF;
	font-size: small;
	vertical-align: middle;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
#divLeft
{
	width: 10%;
	top: 257px;
	background-color: #33CC33;
	position: absolute;
	left: 0px;
	min-height: 400px;
}
#divRight
{
	background-color: #33CC33;
	width: 10%;
	top: 257px;
	left: 90%;
	position: absolute;
	right: 0px;
	min-height: 400px;
}
#divContent
{
	background-color: #c0a27c;
	position: absolute;
	width: 86%;
	top: 161px;
	left: 7%;
	right: 7%;
	min-height: 400px;
}
#divMainLeft
{
	background-image: url('Images/main_left.jpg');
	background-color: #c0a27c;
	position: absolute;
	width: 7%;
	top: 161px;
	left: 0%;
	min-height: 400px;
	background-repeat: repeat-y;
}
#divMainRight
{
	background-image: url('Images/main_right.jpg');
	background-color: #c0a27c;
	position: absolute;
	width: 7%;
	top: 161px;
	right: 0%;
	min-height: 400px;
	background-repeat: repeat-y;
}

/*End Main Content*/
/*Links*/
a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #6600FF;
}
a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #6600FF;
}
a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #6600FF;
}
a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #6600FF;
}
a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #6600FF;
}
/*End Links*/
/*Modal Popup*/
.PopupBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.PopupDialog
{
	background-color: #000000;
	color: #FFFFFF;
	font-family: 'Times New Roman' , Times, serif;
	font-size: small;
}
/*End Modal Popup*/