

body 	{ 
	margin: auto;
    	padding: auto;
    	font-family: Verdana,Arial,Helvetica,sans-serif;
    	font-size: 12px;
    	background-color: #99cdff;
	color: #003399;
	}

#header { 
	background-image: url(design/header.jpg);
    	background-position: center;
    	background-repeat: no-repeat;
    	width: 900px;
    	height: 235px;
    	}

#subhead { 
	background-image: url(design/subhead.jpg);
  	background-position: center;
  	background-repeat: no-repeat;
   	width:900px;
    	height: 100px;
    	}

#content { 
	margin: auto;
    	width: 900px;
	background-image: url(design/body.jpg);
    	background-repeat: repeat-y;
    	background-position: center;
	color: #003399;
    	}

#text 	{ 
    	width: 550px;
	padding-right: 50px;
    	margin-top: 5px;
    	margin-bottom: 5px;
    	float:right;
	color: #003399;
	}

#footer { 
    	background-image: url(design/footer.jpg);
    	background-repeat: no-repeat;
    	background-position: center;
    	height: 65px;
    	clear: both;
    	font-size: 12px;
    	color: #000;
	text-decoration: none;
    	}

#footer-left { 
	padding-left: 80px;
	float: left;
    	padding-top: 30px;
    	}

#footer-right { 
	padding-right: 25px;
	float: right;
    	padding-top: 30px;
    	}

#footer a:link, #footer a:visited { 
	color: #ccc;
    	text-decoration: none;
	}

#footer a:hover { 
   	color: #fff;
    	text-decoration: none;
    	}

#nav 	{ 
	width: 100px;
  	float: left;
	font-size: 15px;
	padding-left: 75px;
	padding-top: 5px; 
	}

#nav a:link, #nav a:visited { 
	margin: 5px 0px 0px 10px;
    	padding: 5px 0px 5px 10px;
    	color: #003399;
    	display: block;
    	text-decoration: none;
	font-weight: bold;
	}

#nav a:hover { 
    	margin: 5px 0px 0px 10px;
    	padding: 5px 0px 5px 10px;
   	color: #99cdff;
    	text-decoration: none;
	font-weight: bold;
    	}

.title 	{ 
	border-top: 1px solid #003399;
    	border-bottom: 1px solid #003399;
    	color: #003399;
    	width: 555px;
    	font-size: 16px;
    	text-align: center;
	margin-bottom: 10px;
    	}

.title2 { 
	border-top: 1px solid #003399;
    	border-bottom: 1px solid #003399;
    	color: #003399;
    	width: 555px;
    	font-size: 10px;
    	text-align: center;
	margin-top: 10px;
    	}

.title2 a:link { 
    	color: #989062;
    	text-decoration: none;
    	}

.title2 a:visited { 
	color: #989062;
    	text-decoration: none;
 }

.title2 a:hover { 
	background-color: #fff;
    	color: #000;
    	text-decoration: none;
    	}

.write { 
	padding: 5px 0px 10px 10px;
   	color: #003399;
    	}

.write a:link { 
    	color: #989062;
    	text-decoration: none;
    	}

.write a:visited { 
	color: #989062;
    	text-decoration: none;
 }

.write a:hover { 
	background-color: #fff;
    	color: #000;
    	text-decoration: none;
    	}

.comment { 
	width: 555px;
    	padding-right: 10px;
    	text-align: center;
	color: #003399;
    	}

.comment a:link { 
    	color: rgb(128, 128, 128);
    	text-decoration: none;
    	}

.comment a:visited {  }

.comment a:hover { 
	background-color: rgb(0, 0, 0);
    	color: rgb(255, 255, 255);
    	text-decoration: none;
    	}

.img 	{ 
	border: 2px solid rgb(0, 0, 0);
    	}

.text 	{ 
	border: 1px solid rgb(204, 102, 0);
    	background-color: rgb(255, 255, 255);
    	}

.code 	{ 
	border: 3px solid #989062;
    	margin: auto;
	padding-top:10px;
	padding-bottom:10px;
    	background-color: #99ccff;
    	width: 500px;
    	text-align: center;
    	color: #003399;
    	}

.code a:link, .code a:visited { 
	color: #989062;
    	text-decoration: none;
	}

.code a:hover { 
    	color: #fff;
    	text-decoration: none;
    	}

.code2 	{ 
	border: 3px solid #989062;
    	margin: auto;
	padding-top:10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:10px;
    	background-color: #99ccff;
    	width: 600px;
    	
    	color: #003399;
    	}

.quote 	{ 
	border: 3px ridge rgb(0, 0, 0);
    	padding: 5px;
    	background-color: #0066cc;
    	text-align: center;
    	width: 600px;
    	}

a:link 	{ 
	color: #696969;
    	text-decoration: none;
    	}

a:visited { 
	color: #696969;
    	}

a:hover { 
    	color: #000;
    	text-decoration: none;
    	}

p 	{ 
	margin: 0px 0px 10px;
    	padding: 0px;
    	}

