html, body {
/*	background-color: #e0e0e0;*/
	margin: 0px;
	height: 100%;
	padding: 0px;
	color: #666;
}

body {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#ffffff url('/images/design/repeat2.png') repeat-x top;
}

.site-menu {
	background: #c00327;
	padding: .4em 15px 0 15px;
	height: 25px;
/*	border-bottom: 2px #5050a0 solid;*/
	color: #eaeaea;
}

.site-menu-link {
	font-weight: normal;
	color: #84b6ef;
}

#content {
	background: #ffffff;
	border-top: 1px #d0d0d0 solid;
	font-size:13px;
}

.content-header {
	background: #eee;
/*	background: #ffffc0;*/
	padding: 3px 3px 3px 8px;
	height: 25px;
	margin-top:2px;
}

/* group title header */
.group-header {
	color: #303030;
}

.navigation-header {
	background: #c00327;
	padding: 3px;
	height: 20px;
	padding-left: 7px;	
}

.sidebar-header h2 {
	background: #c00327;
	color: #fafafa;
	font: normal 11px/1.3em verdana;
	padding: 5px 11px;
	margin: 0;
	margin-bottom:7px;
}

.sidebar {
	border: 1px #cccccc solid;
/*	padding: 3px;*/
	background: #f7f2f2;
	margin-bottom:10px;
	padding-bottom:10px;
}

/* menu buttons */
#navheader ul li a {
	background: #e3d5d5;
	color:#666;
  font-weight:normal;

	display:block;
	float:left;
	margin:0 3px 0 0;
	padding:3px 10px;
	text-align:center;
	text-decoration:none;
	position:relative;
	line-height:1.3em;
	letter-spacing:0.03em;

	border: 1px #aba	solid;
}

.star-text {
	font-size: 85%;
	color: #404040;
}

.submenu-text {
	color: #404040;
}

h1 {
	color: #333;
	letter-spacing: -.05em;
	font-size: 3em;
	margin-bottom:10px;
	margin-top: 0;
}

#navheader ul li a:hover {
    background:#f0f0f0;
		color:#000;
}

#navheader ul li a.active,
#navheader ul li a.active:hover {
    color:#000;
    background:#f0f0f0;
    font-weight:bold;
		letter-spacing:0;
}

h2 {
	letter-spacing: -.05em;
	font-size: 1.1em;
	font-weight: bold;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 1.8em;
	font-size: 1.1em;
}

form p {
	margin-top: 1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

input.text, textarea {
	background: #ffffff;
}

input.button {
	background: #666;
}

.yield-content {
	font-size:12px;
}

a {
	text-decoration: none;
	color: #369;
	font-weight:bold;
}

a:hover {
	border: none;
}

label {
	font-size:100%;
	color :#404040;
}

#footer {
	border-top:1px solid #909090;
}

/* size of group menu buttons */
ul#nav a{width: 7.2em;}

