@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: TOP;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	margin: 0px 0px 20px 20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img{
	border:none;
}


body {
	background-image: url(images/bg.jpg);
	padding: 0px;
	margin: 0px;
}
.maintable {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
}
.leftbar {
	background-image: url(images/bg-leftbar.jpg);
	background-repeat: repeat-y;
	width: 13px;
}
.rightbar {
	background-image: url(images/bg-rightbar.jpg);
	background-repeat: repeat-y;
	width: 13px;
}
.footer {
	background-image: url(images/bg-bottom.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	line-height: 20px;
	color: #FFFFFF;
}
.footer a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

/*  LEFT NAV BAR STYLES */
.leftnav {
	background-image: url(images/bg-navleft.jpg);
	background-repeat: repeat-y;
	width: 269px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 11px;
}
.leftnav a {
	color: #FFFFFF;
	text-decoration: none;
}
.leftnav2 a {
	color: #FFFFFF;
	text-decoration: none;
}
.leftnav2 {
	width: 269px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
	background-color: #3C5888;
}
.leftnav h1 {
	font-size: 12px;
	border-bottom: 1px dotted #FFFFFF;
	margin: 20px;
}
.leftnav2 h1 {
	font-size: 12px;
	border-bottom: 1px dotted #FFFFFF;
	margin: 20px;
}
.leftnav p {
	font-size: 11px;
	margin: 0px 20px 10px 20px;
}
.leftnav2 p {
	font-size: 11px;
	margin: 0px 20px 10px 20px;
}
.mainbody {
	background-color: #FFFFFF;
	background-image: url(images/bg-body.jpg);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
	color: #666666;
	line-height: 18px;
}
.mainbody a{
	font-weight: bold;
	color: #009900;
	border-bottom: 1px dotted #009900;
	text-decoration: none;
}
.mainbody img {
	background-color: #fff;
	border: 1px solid #7691AD;
	padding: 4px;
	margin: 4px;
}

.mainbody h1 {
	font-size: 18px;
	color: #3C5888;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding-bottom: 4px;
}
.mainbody h2 {
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #6FAB22;
	padding-bottom: 12px;
}
.mainbody h3 {
	font-size: 13px;
	color: #333333;
	padding-bottom: 4px;
}
.mainbody p {
	padding-bottom: 12px;
}

/*  Picture Drop Shadow Code */
.alpha-shadow {
	float: left;
	background: url(images/shadow.gif) no-repeat right bottom;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 0px;
}
.alpha-shadow div {
	background: url(images/shadow2.png) no-repeat left top  !important;
	background: url(images/shadow2.gif) no-repeat left top;
	padding: 3px 5px 5px 0px;
}
.alpha-shadow img {
	background-color: #fff;
	border: 1px solid #7691AD;
	padding: 4px;
}
.alpha-shadow-right {
	float: right;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 0px 0px 0 10px !important;
}
.alpha-shadow-right div {
	background: url(images/shadow2.png) no-repeat left top  !important;
	background: url(images/shadow2.gif) no-repeat left top;
	padding: 3px 5px 5px 0px;
}
.alpha-shadow-right img {
	background-color: #fff;
	border: 1px solid #7691AD;
	padding: 4px;
}
