body {
	margin: 0px;
	background-image:url(../images/layout/browserBg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}
.main {
	width: 740px;
}
.greyBBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
}
.greyTBBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e9e9e9;
}
.headingBG {
	background-image: url(../images/layout/headingBg.gif);
	height: 40px;
	background-repeat: repeat-x;
}
p, td, div {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
}


.greyRBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e9e9e9;
}
.trans {
	width: 760px;
	background-image: url(../images/layout/transBorder.png);
}
/*Below is the css for the mainNav navigation*/
/*Start*/
.mainNav{
width:100%;
margin:0px;
padding: 0;
float: left;
font-family:"Trebuchet MS";
font-size:16px;
font-weight:bold;
border-top: 1px solid #e9e9e9; 
border-bottom: 1px solid #e9e9e9; 
}

.mainNav li{
display: inline;
}

.mainNav li a{
float: left;
color: #064789;
padding: 8px 40px; 
text-decoration: none;
border-right: 1px solid #e9e9e9;
border-bottom: 2px solid #fff;
}
.mainNav li a:visited{
color: 064789;
}

.mainNav li a:hover{
color: black;
background-color:#F4F4F4;
border-bottom: 2px solid #666666;
}
/*End*/

/*Below is the css for the subNav navigation*/
/*Start*/
.subNav{
list-style-type: none;
margin: 0;
padding: 0;
width: 200x; 
}

.subNav li{
border-bottom: 1px solid #e9e9e9;
}

.subNav li a{
font-family:"Trebuchet MS";
font-size:12px;
font-weight:bold;
display: block;
color: #064789;
width: auto;
padding: 20px 0;
text-indent: 8px;
text-decoration: none;

}
.subNav li a:visited, .subNav li a:active{
color: #064789;
}

.subNav li a:hover{
	color: #000000;
	background-color:#F4F4F4;
	border-left: 2px solid #064789;
}
/*End*/
.diagonalFade {
	background-image: url(../images/layout/diagonalFade.jpg);
	background-repeat: repeat-x;
}
.mainHeading{
	font-family:"Trebuchet MS";
	font-size:15px;
	font-weight:bold;
	border-left: 2px solid #cccccc;
	text-indent: 5px;
}
.subHeading{
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	border-left: 2px solid #cccccc;
	text-indent: 5px;
}
.smallTXT{
	font-family:"Trebuchet MS";
	font-size:12px;
}
a:link {
	color: #064789;
}
a:visited {
	color: #064789;
}
a:hover {
	color: #007bb8;
	
}
a:active {
	color: #007bb8;
}
.horizontalDivider {
	background-image: url(../images/layout/horizontalDivider.jpg);
	background-repeat: repeat-x;
}
.imgBor {
	border: 4px solid #E5E5E5;
	margin: 10px;
}

.formFields {
	background-image: url(../images/layout/diagonalFade.jpg);
	background-repeat: repeat-x;
	color: #064789;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
}

.footerBg{
	background-color:#064789;

}
hr {
	sborder-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E4E4E4;
	height: 1px;
	border-top-width: 1px;
}
.thumbnail img{
	border: 4px solid #E5E5E5;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border: 4px solid #064789;
}
