@charset "UTF-8";
/* CSS Document */
/* © 2007*/
/* designer: jennifer gunther || www.auspiciousmotion.org */

/*Why set up the universal selector ("*")?*/

/*"To begin with, I (like many others) usually prefer to get all browsers 'marching in-step' 
by over-riding all their 'factory-set' margins and paddings. Using the universal selector ('*'),
that's fairly effortless." --Alex Walker, http://www.sitepoint.com/blog-post-view.php?id=274020 */

* {margin:0;padding:0;} 





 label {
	margin-top: 1em;
	margin-right: 0.5em;
	display: block;
	}

input {
    border:#000 1px solid;
    }
    
textarea {
    border:#000 1px solid;
    }
    
select {
    border:#000 1px solid;
    }
    
    
body {
	background-color:#033949;
	}
	
img {
	border:none;
	}

img.header {
	border:none;
	position:absolute;
	left:2px;	
		top:34px;
	}
	
img.content {
	float:right;
	padding:10px;
	}
		
		
#photomarginleft {
	margin-left:19px;
	}
	
	
tr {
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
	color:#202020;
	}
	
a {
	text-decoration:none;
	color:#F89828;
	}
	
a:visited {
	text-decoration:none;
	color:#F89828;
	}
	
a:hover {
	text-decoration:none;
	color:#FFC648;
	}
	
#topBar {
	background-color:#033949;
	font-family:sans-serif;
	color:#FFF;
	font-size:11px;
	text-align:right;
	padding:8px 2px 12px 2px;
	}

.verdana {
	font-family:Tahoma, sans-serif;
	letter-spacing:1.5px;
	color:#FFF;
	font-size:12px;
	float:left;
	}
	
#container {
	width:800px;
	height:auto;
/*	background:url('ATLAS-s-b.gif') repeat-y fixed top center;
	left:0px;*/
	background:url('ATLAS-s-b.gif') repeat;
	left:0px;
	position:relative;
	*left:3px; /* IE7 hack: feeds rule to IE7 for background to line up pixel perfect */
	_left:-3px; /* attempt to resolve background alignment in IE6 and below*/

	margin:0 auto;
	padding:0;
		}
		
		#container2 {
	width:800px;
	height:auto;
	background:url('ATLAS-s-b2.gif') repeat;
		left:0px;
	text-align:left;
	position:relative;
	*left:3px; /* IE7 hack: feeds rule to IE7 for background to line up pixel perfect */
	_left:-3px; /* attempt to resolve background alignment in IE6 and below*/

	margin:0 auto;
	padding:0;
		}
				#indent {
	width:380px;

line-height: 140% ;
		left:5px;
	
	position:relative;
	font-family:helvetica, arial, sans-serif;
	font-size:13.4px;
	color:#202020;
	padding: 0px 18px 10px 12px;
text-decoration:none;
	margin:0 auto;
	
		}
		
#header {
	height:145px;
	background-color:#033949;

	}

#nav {
	width:400px;
	position:absolute;
	top:180px;
	left:37px;
	z-index:20;
	}
	
#sidebar {
	width:115px;
	position:absolute;
	top:180px;
	left:637px;
	font-family:helvetica, arial, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	}
	
#content {
	position:relative;
	width:462px;
	height:auto;
	top:-8px;
	left:15px;
	}
	
#contentwide {
	position:relative;
	width:482px;
	height:auto;
	top:-8px;
	left:15px;
	}
	
p.content {
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
	color:#202020;
	padding: 0px 18px 10px 12px;
	}
	
	
	#bighed {
	font-size:30px;
font-family:helvetica, arial, sans-serif;
line-height:29px;
padding: 11px 0px 0px 0px;
}


	
#content a {
	text-decoration:none;
	font-size:12px;
	color:#F89828 !important;
	}
	
#content a:visited {
	text-decoration:none;
	color:#F89828;
	}
	
#content a:hover {
	text-decoration:none;
	color:#FFC648 !important;
	background-color:#FFFFFF !important;
	}
	
#footer {
	position:relative;
	left:4px;
	height:26px;
	background-image:url(ATLAS-s-footer.gif);
	background-position:center;
	background-repeat:no-repeat;   
	padding: 10px 0px 0px 195px;
	font-family:helvetica, arial, sans-serif;
	font-size:10px;
	color:#282828;
	}

#wordmark {
	height:60px;
	background-color:#033949;
	/* background-image:url(colorado.gif); */
	background-image:url(newculogo.png);
	background-repeat:no-repeat;
	background-position:left;
	font-family:helvetica, arial, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
	}
	
p.wordmark {
	padding-top:25px;
	}
	 
	 
hr {
ÊÊborder: 0;
ÊÊ

color: #f00;
background-color: #61bcaf;
height: 5px;
}
