/* CSS Document */

a:link {
	font-family: georgia, times new roman, serif;
	font-size: 12px;
	color: #003399;
	background-color: transparent;
	text-decoration: underline }

a:visited {
	font-family: georgia, times new roman, serif;
	font-size: 12px;
	color: #333333;
	background-color: transparent;
	text-decoration: underline }

a:hover {
	font-family: georgia, times new roman, serif;
	font-size: 12px;
	color: #339900;
	background-color: transparent;
	text-decoration: underline }

a:active {
	font-family: georgia, times new roman, serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: transparent;
	text-decoration: underline }

.title { font-family: georgia, times new roman, serif;
	     font-size: 20px;
	     line-height: 20px; }
		 
.width { width:711px }

body { color: #006666; background-color: #FFFFFF;
       background-repeat: repeat-y; 
	   margin-top: 5px;
	   font-family: georgia, times new roman, serif;
	   font-size: 12px;
	   line-height: 17px; }

.rightcol { background-color: #FFFFFF;
			text-align: left;
			float: right; 
			width: 29%;
			margin-right: 5%; }

.leftcol { background-color: #FFFFFF ;
			text-align: left; 
			float: left; 
			width:60%;
			border-right-width: 2px;
			border-right-style: dotted;
			margin-left: 5%; }
			
.maincopy {
	background-color: #6699CC;
	border-style: dotted;
	border-width: 1px;
	width: 95%;
	float: right;
	margin-right: 10%;
	text-align: left;
	padding: 5px;
	line-height: 17px;
	color: #FFFFFF;

}
			
.linkbarleft { background-color: #999999;
			border-style: dotted;
			border-width: 1px;
			width: 60 px;
			text-align: left;
			padding: 3px;
			float: auto;
			margin-top: 10px;
			margin-left: 20%;
			margin-right: 10%; }


.row { margin: 0px; padding:0px; background-color: #6699FF; border-style: dotted; border width: 2px; }

.margin { margin-left: 10px; float: auto; }

