body {
	background-color: #cecece;
	font-family: "Verdana", "Segoe UI";
	font-size: 12px;
	color: #636363;
}

body.updates {
	background-color: #e9e9e9;
	font-family: "Verdana", "Segoe UI";
	font-size: 12px;
	color: #636363;
}       

hr {
	color: #fff;
}

a:link {
	color: #6a8293; 
	text-decoration: none;
}

a:visited {
	color: #365468; 
	text-decoration: none;
}

a:active {
	color: #5089b0; 
	text-decoration: none;
}

a:hover {
	color: #809fb5;
	text-decoration: none;
}

a.nav:link {
	color: #989898; 
	text-decoration: none;
}

a.nav:visited {
	color: #989898; 
	text-decoration: none;
}

a.nav:active {
	color: #989898; 
	text-decoration: none;
}

a.nav:hover {
	color: #545454;
	text-decoration: none;
}

a.nav2:link {
	color: #636363; 
	text-decoration: none;
}

a.nav2:visited {
	color: #636363; 
	text-decoration: none;
}

a.nav2:active {
	color: #636363; 
	text-decoration: none;
}

a.nav2:hover {
	color: #000;
	text-decoration: none;
}

#center {
	text-align: center
}

#logo {
         background: #fff url(images/logo.jpg) no-repeat top left;
         padding-left: 33px;
         padding-top: 19px;
}
       
#nav {
	font-family: "Century Gothic", "Segoe UI";
	font-size: 18px;
	color: #989898;
	float: right;
	width: 420px;
	padding-top: 5px;
	padding-right: 20px;
}

#nav2 {
	font-size: 14px;
	color: #989898;
	float: right;
	width: 250px;
	padding-top: 0px;
	padding-right: 10px;
}

#glow {
         background: transparent url(images/glow.jpg) no-repeat top center;
         z-index: 1;
}

#h1 {
         font-size: 36px;
         color: #636363;
         padding-top: 27px;
         padding-bottom: 15px;
}

#h2 {
         font-size: 24px;
         color: #636363;
         padding-top: 5px;
         padding-bottom: 11px;
}

#text {
         font-size: 12px;
         text-align: justify;
         line-height: 18pt;
         padding-left: 8px;
         padding-right: 25px;
         padding-bottom: 20px;
}

#text2 {
         font-size: 12px;
         text-align: left;
         line-height: 15pt;
         padding-left: 8px;
         padding-right: 25px;
         padding-bottom: 20px;
}

#wrapper {
         width: 100%;
         height: 100%;
         display: table;
         position: relative;
	 margin: 0px auto;
}
 
#content {
         width: 80%;
         margin-left: auto;
         margin-right: auto;
}

#footer  {
        /* background: url(images/footer.png) no-repeat center; */
	font-size: 10px;
	text-align: center;
	/* position: absolute;
        bottom: 1px;
	width: 99%;
	height: 15px; */
}