body {
	margin-top: 30;
	padding:0;
	line-height: 1.5em;
	background-color: #003366;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top left
}


a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #003366;
}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #003366;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #003366;
}


.copyright { 
	font-family: sans-serif;
	font-size: 10px; 
	color: #ffffff;
}

.p  {
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
}

	.p2 {
  	padding-left: 4px;
}


	.pBoxText { 
	border: 1px solid #990000; 
}


	.pBoxText2 {
	padding:10px;
	background-color: #80b6a4;
	border-left: solid thin #666666;
	border-top: solid thin #666666;
	border-right: solid thin #cccccc;
	border-bottom: solid thin #cccccc
}

	.pBoxText3 {
	padding:10px;
	background-color: #719f90;
	border-left: solid thin #cccccc;
	border-top: solid thin #cccccc;
	border-right: solid thin #666666;
	border-bottom: solid thin #666666
}


	.pBoxText4 {
	padding:10px;
	font-weight: bold;
	background-color: #6adeb8;
	border-left: solid thin #cccccc;
	border-top: solid thin #cccccc;
	border-right: solid thin #666666;
	border-bottom: solid thin #666666
}



.bold2 {
  font-size: 150%;
  color: #000000;
}


.bold3 {
  font-size: 180%;
  color: #000000;
}


.bold3italic {
  font-size: 180%;
  font-style: italic;
  color: #000000;
}


.bold4 {
  font-size: 120%;
  color: #000000;
}


.bold5 {
  font-size: 110%;
  color: #000000;
}


.bold6italic {
  font-size: 150%;
  font-style: italic;
  color: #000000;
}


.table1 {
	 border-collapse: collapse
	 }

.bordline1 {
	background-color: #80b6a4;
	border-left: solid thin #cccccc;
	border-top: solid thin #cccccc;
	border-bottom: solid thin #666666
	}

.bordline2 {
	background-color: #80b6a4;
	border-top: solid thin #cccccc;
	border-right: solid thin #666666;
	border-bottom: solid thin #666666
	}

.bordlinecalmonth {
	text-align: center;
	background-color: #80b6a4;
	border-left: solid thin #cccccc;
	border-top: solid thin #cccccc;
	border-right: solid thin #666666;
	border-bottom: solid thin #666666
	}

.bordlinecalyearleft {
	text-align: center;
	background-color: #719f90;
	border-left: solid thin #cccccc;
	border-top: solid thin #cccccc;
	border-bottom: solid thin #666666
	}
	
.bordlinecalyearcenter {
	text-align: center;
	background-color: #719f90;
	border-top: solid thin #cccccc;
	border-bottom: solid thin #666666
	}
	
.bordlinecalyearright {
	text-align: center;
	background-color: #719f90;
	border-right: solid thin #666666;
	border-top: solid thin #cccccc;
	border-bottom: solid thin #666666
	}



hr {background-color: #003366;
	color: #999999;
	height: 3px;
	border-color:   #000000
	}


ul.NoBullet {
  list-style-type: none
}

ul.schedule {
  list-style-type: none;
}


ul#navlist	{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

ul#navlist li	{
	background-color: #000000;
	border-style: outset;
	border-width: 1px;
	border-color: #999999
}

ul#navlist li a	{
	display: block;
	width: 100%;
	color: #cccccc;
	text-decoration: none
}


ul#navlist li#active a	{
	background: #333333;
	color: #cccccc;
}

ul#navlist li a:hover, ul#navlist li#active a:hover	{
	color: #ffffff;
	background-color: #999999
}


blockquote.withquote {
	background:url(images/site/quote.gif)
	no-repeat;background-position:top left;padding-left:20px;text-align:justify;
} 


p.withunquote {
	background: url(images/site/unquote.gif)
	no-repeat;background-position:bottom right;padding-right:5px;
	font-family: courier;
}


b {font-size: 110%;}

em {color: red;}



#maincontainer{
	width: 840px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background: #73a594;
	border-style:solid;
	border-width= 1px;
}

#topsection{
	background: #EAEAEA;
	height: 420px; /*Height of top section*/
	background-image: url(images/site/rt_header3h.jpg);
}

#topsection h1	{
	margin: 0;
	padding-top: 15px;
}

#contentwrapper	{
	float: left;
	width: 100%;
}

#contentcolumn	{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/

	padding: 10px;
	margin-top: 10px;
	background-color: #73a594;
	
}

#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
	padding-top: 5px;
	padding-left: 5px;
	background: #73a594;
}

#footer{
	clear: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	background: #000000;
}

#footer a{
color: #ffffff;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}


