/* Default CSS Document */

															/** BODY ELEMENTS **/
* {
	margin: 0px;
	padding: 0px;
	}
	body {
		color: #7a7a7a;
		background-color: #fff;
		font-family: "Arial", "Helvetica", sans-serif;
		font-size: 11px;
		text-align: center;
		background-image: 
		url('../newimages/bg.jpg');
		background-repeat: repeat-x
		}

a:link {
	color: #9badc1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9badc1;
}
a:hover {
	text-decoration: underline;
	color: #7a7a7a;
}
a:active {
	text-decoration: none;
	color: #9badc1;
}

.bluetext {color: #9badc1}
.darktext {
color: #7a7a7a;
font-weight: bold;
}


															/** MAIN CONTAINERS **/
div#container {
margin: 20px inherit;
background-color: #fff;
	width: 790px;
	margin: 0 auto;
	text-align: left;
	}
	div#header {
		padding: 0px;
		background-color: #fff;
		}
		div#header-in {
			
			}
	div#content {
	margin: 0px 0;
		
		}
		div#center {
		padding: 21px 18px;
			margin: 0 260px 0 0;
			}
			div#center-in {
				
				}
		div.column {
		padding: 20px 20px;
			background-color: #fff;
			width: 260px;
			}
			div#right {
				float: right;
				}
				div.column-in {
					
					}
	div#footer {
	margin: 10px 0;
		padding: 20px;
		background-color: #f5f5f5;
		clear: both;
		}
		div#footer-in {
			
			}

div#flash {
		height:296px;
		margin-top: 0px;
		background-color: #fff;
		}	




															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
.x {
	display: none;
	}
div#uhoh {
	width: 400px;
	margin: 100px auto;
	padding: 20px 30px;
	line-height: 1.5em;
	text-align: left;
	}
	div.unauthorized-401, div.forbidden-403,
	div.notfound-404, div.internalerror-500 {
		color: #333;
		background-color: #ffc;
		border: 1px solid #ff0;
		}
	div.unauthorized-401 a, div.forbidden-403 a,
	div.notfound-404 a, div.internalerror-500 a {
		color: #00f;
		background-color: #ffc;
		}






															/** FORMS **/
* { }






															/** END **/
