body	{
	margin-top: 0;
	background-color: red;
	}

#container	{
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#header	{
	background-color: #ffffcc;
	height: 50px;
	border: 1px solid black;
	padding: 0;
	}
	
#header p {
	font-size: 135%;
	line-height: normal;
	font-weight: bold; 
	text-align: center; 
	padding: 0;
	margin-top: 10px;
	}
	
#middle	{
	background-color: #ffffcc;
	height: 100%;
	border: 1px solid black;
	}
	
#column1	{
	float: left;
	width: 155px;
	height: 100%;
	padding: 10px;
	background-color: #ffffcc;
	}
	
.menu	{
	font-size: 75%;
	line-height: 175%;
	padding-left: 10px;
	font-weight: bold;
	background-color: #3CF;
	border: 1px solid black;
	}
	
#column2	{
	margin-left: 175px;
	height: 100%;
	background-color: #ffffcc;
	}

#pageTitle {margin-bottom:5px;}
								
#footer	{
	background-color: #ffffcc;
	padding-top: 0;
	text-align: right;
	border: 1px solid black;
	}

p	{
	font-size: 80%;
	line-height: 125%;}	
	
a	{
	text-decoration: none;
	color: #06f;
	}
	
a:hover	{
	text-decoration: underline;
	}
							
dt	{
	font-size: 90%;
	font-weight: bold;
	line-height: 150%;
	color: #660000}
							
dd	{
	font-size: 80%;
	color: #660000}
							
ul	{
	font-size: 80%;
	line-height: 125%;}
							
ol	{
	font-size: 80%;
	line-height: 125%;}
	
.paddedtext	{
	margin-left: 10px;
	margin-right: 10px;
	}

.breadcrumbs	{
	font-size: 75%;
	}

.sog1	{}
	
.sog2	{
	margin-left: 25px;
	}
	
.sog3	{
	margin-left: 50px;
	}