h1 { font-family: Arial, Verdana, sans-serif; font-size: 12pt; color:#555555; margin-top:20px; margin-bottom:2px}
.p_Heading1 { margin-top:20px; }
h2 { font-family: Arial, Verdana, sans-serif; font-size: 11pt; color:#555555; }
h3 { font-family: Arial, Verdana, sans-serif; font-size: 10pt; color:#555555; }
ul { margin-left: 18 pt; list-style-type: square; }

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

.copyright {text-align: center; font-family: Arial,Helvetica; font-size: 8pt; }
.small { font-family: Arial,Helvetica; font-size: 8pt; }
p {font-size:10pt;font-family:Arial,Helvetica,sans-serif;}
th {font-size:10pt;font-family:Arial,Helvetica,sans-serif;}
td {font-size:10pt;font-family:Arial,Helvetica,sans-serif;}
input {font-size:10pt;font-family:Arial,Helvetica,sans-serif;}

.main-wrapper
{
	margin: 0px auto;
	width: 960px;
}

input.input-submit
{
	border: 1px solid #F4AC33;
	background: url("media/images/button.jpg") repeat-x 0 0 #FFFFFF;
	color: #000000;
	width: 80px;
	font-weight: bold;
	font-size: 11px;
	padding: 2px;
	margin-right: 5px;
	cursor: pointer;
}

html
{
	height: 101%;
}

/* Top menu classes */

div.top-menu
{
	background-color: #888888;
	width: 960px;
	height: 23px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

div.top-menu ul
{
	margin:0;
	list-style: none outside none;
	padding:0;
}

div.top-menu li
{
	display: block;
	float: left;
	height: 23px;
	border-right: 1px solid #fff;
	text-decoration: none;
	white-space: nowrap;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

div.top-menu li a
{
	color: white;
	display: block;
	width: 90px;
	height: 23px;
	line-height: 23px;
	background-color: #888888;
}
div.top-menu li a:hover
{
	background-color: #FF702C;
	text-decoration: none;
	background-image: linear-gradient(bottom, #FF6F2C 30%, #FF8E59 80%);
	background-image: -o-linear-gradient(bottom, #FF6F2C 30%, #FF8E59 80%);
	background-image: -moz-linear-gradient(bottom, #FF6F2C 30%, #FF8E59 80%);
	background-image: -webkit-linear-gradient(bottom, #FF6F2C 30%, #FF8E59 80%);
	background-image: -ms-linear-gradient(bottom, #FF6F2C 30%, #FF8E59 80%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.3, #FF6F2C), color-stop(0.8, #FF8E59));
}

div.top-menu li a.on
{
	background-color: #ff702c;
}

/* Right block classes */

div.right-menu-block
{
	width: 250px;
	background-color: #F0F0F0;
	margin-bottom: 15px;
	border-width: 0px 0px 1px;
	border-color: #888888;
	border-style: solid;
}

div.right-menu-block h3
{
	padding: 4px 10px 3px 10px;
	margin: 0px 0px 10px;
	background-color: #888888;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

div.right-menu-block h3 a
{
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

div.right-menu-block p
{
	font-size: 13px;
	color: #000000;
}

div.right-menu-block ul
{
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 10px 10px 30px;
	padding: 0px;
}

div.right-menu-block ul li
{
	margin-bottom: 5px;
}

.blue-bg h3
{
	background-color: #72a5de !important;
}
.orange-bg h3
{
	background-color: #FF6600 !important;
}
/* End of right block classes */

div.content-blocks
{
	overflow: hidden;
	text-align: justify;
	padding-bottom: 12px;
}
div.content-blocks img.show-left
{
	margin: 0px 12px 0px 0px;
	float: left;
	border: none;
}
div.content-blocks ul li span.span-indent
{
	display: block;
	margin-left: 40px;
	text-align: left;
}

.gray-background-gradient
{
	background-image: linear-gradient(bottom, #888888 17%, #999999 80%);
	background-image: -o-linear-gradient(bottom, #888888 17%, #999999 80%);
	background-image: -moz-linear-gradient(bottom, #888888 17%, #999999 80%);
	background-image: -webkit-linear-gradient(bottom, #888888 17%, #999999 80%);
	background-image: -ms-linear-gradient(bottom, #888888 17%, #999999 80%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.17, #888888), color-stop(0.8, #999999);
	)
}

/* Start of General classes */
.text-align-justify {text-align: justify;}
.overflow-hidden {overflow: hidden;}
.display-inline {display: inline;}
.margin-bottom-none {margin-bottom: 0px;}
.margin-bottom-5 {margin-bottom: 5px;}
.margin-bottom-15 {margin-bottom: 15px;}
.margin-bottom-20 {margin-bottom: 20px;}
.border-none {border: none !important;}
.border-bottom-1px-gray {border-bottom: 1px solid #E5E5E5;}
.margin-top-none {margin-top: 0px;}

