@charset "UTF-8";
/* this changes the body background color */

body {
	background:#e4f2fd url(images/vertical_bg.jpg) repeat-y center;
	margin:0px;
	padding:0px;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size:12px;
	}

a { color: #2583ad; text-decoration: none; font-weight: bold; }

a:hover { color: #d54e21; }

/* the following code centers the page using negative margins within the div with the id "content".  the margin-left is equl to half the total width of the division.  also, make the margin-left more negative by the size of the border. */

#content {
	position:absolute;
	left:50%;
	width:900px;
	margin-top:0px;
	margin-left:-451px;
	padding:0px;
	background-color:#FFFFFF;
	border-left:solid 1px #464646;
	border-right:solid 1px #464646;
	}

#header {
	background-color:#48759e;
	background-image:url(images/bg_x.jpg);
	background-repeat:repeat-x;
	height:150px;
	}

#header img {
	padding:0px;
	}
	
/* nav_menu code */
	
#nav_menu {
	/* background-color:#464646; */
	padding:5px 0px 5px 20px;
	background-image:url(images/nav_bg.jpg);
	background-repeat:repeat-x;
	}
	
#nav_menu a {
	font-weight: bold;
	font-size:14px;
	color:#999999;
	padding: 0 10px;
	text-shadow: #111111 1px 1px 1px;
	}
	
#nav_menu a:hover {
	color:#ffffff;
	text-decoration:none;
	}
	

/* end nav_menu code */
	

p {
	font-size:12px;
	text-align:justify;
	color:#003333;
	}

#container {
	padding:20px 30px 20px 30px;
	}
	
#container img.right {
	margin-left:20px;
	margin-bottom:10px;
	margin-top:5x;
	float:right;
	
	}
	
#container img.left {
	margin-right:20px;
	margin-bottom:10px;
	margin-top:5px;
	float:left;
	}

.list_plain {
	font-size:14px;
	list-style:none;
	text-indent:10px;
	}

/* in the footer, "clear:both;" kicks the next division out of the floating container schema */

#footer {
	clear:both;
	border-top: 1px solid #dedede;
	border-bottom: 0px solid #999997;
	padding: 0px 0px;
	margin:0 auto;
	font-size:10px;
	text-align:center;
	}
	
#footer a {
	font-size:12px;
	}
	
.footer_tagline {
	font-size:10px;
	font-style:italic;
	color:#464646;
	}	

.footer_copyright {
	font-size:9px;
	color:#999997;
	}	

/* --- end footer --- */
	
.title {
	font-size:1.5em;
	color:#d54e21;
	font-weight:bold;
	}
	
.current_page {
	color:#d54e21;
	background-color:#FFFFFF_x;
	font-weight: bold;
	font-size:14px;
	padding: 0 10px;
	text-shadow: #111111 1px 1px 1px;
	}
	
/* begin form css */

fieldset {
	background:#e4f2fd;
	border:solid 1px #49769f;
	margin:5px;
	padding:5px
	}

#personal {
	background:#e4f2fd;
	border:solid 1px #49769f;
	margin:5px;
	padding:10px
	}

#personal label {
	font-size:10px;
	padding:5px;
	}

#personal input {
	padding:1px;
	width:95%;
	}

textarea {
	font:10px;
	padding:1px;
	width:95%;
	}

input[type="submit"], input[type="reset"] {
	background:#d55921;
	font:10px;
	color:black;}

#buttons {text-align:center}

/* end form css */
	
