﻿/* CSS layout */
#masthead {
	background-image: url('../Images/banner_bkg.jpg');
	background-repeat: repeat;
	height: 200px;
}

#container {
	position: relative;
}

#page_frame {
	width: 792px;
	right: auto;
	left: auto;
}
#left_col {
	width: 200px;
	position: relative;
	background-color: #FFFFFF;
	top: auto;
	left: auto;
	height: 300px;
}
#left_col_extra {
	margin-left: 10px;
	background-color: clear;
}
#page_content {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	top: 0px;
}
#footer {
	background-image: url('../Images/footer_bkg.jpg');
	background-repeat: repeat;
	height: 150px;
}

.banner_cntr {
	margin-left: auto;
	margin-top: 0px;
	text-align: center;
	display: block;
	margin-right: auto;
	vertical-align: top;
}
.menu {
	margin: 0px 0 0 10px;
	padding: 0;
	width: 190px;
	list-style: none;
	top: 0px;
	position: relative;
}
.menu li {
padding:0;
margin:0 0 1px 0;
height:40px;
display:block;
}
.menu li a {
text-align:left;
height:40px;
padding:0px 25px;
font:16px Verdana, Arial, Helvetica, sans-serif;
color:rgb(201,197,197);
display:block;
background:url('../Images/Menu/menu_image.png') 0px 0px no-repeat;
text-decoration:none;
}
.menu li a:hover{
background:url('../Images/Menu/menu_image.png') 0px -40px no-repeat;
color:rgb(255,255,255);
}
.menu li a.active:hover {
background:url('../Images/Menu/menu_image.png') 0px -80px no-repeat;
color:rgb(255,255,255);
}
.menu li a.active {
background:url('../Images/Menu/menu_image.png') 0px -80px no-repeat;
color:rgb(255,255,255);
}
.menu li a span {
line-height:40px;
}
.LC_border {
	background-image: url('../Images/Border/banner_new_r2_c1.jpg');
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.page_title {
	font-family: verdana, arial, "century gothic";
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	font-variant: small-caps;
	margin-left: 10px;
}
.subheading {
	font-family: verdana, arial, "century gothic";
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	margin-left: 10px;
}
.text {
	font-family: verdana, arial, "century gothic";
	font-size: 12px;
	color: #000000;
	margin-left: 15px;
	margin-right: 20px;
	text-align: justify;
}
.text_cntrd {
	font-family: verdana, arial, "century gothic";
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-align: center;
	clip: rect(auto, auto, auto, auto);
	display: block;
}
.text_copyright {
	font-family: verdana, arial, "century gothic";
	font-size: 8px;
	color: #000000;
	right: auto;
	left: auto;
	text-align: center;
	position: relative;
	display: block;
	top: -2px;
}

.text_bold {
	font-family: verdana, arial, "century gothic";
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	margin-right: 20px;
	margin-left: 15px;
}
.text_emphasis {
	font-family: verdana, arial, "century gothic";
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #006699;
	text-align: center;
	clip: rect(auto, auto, auto, auto);
	display: block;
}

.text_port_bold {
	font-family: verdana, arial, "century gothic";
	font-size: 10px;
	font-weight: bold;
	color: #186A92;
}
.text_port_text {
	font-family: verdana, arial, "century gothic";
	font-size: 10px;
	color: #000000;
	text-align: justify;
}
.image_link {
	border-style: 0;
	border-width: 0px;
}
.image_side {
	margin-left: 10px;
}
.image_sidebar {
	margin-left: 35px;
	border-width: 0px;
}
.paypal_btn {
	margin-left: 50px;
	margin-bottom: 400px;
}
