/* Postitionals */	

#container {
	background: #fff;
	margin-bottom: 0px;
	}
	
#header {
	margin: 0px;
	padding-top: 35px;
	border-bottom: 1px dotted #333;
	}	

#contentleft .imgLink,
#contentcenter .imgLink,
#contentright .imgLink,
#flash,
#navTwo,
#navTwo a,
#nav {
	display: none !important;
	}
	
#footer {
	margin: 0px;
	padding-top: 25px;
	text-align: left;
	border-top: 1px dotted #999;
	}

#contentleftbig {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 11px;
	background: transparent;
	}	

#contentrightbig {	
	color: #000;
	margin-top: 10px;
	padding-right: 10px;
	background: #fff;
	border-top: 1px dotted #999;
	}	
	
/*  Other styles  */


.floatpicRight {
	margin-top: 5px;
	margin-right: 20px;
	float: right;
	background: transparent;
	}
	
#internalPictureDotted {
	border: 1px dotted #999;
	margin-top: -10px;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;
	z-index: 10;
	background: transparent;
	}

.hide {
	display: none;
	}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: georgia, Times New Roman, serif;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	}

h1 {
	font-size: 140%;
	line-height: 140%;
	font-weight: normal;
	background: transparent;
	font-weight: bold;
	text-transform: uppercase;
	}
h2 {
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #999;
	text-align:left;
	font-size: 130%;
	color: #000;
	font-weight: bold;
	background: #fff !important;
	}
h3 {
	font-size: 120%;
	line-height: 125%;
	color: #333;
	margin-top: 15px;
	font-weight: bold;
	}
h4 {
	font-size: 110%;
	color: #036A82;
	line-height: 120%;
	margin-top: 15px;
	margin-bottom: 3px;
	font-weight: bold;
	}


/* Link styles  */

a	{
	text-decoration: none;
	font-weight: normal;
	padding-left: 1px;
	padding-right: 1px;
	}
	
a:link	{
	color:	#036A82;
	background-color: transparent;
	}
	
a:visited	{
	color:	#036A82;
	background-color: transparent;
	}
	
a:hover	{
	color:	#fff;
	background-color: #036A82;
	}
	
a:active	{
	color:	#fff;
	background-color: #3A3442;
	}	
	
a.imgLink {
	padding: 0px;
	border-bottom: 0px;
	background: transparent;
	}	
		
a.in {
	font-weight: bold;
	}	
	
	
a img {
	padding-bottom: 0px !important; 
	margin-bottom: 0px !important; 
	border: 0px !important; 
	}	
	
/* site styles */	
	

p  { 
	margin-top: 5px;
	margin-bottom: 10px; 
	}	
	
h4+p {
	margin-top: 0px;
	}


abbr {
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px #ccc solid;
	}

.footerText {
	font-size: 10px;
	line-height: 14px;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	background: transparent;
	}



