/*colors

dark green: #6AC7AC;
lime green : #D7EA9D;
bright green: #AED536;
grey: #D4D4D4;
dark grey: #CCCCCC

*/

body
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	background-color: White;
	color: #333333;
	font-family: arial, helvetica, verdana;
}

a
{
	color: Black;
}
	a:hover
	{
		color: #6AC7AC;
	}

img
{
	border: 0px;
}
img a
{
	border: 0px;
}

hr
{
	margin-top: 0px;
	color: #1161A2;
	height: 1px;
}

.clear
{
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#page
{

	width: 800px;
	font-size: 10pt;
	text-align: left;
	font-family: Arial, Verdana, Helvetica;
	height: auto;
	background-color: White;
	border: solid 1px #D4D4D4;
	padding-bottom: 5px;
	}
	  	 
	 #header
	 {
        padding: 0px;
	 }
	  #headerLeft
	  {
			width: 256px;
			margin: 0px;
			float: left;
            padding: 2px;
	  }

	  #headerRight
	  {
	   		 float: left;
			 width: 256px;
   			margin: 0px;
              padding: 2px;
   	  }


	  #headerText
	  {
	   	float: right;
		text-align: center;
		width: 256px;
		margin: 0px;
        padding: 2px;
	  }
	 
	
	.navBar
	{			 
		clear: both;
		height: 22px;
		background-color: #AED536;
		background-image: url(/images/navbarback.gif);
		background-repeat: repeat-x;
		text-align: center;
		color: white;
		font-size: 10pt;
		font-weight: bold;
		padding-top: 3px;
        border-top: 1px solid #5F7718;
        border-bottom: 1px solid #5F7718;
	}				 
	
		.navBar a
		{
			color: white;	 
			text-decoration: none;
		}
						 
		.navBar a:hover
		{
		 	color: #B4CDE1;
			text-decoration: underline;
		}
	#mainPage
	{
		
	}		
					 

	
	#mainText
	{
		padding: 7px;
		float: left;
		width: 495px;
	}

	#bar
	{
		width: 258px;
		padding: 0px 14px 0px 14px;
		float: right;
		background-color: #F3F1E9;
		border-left: 1px solid #DBD5C5;
		border-bottom: 1px solid #DBD5C5;
	}
	#bar h1
	{
		color: #669933;
		border-bottom: solid 1px #DBD5C5;
	}
	#bar ul li
	{
		font-size: 8pt;
	}

blockquote
{
	font-family: times, times-roman, sans-serif;
	font-size: 14pt;
	font-style: italic;
	
}

h1, h2
{
	color: #6AC7AC;
	font-family: Georgia, serif;
	font-size: 12pt;
	font-weight: normal;
}

h2
{
	color: #6AC7AC;
}

            .panel
            {
                width: 262px;
                margin: 1px;
                border: 1px solid #CFCFCF;
                float: left;
                height: 190px;
            }
            .panel h2, .panel p
            {
              margin-left: 100px;
            }
            .panel h2
            {
            color: Black;
            font-size: 11pt;
            }
            .panel p
            {
                color: #333333;

            }


            #panel1
            {
              background-image: url(/images/backgroundpanel1.jpg);
              repeat:no-repeat;
            }
             #panel2
            {
              background-image: url(/images/backgroundpanel2.jpg);
              repeat:no-repeat;
            }
            #panel3
            {
              background-image: url(/images/backgroundpanel3.jpg);
              repeat:no-repeat;
            }

		
#footer
{		   
	padding: 7px;
	text-align: center;
	border-top: solid 1px #6AC7AC;
}
