/* **************** */
/* *** ELEMENTS *** */
/* **************** */

a {
	font-style:italic;
	text-decoration:underline;
	color:#369;
	}

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

a:visited {
	text-decoration:underline;
	color:#369;
	}

body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#eee8dc;
	font:11px/1.5 Verdana, sans-serif;
	color:#333;
	}

img {
	border:0px;
	}

ul {
	margin:0;
	padding-top:0;
	padding-left:1.5em;
	}



/* *********** */
/* *** IDS *** */
/* *********** */

#bodycontent {
	}

#footer {
	width:770px;
	clear:both;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	text-align:center;
	font-size:10px/1.3;
	color:#000;
	}
	
#footer a {
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	color:#000;
	}
	
#footer a:hover {
	text-decoration:underline;
	}

#frame {
	width:770px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background:#fff;
	}

#graphic_header {
	width:710px;
	margin-left:24px;
	margin-right:24px;
	margin-bottom:10px;
	}

#header {
	width:710px;
	height:70px;
	margin-top:15px;
	margin-left:24px;
	margin-right:24px;
/*	background-image:url("../images/atlas_header.gif");
	background-repeat:no-repeat;
*/	text-align:left;
	}

#navigation {
	width:710px;
	height:17px;
	margin-left:24px;
	margin-right:24px;
	}

#sidebar {
	}

#sidebar a {
	}



/* *************** */
/* *** CLASSES *** */
/* *************** */

.atlas_blue {
	color:#369;
	}

.art_images {
	float:left;
	width:105px;
	}

.art_text {
	float:left;
	padding-left:5px;
	width:365px;
	}

.breadcrumbs {
	font-size:18px;
	font-weight:bold;
	}

.form_desc {
	font-weight:bold;
	}

.log_block {
	color:#963;
	}

.header_section {
	color:#000;
	font-size:18px;
	font-weight:bold;
	}

.header_subsection {
	color:#333;
	font-size:18px;
	font-weight:normal;
	}

.errorMessage {
	color:#c00;
	}

.spacer {
	clear:both;
	}

.texthead_1 {
	color:#577087;
	font-weight:bold;
	}

.texthead_2 {
	color:#6F86A8;
	font-weight:bold;
	}
