/*
::::::::::: :::      ::::::::   ::::::::  :::    ::: :::::::::: :::        ::::::::::: ::::    ::: :::::::::: 
    :+:   :+: :+:   :+:    :+: :+:    :+: :+:    :+: :+:        :+:            :+:     :+:+:   :+: :+:        
    +:+  +:+   +:+  +:+        +:+    +:+ +:+    +:+ +:+        +:+            +:+     :+:+:+  +:+ +:+        
    +#+ +#++:++#++: +#+        +#+    +:+ +#+    +:+ +#++:++#   +#+            +#+     +#+ +:+ +#+ +#++:++#   
    +#+ +#+     +#+ +#+        +#+  # +#+ +#+    +#+ +#+        +#+            +#+     +#+  +#+#+# +#+        
#+# #+# #+#     #+# #+#    #+# #+#   +#+  #+#    #+# #+#        #+#            #+#     #+#   #+#+# #+#        
 #####  ###     ###  ########   ###### ### ########  ########## ########## ########### ###    #### ########## 
:::    ::: :::    ::: :::::::::   ::::::::  ::::    :::               :::     ::: :::::::::: :::::::::  :::::::::  :::::::::: :::        :::        ::::::::::: 
:+:    :+: :+:    :+: :+:    :+: :+:    :+: :+:+:   :+:               :+:     :+: :+:        :+:    :+: :+:    :+: :+:        :+:        :+:            :+:     
+:+    +:+ +:+    +:+ +:+    +:+ +:+    +:+ :+:+:+  +:+               +:+     +:+ +:+        +:+    +:+ +:+    +:+ +:+        +:+        +:+            +:+     
+#++:++#++ +#+    +:+ +#+    +:+ +#+    +:+ +#+ +:+ +#+ +#++:++#++:++ +#+     +:+ +#++:++#   +#++:++#:  +#++:++#:  +#++:++#   +#+        +#+            +#+     
+#+    +#+ +#+    +#+ +#+    +#+ +#+    +#+ +#+  +#+#+#                +#+   +#+  +#+        +#+    +#+ +#+    +#+ +#+        +#+        +#+            +#+     
#+#    #+# #+#    #+# #+#    #+# #+#    #+# #+#   #+#+#                 #+#+#+#   #+#        #+#    #+# #+#    #+# #+#        #+#        #+#            #+#     
###    ###  ########  #########   ########  ###    ####                   ###     ########## ###    ### ###    ### ########## ########## ########## ########### 
::::::::::: :::        :::       :::    :::  :::::::: ::::::::::: :::::::::      ::: ::::::::::: ::::::::::: ::::::::  ::::    ::: 
    :+:     :+:        :+:       :+:    :+: :+:    :+:    :+:     :+:    :+:   :+: :+:   :+:         :+:    :+:    :+: :+:+:   :+: 
    +:+     +:+        +:+       +:+    +:+ +:+           +:+     +:+    +:+  +:+   +:+  +:+         +:+    +:+    +:+ :+:+:+  +:+ 
    +#+     +#+        +#+       +#+    +:+ +#++:++#++    +#+     +#++:++#:  +#++:++#++: +#+         +#+    +#+    +:+ +#+ +:+ +#+ 
    +#+     +#+        +#+       +#+    +#+        +#+    +#+     +#+    +#+ +#+     +#+ +#+         +#+    +#+    +#+ +#+  +#+#+# 
    #+#     #+#        #+#       #+#    #+# #+#    #+#    #+#     #+#    #+# #+#     #+# #+#         #+#    #+#    #+# #+#   #+#+# 
########### ########## ########## ########   ########     ###     ###    ### ###     ### ###     ########### ########  ###    #### 


*/

/* 0top 0right 0bottom 0left */
<style type="text/css" media="screen">


body {
	position: absolute;
	margin:50px 0px; 
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align: center; /* Hack for IE5/Win */
	}
	
#container {
	position: relative;
	margin:-8px -8px -8px -8px;
	padding: 0 0 0 0;
	border: 0px solid #333;
	background-image: url();
	background-repeat: repeat;
	} 



/************************************************************* Navigation Menu **************************************************/
													/*<!-- 0down 0right 0up 0left -->*/
#menu {
	padding:;
	border:;
	background-color:;
	} 
	
	
	
	
