﻿body {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	font-family: Helvetica LT Std Cond, Helvetica, Arial;
}
b {
	font-size: 110%;
}
em {
	color: red;
}
img {
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: blue;
}
a:visited {
	color: blue;
}
h4 {
	font-family: Arial, Helvetica;
	font-size: medium;
	color: #064348;
}
#maincontainer {
	width: 933px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}
#topsection {
	background-image: url('/images/Template2/imgBGTop.png');
	background-repeat: no-repeat;
	height: 159px;
}
#veinHeader {
	background-image: url('/images/Template2/VeinHeader.png');
	background-repeat: no-repeat;
	height: 164px;
	font-family: "Helvetica LT Std Cond,Arial,Helvetica, sans-serif";
	font-size: small;
	color: #595041;
}
#ContentContainer {
	background-image: url('/images/Template2/BGimageColor.png');
	background-repeat: repeat-x;
	background-color: #f9fbf0;
	min-height: 400px;
	padding-top: 20px;
	margin-bottom: 50px;
}

.Titlebar {
	font-family:Helvetica LT Std Cond Blk, Arial, sans-serif;
	font-size: x-large;
	color:#533e1e;
}



#RightBox 
{
	background-image: url('/images/Template2/ContentMiddle.png');
	width: 537px;
	margin-top: 5px;
	margin-left: 352px;
	margin-bottom: 20px;
}
#RightBoxHeader {
	background-image: url('/images/Template2/ContentTop.png');
    background-repeat: no-repeat;
    height: 11px;
}
#RightBoxContent {
	
	margin-left:10px;
}
#RightBoxFooter {
	background-image: url('/images/Template2/ContentBottom.png');

	background-repeat: no-repeat;
	height: 11px;
}
#LeftBox {
	position: absolute;
	z-index: 1000;
	width: 299px;
	margin-left: 30px;
	margin-top: 5px;
}
#MainBox {
	width: 792px;
    margin: 0 auto;
    background-image: url('/images/Template2/ContentMiddle2.png');
}
#MainBoxHeader {
	background-image: url('/images/Template2/ContentTop2.png');
	background-repeat: no-repeat;
	height: 11px;
}

#MainBoxContent{
	background-image: url('/images/Template2/ContentMiddle2.png');
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#MainBoxFooter{
	background-image: url('/images/Template2/ContentBottom2.png');
	height: 11px;
	background-repeat: no-repeat;
}

#footer {
	font-family: Arial, Helvetica;
	Font-size: small;
	clear: left;
	width: 100%;
	background-color: #f9fbf0;
	color: #3e3c40;
	text-align: center;
	padding: 15px 0;
}
#footer a {
	color: #36585b;
	font-family: Arial;
	font-size: small;
}

