/* Default CSS Document */

															/** BODY ELEMENTS **/
* {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	}
	body {
	color: #333;
	background-color: #fff;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 0.75em;
	text-align: center;
		}






															/** MAIN CONTAINERS **/
div#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	}
	div#header {
		
		}
		div#header-in {
			
			}
	div#content {
	background-image: url(../images/footer_line.gif);
	background-repeat: repeat-x;
		
		}
		div#center {
	margin-top: 10px;
	margin-right: 310px;
	margin-bottom: 0;
	margin-left: 25px;
			}
			div#center-in {
				
				}
		div.column {
			width: 250px;
			}
			div#right {
	float: right;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 15px;
	background-color: #FFFFFF;
	padding: 5px;
	margin-left: 5px;
				}
				div.column-in {
					
					}
	div#footer {
	clear: both;
	background-image: url(../images/footer_line.gif);
	text-align: center;
		}
		div#footer-in {
			
			}






															/** 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 **/
right_col {
	text-align: left;
	border-bottom-color: #19809F;
	border-bottom-style: solid;
}






															/** END **/