.menu { 				/*menu bar*/
   position:relative;
   background-color:#000;
   list-style: circle;
   margin:-5px auto; /* Right and left margin widths set to "auto" */
   text-align:center; /* Counteract to IE5/Win Hack */
   font-family: helvetica;
   font-size:0.6em;
   padding:3px 0 3px 0;
   width:640px;
	/*
	margin-top:-1px;
   margin-left: auto;
   margin-right: auto;
	*/
}




.menu li{           /*header text*/ 
   position:relative;
   display:inline;
   cursor:pointer;
   color:#fff;
   padding: 0 2px;
   margin-right:0px; /*indent from right header text*/
	}


.menu li:hover{	/*header hover*/   
   color:#99CC99;
	}



.menu li ul /*dropdown Menu*/
{
   position:absolute;
   white-space:nowrap;
   text-align:left;
   list-style:none;
   display:none; /* 'list-item' will display the menu permanently*/
   z-index:5;
   left:0%;
   top:1.15em;
   margin:10px; /*pulldown menu vertical alignment*/
   margin-left:0px; /*pulldown menu text alignment*/
   padding:0px;
   border-left:1px solid #fff;
   background-color:none;
}







.menu li a{ /*TEXT dropdown & link*/
   text-decoration:none;
   color:#fff;
   width:100%;
   height:100%;
   margin:17px; /* the space between menu words */
   font-size:1em;
   font-family:helvetica;
   font-weight:normal;
}

.menu li a:hover{ /*dropdown Menu hover*/
   color:#99CC99;
}


.menu li ul li{
   position:relative;
   left:0px;
   display:list-item;
   cursor:pointer;
}

.menu li ul li{ /*dropdown menu BOX position and width*/
   position:relative;
   left:0px;
   cursor: pointer;
   width:35px;
   margin: 2px 2px 2px 2px;
   border: 0px solid #999; /* boxes around links */
}

.menu li ul li a{ /*dropdown menu box block and padding/ margins*/
   display:block;
   margin:2px;
   margin-left:3px;
   margin-right:3px;
}

.menu li:hover > ul{ 
   display:block;
}


/**********************************************end Navigation Menu******************************************************************/

#header { /*push FROM 0top 0right 0bottom 0left */
	background-color:#fff;
	width:640px;
	height:;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:10px;
	border: 0px solid #ff0000;
	color:#449fcc;
	font-weight:600;
	text-decoration:none;
	font-size:10px;
	border: 0px solid #ff0000;
	}


#content {
	background-color:#fff;
	width:640px;
	margin:10px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:60px 0px  0px 0px;
	border: 0px solid #ff0000;
	}
	
#content img {margin: 10px 10px 0px 10px;border: none;}
	
	

	
#footer { 
        background-color:;
        font-family: Helvetica; 
        text-align:left;
        font-size: 0.6em;
        padding:3px;
        margin:78px 0px 0px 0px;
        color:#99CC99;     
        border-top: 1px solid #99CC99; 
 
    
        
        }

#footer a { 
        color:#fff;
         }

#footer a:hover {
        text-decoration: none;
        }




a {
	color:#449fcc;
	font-weight:normal;
	text-decoration:none;
	font-size:0.8em;
	}


a:link {
	color:#449fcc:
	font-size:0.8em;
	
	}
	

a:visited {
	color:#ff8080;
	font-size:0.8em;
	}


a:hover {
	color:#000;
	text-decoration:none;
	font-size:0.8em;
	}
	


h1 {
	color:#000;
	font-family:helvetica,sans-serif;
	font-size:5.0em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:;
	font-variant:normal;
	font-weight:bold;
	line-height:1;
	letter-spacing: -0.5px;
	padding: 0 0 0px 0;
	}
	
h2 {
	color:#339966;
	font-family:Helvetica;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	
	line-height:1;
	
	}
	
h3 {
	color:#000;
	font-size:0.9em;
	font-family:helvetica;
	font-weight:normal;
	margin:2em 0 0.35em; /* up pr down of h3 to article header h2 */
	}	

		
	
p {
	line-height:1.8;
	margin:0 0 1em;
	color:#000;
	font-family:helvetica;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	}

	
blockquote {
	line-height:1.3;
	margin:20px 0 0 20px;
	color:#333333;
	font-weight:bold;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	
}


</style>
/* 0top 0right 0bottom 0left */
