


					/* MAIN BODY cdesign */


* { padding: 0; margin: 0; }

body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*background: #FFFEE1;*/
    background: #fff;
	
}

img {
	
	border-style: none;
	
}

h1 {
	
	font-family:  'Agency FB', "Times New Roman", serif;
	font-weight: bold;
	/*color: #000000;*/
    color: #106339;
    font-size: 3em;
}
                    
h15 {
	
	font-family:  'Agency FB', "Times New Roman", serif;
	font-weight: bold;
	/*color: #000000;*/
    color: #106339;
    font-size: 1.5em;
}

h2a {
	
	font-family:  'Agency FB', "Times New Roman", serif;
	font-weight: bold;
	/*color: #000000;*/
    color: #106339;
    font-size: 2em;
}
h2 {
	
	/*font-family:  Times, "Times New Roman", serif;*/
    font-family:  'Agency FB', "Times New Roman", serif;
	font-weight: bold;
	color: #106339;
}
 
                    
h15Black {
	
	font-family:  'Arial', 'Helvetica', sans-serif;
	font-weight: normal;
	color: #000000;
    /*color: #106339;*/
    font-size: 1.5em;
}
                    
h15BlackItalic {
	
	font-family:  'Arial', 'Helvetica', sans-serif;
	font-weight: normal;
    font-style: italic;
	color: #000000;
    font-size: 1.5em;
}
                                       
h15BlackBold {
	
	font-family:  'Arial', 'Helvetica', sans-serif;
	font-weight: bold;
	color: #000000;
    /*color: #106339;*/
    font-size: 1.5em;
}

h25 {
	
	font-family:  'Agency FB', "Times New Roman", serif;
	font-weight: bold;
	/*color: #000000;*/
    color: #106339;
    font-size: 2.5em;
}
     
h15RedBold {
	
	font-family:  'Arial', 'Helvetica', sans-serif;
	font-weight: bold;
	color: #ff0000;
    /*color: #106339;*/
    font-size: 1.5em;
}
                                   
h4Red {
	
	font-family:  'Arial', 'Helvetica', sans-serif;
	font-weight: bold;
	color: #ff0000;
    /*color: #106339;*/
    font-size: 4em;
}
                    
h3 {
	
	font-family:  Times, "Times New Roman", serif;
	font-weight: bold;
	color: #000000;
}

                    
#wrapper { 

	margin: 0 auto;
	width: 922px;
}


					/* HEADER */


#logo {

	width: 376px;
	height:125px;
	float: left;
    vertical-align: bottom;
    text-align: right;
    margin: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}


#header_right {

	width: 546px;
	float: right;
	display: inline;
	height: 125px;
	margin: 0px 0px 0px 0px;
 
}


					/* NAVIGATION */							


#navigation {

	/*float: left;
	width: 922px;
	padding-left: 0px;
	border: none;
	margin: 0px 5px 5px 0px;
	background: #006600;
    z-index: 2;*/
    float: left;
	width: 922px;
	padding-left: 0px;
	border: none;
    margin: 10px 10px 10px 10px;
	background: #fff;
    z-index: 2;
 	
}

#menuh{

	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	width: 922px;
	float: left;
	
}
		
#menuh a{

	/*text-align: center;
	display: block;
	border: 1px solid #006600;
	white-space: nowrap;
	margin: 0;
	padding: 0.3em .80em 0.3em .80em;*/
    text-align: center;
	display: block;
	/*border: 3px groove #106339;*/
    border-bottom: 2px solid #106339;
    border-left: 1px solid #106339;
    border-right: 1px solid #106339;
    border-top: 2px solid #106339;
    border-radius: 5px ;
    /*border-top-left-radius: 100em;*/
    white-space: nowrap;
	margin: 0;
	padding: 0.3em .80em 0.3em .80em;
	
}

/* menu at rest */
#menuh a:link, #menuh a:visited, #menuh a:active{

	/*color: #FFFEE1;
	background-color: #006600;
	text-decoration: none;*/
    color: #106339; 
	background-color: #fff;
	text-decoration: none;
	
}
	
/* menu on mouse-over  */
#menuh a:hover{

	/*color: #006600;
	background-color: #FFFEE1;
	border: 1px solid #006600;
	text-decoration: none;*/
    color: #106339;
	background-color: #c7c7c7;
	text-decoration: none;

}	

#menuh ul{

	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	/* width: 9em;	 width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	
}

#menuh li{

	position: relative;
	min-height: 1px;
	vertical-align: bottom;
	
}

#menuh ul ul{

	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
	padding: 1em;
	margin: -1em 0 0 -1em;
	
}

#menuh ul ul ul{

	top: 0;
	left: 100%;
	
}

div#menuh li:hover{

	cursor: pointer;
	z-index: 100;
	
}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul{

	display: none;
	
}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul{

	display: block;
	
}

					/* SIDE NAVIGATION FOR SIMILAR ABILITIES AS TOP Navigation */							


