#column1	{
	margin: 0px;
	padding: 0px;
	width: 189px;
	float: left;
	text-align: left;
}

#column2	{
	margin: 0px;
	padding: 0px;
	width: 579px;
	float: left;
	text-align: left;
}

#main_outline {
	width: 768px !important;
	width: 768px;
	/* height: 100%; */
	border: 1px solid #cccccc;
	padding: 2px;
	background: #FAFAFA;
	background-image: url(default_bg.gif);
}

#title_outline {
	height: 41px;
	padding: 0px;
	
	background: #FFDFB2;
	background-repeat:no-repeat;
	background-image: url(title.jpg);

}

#navigator_outline a {
	color: #333333;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	font-weight: bold;
}

#navigator_outline {
	/*width: 180px !important;*/
	width: 176px;
	height: 100%;
	padding: 6px;
	padding-top: 60px;
	padding-bottom: 10px;

	background-color: #FFECCE;
	background-repeat:no-repeat;
	background-image: url(navigator.jpg);
	
	border-right: 1px solid #FF900A;
	border-bottom: 1px solid #FF900A;
	
	float: left;
}

#logo_outline {
	width: 189px;
	height: 78px;
	padding: 0px;
	background-repeat:no-repeat;
	background-image: url(logo.gif);
	float: left;
}

.clr {
	clear: both;
}

#content_outline {
	height: 100%;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;

	padding: 4px;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
}

.AdminLink {
	width: 163px;
	margin-top: 10px;
	padding: 4px;
	color: #EEEEEE;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #FF900A;
}





#content_outline a {
	color: #6F3C00;
	text-decoration: none;
}

#content_outline a:hover {
	color: #FF0A0A;
	text-decoration: underline;
}

body {

	margin-top: 15px;
	height: 100%;
	padding: 0px;
	
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	
	color: #333333;
	background: #ffffff;
}

p {
	font-size: 11px;
	font-weight: normal;
}

h1 {
	color: #FF900A;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: #FF900A;
	font-size: 16px;
    font-weight: bold;
}

h3 {
	color: #FF900A;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

h5 {
	font-size: 11px;
	font-weight: bold;
}

h6 {
	font-size: 11px;
	font-weight: normal;
}