* {   
     padding: 0;   /*Resets padding, margin, and borders to 0 for cross-browser consistency*/
     margin: 0;
     border: 0;  
}

body {   
     font-size: 62.5%;   
     background-image:url(images/Bubbles.jpg); 
	 background-color:transparent;
	 margin: 0 auto;
     font-size: 1.2em; 
}

:link, :visited {   
     text-decoration: none;    /*Removes underline from link/visited for readability*/
}

ul, ol {
     list-style: none;    /*Removes bullets from lists*/
}

a img, :link img, :visited img {
     border: none;    /*Removes border images*/
}

option {
     min-width: 1.5em;    /*Fixes mozilla problem with forms caused by universal reset*/
}

/* end global defaults */

#page {
     margin: 0 auto;
     width: 750px;
     position: relative;
     top: 10px; 
}

#header {
     background-image: url(images/header.png);
     background-repeat:no-repeat;
	 width: 750px;
     height: 283px; 
}

#navbar {
     display: inline;
     float: right;
     position: relative;
     top: +19px;
     width: 100%;
     left: -145px;
     z-index: 1; 
}

#navbar a {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-size: .75em;
}

#navbar a:hover {
     color: #ff0000;
}

#title {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
     text-align: right;
     position: relative;
     right: 35px;
     font-size: 2.5em;
     top: 30px;
     }

#slogan {
     color: #004ce4;
     font-family:"Times New Roman", Times, serif;
     text-align: right;
     font-size: 19px;
     position: relative;
     right: 40px;
     top: -2px; 
}
 
#slogan2 {
     color: #ffffff;
     font-family:"Times New Roman", Times, serif;
     text-align: right;
     font-size: 15px;
     position: relative;
     right: 52px;
     top: 40px; 
}

#wrapper {
     background-image: url(images/bg.png);
     background-repeat: repeat-y;
     width: 750px;
     float: left; 
}

#content {
     width: 470px;
     position: relative;
     float: left;
     margin-left: 10px;
     font-family: Arial, Helvetica, sans-serif;
     padding-top: 10px;
     padding-right: 10px;
     padding-bottom: 10px;
     padding-left: 10px; 
}

.entrytitle {
     color: #01a911;
     font-size: 1em;
     padding-bottom: 5px; 
}

.entry {
     font-family: Arial, Helvetica, sans-serif;
     color: #000;
     font-size: 12px;
	 line-height:18px; 
}

.entry a {
     color: #004ce4;
	 text-decoration:underline;
}

.entry a:visited {
     text-decoration: none; 
}

.entry a:hover {
     color: #004ce4;
	 text-decoration:underline;
	 background-color: #f5ee29;
	 padding: 5px; 

}

#submenu {
     width: 217px;
     float: left;
     position: relative;
     top: -150px;
     z-index: 5; 
}

#submenu h3 {
     padding-top: 25px; 
}

.menutitle {
     text-align: center;
     padding-bottom: 10px; 
	 
}

.menutitle a {
     font-family: Arial, Helvetica, sans-serif;
     color: #01a911;
     font-size: 14px;
	 font-weight:bold;
     text-decoration:underline;
     text-align: center;
}

.menutitle a:hover {
     font-family: Arial, Helvetica, sans-serif;
     color: #ffffff;
	 background-color:#004ce4;
     font-size:14px;
	 font-weight:bold;
     text-align: center;
     padding: 5px; 
}

ul a {
     font-family: Arial, Helvetica, sans-serif;
     color: #01a911;
     font-size: .6em;
     text-align: center;
     display: block;
     padding-bottom: 5px; 
}

ul a:hover {
     color: #01a911;
}

#footer {
     width: 750px;
     height: 180px;
     background-image: url(images/footer.png);
     background-repeat:no-repeat;
	 clear: both; 
}

.copyright {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-size: .55em;
     position: relative;
     top: 130px;
     left: 25px; 
}

a:hover {}

a:active {}

/* *** ie hacks *** */

* html #navbar {
     top: 7px;   /*ie hack*/
}

* html #slogan {
     top: -110px;   /*ie hack*/
}

* html #submenu ul a {
     height: 15px;
}