#navigationside {

	/*float: left;
	width: 922px;
	padding-left: 0px;
	border: none;
	margin: 0px 5px 5px 0px;
	background: #006600;
    z-index: 2;*/
    float: left;
	width: 200px;
	/*padding-left: 0px;*/
	/*border-right: 0px;*/
    /*margin: 10px 10px 10px 10px;*/
    
	background: #fff;
    /*background: #000;*/
    z-index: 2;
 	
}

#menuhside{

	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
    font-size: 1.2em;
	/*width: 200px;*/
	float: left;
    /*padding: 10px;*/
    
    border-right: 0px;
	/*background: #FFF;*/
	margin: 0px 0px 5px 0px;
	padding: 10px;
	height: 100%;
	

	
}
		
#menuhside a{

	/*text-align: center;
	display: block;
	border: 1px solid #006600;
	white-space: nowrap;
	margin: 0;
	padding: 0.3em .80em 0.3em .80em;*/
    text-align: center;
	display: block;
	/*border: 3px groove #106339;*/
    border-bottom: 2px solid #106339;
    border-left: 1px solid #106339;
    border-right: 1px solid #106339;
    border-top: 2px solid #106339;
    border-radius: 5px ;
    /*border-top-left-radius: 100em;*/
    white-space: nowrap;
	margin: 0;
	/*padding: 0.3em .80em 0.3em .80em;*/
    padding: 0.3em 0 0.3em 0;
    
    width: 200px;
	
}

/* menu at rest */
#menuhside a:link, #menuhside a:visited, #menuhside a:active{

	/*color: #FFFEE1;
	background-color: #006600;
	text-decoration: none;*/
    color: #106339; 
	background-color: #fff;
	text-decoration: none;
	
}
	
/* menu on mouse-over  */
#menuhside a:hover{

	/*color: #006600;
	background-color: #FFFEE1;
	border: 1px solid #006600;
	text-decoration: none;*/
    color: #106339;
	background-color: #c7c7c7;
	text-decoration: none;

}	

#menuhside ul{

	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
    /* width: 9em;	 width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	
}

#menuhside li{

	position: relative;
	min-height: 1px;
	/*vertical-align: bottom;*/
    vertical-align: middle;
	
}

#menuhside ul ul{

	/*position: absolute;*/
    position: relative;
    left: 50px;
	z-index: 500;
	top: auto;
	display: none;
	padding: 1em;
	margin: -1em 0 0 -1em;
	
}

#menuhside ul ul ul{

	top: 0;
	left: 100%;
	
}

div#menuhside li:hover{

	cursor: pointer;
	z-index: 100;
	
}

div#menuhside li:hover ul ul,
div#menuhside li li:hover ul ul,
div#menuhside li li li:hover ul ul,
div#menuhside li li li li:hover ul ul{

	display: none;
	
}

div#menuhside li:hover ul,
div#menuhside li li:hover ul,
div#menuhside li li li:hover ul,
div#menuhside li li li li:hover ul{

	display: block;
	
}
                    /* TABLES*/
                    
                   

					/* MAIN PAGE */

#page { 

	/*color: #333;
	width: 900px;
	float: left;
	padding: 10px;
	border: none;
	background: #FFFEE1;
	margin: 0px 0px 5px 0px;
	height: 100%;
	min-height: 450px;*/
    color: #333;
	width: 900px;
	float: left;
	padding: 10px;
	border: none;
	background: #fff;
	margin: 0px 0px 5px 0px;
	height: 100%;
	min-height: 450px;
 
}
                    
                    
#page p {

	font-size: 1.3em;
	text-indent: 1em;
	font-size: 1.3em;
	
}

#page ul {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;

}
                    
                    /* Main page with visible table borders*/
#pagezz { 

    color: #333;
	width: 900px;
	float: left;
	padding: 10px;
	border: none;
	background: #fff;
	margin: 0px 0px 5px 0px;
	height: 100%;
	min-height: 450px;
 
}
                    
#pagezz table, tr, td  { 

    background: #fff;
    border-radius: 15px;
    border: 15px;
    border-color: #fff;
    
}
                    
 /*#pagezz tr  { 

    background: #fff;
    border-radius: 15px;
    border: 15px;
    border-color: #fff;
        
}*/
                    
 #pagezz td  { 

    /*background: #fff;*/
    border-radius: 10px;
    border-bottom: 3px solid #106339;
    border-top: 3px solid #106339;
    border-left: 3px solid #106339;
    border-right: 3px solid #106339;
    padding: 3px;
       
    
}
                    
#pagezz p {

	font-size: 1.3em;
	text-indent: 1em;
	font-size: 1.3em;
	
}

#pagezz ul {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;

}
                    
					/* MAIN PAGE with no min height*/

#pageA { 

    color: #333;
	width: 900px;
	float: left;
	padding: 10px;
	border: none;
	background: #fff;
	margin: 0px 0px 5px 0px;
	height: 100%;
	/*min-height: 450px;*/
 
}

                    /* Main page with visible table borders*/
#pagezz1 { 

    color: #333;
	width: 700px;
	float: left;
	padding: 0px;
	border: none;
	background: #fff;
	margin: 0px 0px 0px 0px;
	height: 100%;
	min-height: 450px;
    
 
}
                    
