BODY {
	margin: 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #C8C8C8;
	background-image: url(../images/bckgnd.png);
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: center;
}

a {
	color: #0066FF;
}

a:visited {
	color: #0066FF;
}

a:hover {
	color: #990000;
}

/* HEADINGS */

H1 {
	font-size: 20px;
	color: #000099;
}

H2 {
	font-size: 18px;
	color: #666666;
	border-bottom: 1px solid #666666;
	padding-bottom: 2px;
}

H3 {
	font-size: 16px;
}

/* CONTAINER BOX */

#container {
	border: 1px solid #010101;
	background-color: #FFFFFF;
	width: 780px;
	text-align: left;
	margin: 0 auto;
}

/* HEADER SECTION */

#header {
	height: 70px;
	padding: 5px;
	text-align: center;
	margin-bottom: 5px;
}

#header h1 {
	display: none;
	visibility: hidden;
}

/* MENU BAR */

#menu-bar {
	background-color: #000099;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	background: url(../images/menu_bg.gif) repeat-x;
	background-position: top;
}

#menu-bar li {
	list-style: none;
	line-height: 2;
	display: inline;
	position: relative;
}

#menu-bar a {
	background-color: #000099;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 12px 0px 12px;
}

#menu-bar a:hover {
	color: #66FFFF;
	font-weight: bold;
	text-decoration: none;
}

#menu-bar #menu-on {
	color: #AAAAAA;
}

/* CONTENT */

#content {
	padding: 5px 50px 10px 50px;
}

/* PAGE STYLES */

#panel-right {
	margin: 0px 0px 20px 10px;
	padding: 10px;
	padding-top: 15px;
	float: right;
	border: 1px solid #000000;
	background-color: #D1D1ED; 
	font-size: 0.9em;
}

.panel-box {
	padding: 10px;
	border: 1px solid #000000;
	background-color: #D1D1ED; 
}

#example-images img {
	border: 1px solid #000;
}

.warning-text {
	font-weight: bold;
	color: #990000;
}

.big-ul li {
	margin-bottom: 5px;
}

.image-right {
	float: right;
	margin-left: 10px;
	border: 1px solid #000000;
}

#side-bar {
	float: right;
	margin-left: 10px;
	padding: 0px;
	line-height: 1.2em;
	font-size: 1.2em;
	width: 300px;
}

.small-text {
	font-size: 0.8em;
	color: #666666;
}

.restoration-box {
	border: 1px solid #000000;
	padding: 10px;
	vertical-align: top;
	background-color: #CCCCCC;
}

.restoration-box H3 {
	font-size: 14px;
	margin-bottom: 0px;
}

/* TABLE */

.smart-table {
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
}

.smart-table th {
	background-color: #000099;
	color: #FFFFFF;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 5px;
}

.smart-table td {
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 5px;
}

/* QUOTE */

blockquote {
	margin: 30px 20px 20px 20px;
	padding: 0px;
	font-family: Georgia, Times, serif;
	color: #666666;
	line-height: 1.6em;
}

blockquote .quote-explain {
	margin-top: 4px;
	font-size: 0.7em;
	color: #666666;
}

blockquote .quote-mark {
	font-size: 24px;
}

/* ADMIN TABS */

#tabs {
	background-color: #000099;
	overflow: hidden;
	width: 100%;
	vertical-align: middle;
	padding-top: 2px;
}

#tabs ul { 
	margin: 0px 5px;
	padding: 0px;
}

#tabs li { 
	float: left;
	display: inline;
	margin: 0px 5px 0px 0px;
	list-style: none;
	background-color: #000099;
}

#tabs #active {
	background-color: #FFF;
}

#tabs a { 
	display: block;
	margin: 0;
	padding: 3px 4px 5px 4px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none; 
}

#tabs a:hover { 
	text-decoration: underline;
}

#tabs #active a { 
	color: #000;
	border: 1px solid #999;
	border-bottom: none;
	font-weight: bold; 
}

#tabs #active a:hover { 
	text-decoration: none;
	color: #900; 
}