#pagezz1 table, tr, td  { 

    background: #fff;
    border-radius: 0px;
    /*border: 0px;*/
    border-color: #fff;
    padding: 0px;
    border-spacing: 0px;
    /*width: 500px;*/
}
 
#pagezz1 tr  { 

    padding: 0px;
    
}                   
                    
 #pagezz1 td  { 

    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 0px;
    font-size: 1.3em;
    border-spacing: 0px;
    text-align: left;
    padding-left: .5em;
    
}
                    
#pagezz1 p {

	font-size: 1.3em;
    text-indent: 1em;
	/*font-size: 1.3em;*/
	
}

#pagezz1 ul {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;

}

                    
                    /* List with round bullet points*/
#BulletDisc { 

    color: #333;
	width: 900px;
	float: left;
	padding: 5px;
	border: none;
	/*background: #fff;*/
	margin: 0px 0px 5px 0px;
	height: 100%;
}
#BulletDisc ul {

	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 15px;*/
    font-size: 17px;
}
#BulletDisc li {
    list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 15px;*/
    font-size: 17px;
}
                    /* List with no bullet points*/
#BulletNone { 
    color: #333;
	width: 900px;
	float: left;
	padding: 5px;
	border: none;
	/*background: #fff;*/
	margin: 0px 0px 5px 0px;
	height: 100%;
}
#BulletNone ul {

	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 15px;*/
    font-size: 17px;
}
#BulletNone li {
    list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 15px;*/
    font-size: 17px;
}

                    /* List with no bullet points, no min width*/
#BulletNoneA { 
    color: #333;
	float: left;
	padding: 5px;
	border: none;
	margin: 0px 0px 5px 0px;
	height: 100%;
}
#BulletNoneA ul {

	font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
}
#BulletNoneA li {
    list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
}
                    
#sidebar {

	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	border-right: 0px;
	/*background: #FFFEE1;*/
    background: #FFF;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	height: 100%;
	min-height: 450px;
	width: 200px;
	float: left;
   
}
#sidebar ul {
	
	list-style: none;

}

#sidebar a{

	/*text-align: center;
	text-decoration: none;
	display: block;
	border: 0px;
	white-space: nowrap;
	margin: 0;
	padding: 0.75em .75em 0.75em .75em;*/
    
    text-align: center;
	display: block;
	border-bottom: 2px solid #106339;
    border-left: 1px solid #106339;
    border-right: 1px solid #106339;
    border-top: 2px solid #106339;
    border-radius: 5px ;
    white-space: nowrap;
	margin: 0;
	padding: 0.3em .80em 0.3em .80em;
	
}

#sidebar a:link, #sidebar a:visited{

	/*color: #FFFEE1;
	background-color: #006600;
	text-decoration: none;*/
    color: #106339; 
	background-color: #fff;
	text-decoration: none;
    
	
}

#sidebar a:active, #sidebar a:hover{

	/*color: #006600;
	background-color: #FFFEE1;
	text-decoration: none;*/
    color: #106339;
	background-color: #c7c7c7;
	text-decoration: none;

}	
	

#sidebarbody {

	float: right;
	color: #333;
	border: 0px;
	/*background: #FFFEE1;*/
    background: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 100%;
	min-height: 450px;
	width: 680px;
	display: inline;
	
}

#sidebarbody p {
	
	font-size: 1.3em;
	text-indent: 1em;
	padding-bottom: .5em;
	
}

#sidebarbody ul {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
    

}

#simplegallery1 {
	
	//CSS for Simple Gallery Example 1
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	border: none;
	z-index: 0;
	
}

#simplegallery1 .gallerydesctext {
	
	//CSS for description DIV of Example 1 (if defined)
	text-align: left;
	padding: 2px 5px;
	
}

					/* Footer */


#footer { 

	width: 882px;
	clear: both;
	color: #FFFEE1;
	border: none;
	background: #006600;
	margin: 0px 0px 10px 0px;
	padding: 20px;
	height: 150px;
	position: relative;
	
}

#MOTD {
	
	width: 410px;
	height: 125px;
	color: #000000;
	background: #FFFEE1;
	position: absolute;
	left: 230px;
	padding: 10px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	
}

#footright {
	
	width: 175px;
	color: #FFFEE1;
	border-left-color: #FFFEE1;
	border-left-style: solid;
	border-left-width: 3px;
	padding-top: 10px;
	padding-left: 40px;
	background: #006600;
	height: 130px;
	position: absolute;
	left: 670px;
	
	
}

#footright h3 {
	
	color: #FFFEE1;
	
}
	
a.footlink:link {

	color: #FFFEE1;
	text-decoration: none;

}

a.footlink:visited {

	color: #FFFEE1;
	text-decoration: none;

}

a.footlink:hover {

	color: #CC9E67;
	text-decoration: none;

}

a.footlink:active {

	color: #FFFEE1;
	text-decoration: none;

}

h1.footsmall {
	
	font-size: .5em;	
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFEE1;
	
}
