
/*** Defaults ***/
body {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	color:#000000;
	padding:0px;
	margin:0px;

}
form {
	margin: 0;
	padding: 0;
}

a {
	color: #a99b01;
	text-decoration: none;
}
a:hover {
	color: #a99b01;
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	color: #7b7518;
}
h2 {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-style: italic;
	color: #666666;
}
h3 {
	margin: 0 0 3px 0;
	font-size: 13px;
}
img {
	border: 0;
}

#outside-container {
    background-color: #fee801;
}
#container {
	width: 960px;
	margin: 0 auto 0 auto;
}

#header {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#header img {
	padding:0px;
} 

#belowheader {
	width: 100%;
	min-height:600px;
	background: #000000 url('../img/bg-gradient.gif') repeat-x top left;
	overflow: hidden;
}

#leftnav {
	float: left;
	width: 170px;
	margin: 0px;
	padding: 0px;
	color: #fee801;
}
#menupane {
	background: url('../img/menu-top.gif') repeat-x top left;
	float: left;
	width: 155px;
	margin-left: 10px;
}
#menupane .left {
	float:left;
}
#menupane .right {
	float:right;
}
#menupane .menu {
	border-left:1px solid #eeda02;
	border-right:1px solid #eeda02;
	background-color: #313030;
	min-height: 150px;
}
.menu ul {
	margin: 31px 5px 0 0;
	padding-left: 35px;
}
#authuser ul {
	margin: 0 5px 0 0;
	padding-left: 35px;
}
.menu ul li {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	list-style-image: url('../img/bullet.gif');
}
.menu a {
	color: #fee801;
	text-decoration: none;
}
.menu a:hover {
	color: #fee801;
	text-decoration: underline;
}
#menu-hr {
	height: 1px;
	border-top: #a99b01 1px solid; 
	width: 80%;
	margin: 10px auto 8px;
}
#menupane .bottom {
	background-color:#313030;
	height:10px;
	line-height: 10px;
}
#menupane .bottom-line {
	background-color:#313030;
	float: left;
	width: 135px;
	height:10px;
	border-bottom:1px solid #eeda02;
}

#menupane #login {
	margin: 20px 0;
	width: 154px;
	height: 140px;
	background: url('../img/login-box2.gif') no-repeat top center;
	color: #fee801;
}
#login-content { 
	width: 140px;
	height: 100px;
	padding-top: 36px;
	margin-left:15px;
	font-size: 11px;
    line-height: 1.5em;
}
#login-content .input { 
	color: #000000; 
	width: 80px;
	background-color: #f9f3b0;
	border: 1px solid #999999;
	margin: 4px;
	padding: 0;
	font-size: 11px;
}
#login-content .button {
	color: #000000;
	font-size: 11px;
	margin: 6px 0 6px 40px;
	width: 45px;
	height: 19px;
	background-color: #999999;
	border: 1px solid #cccccc;
	vertical-align: top;
}

#viewpane {
	float: right;
	position:relative;
	width: 785px;
	height:100%;
	background:#000000 url('../img/bg-gradient-content-top2.gif') repeat-x top left;
	margin-right: 4px;
}
#viewpane #lside {
	background:#000000 url('../img/content-lside-bg.gif') repeat-y top left;
	position: absolute;
	width: 15px;
	height: 100%;
	left:0;
}
#viewpane #rside {
	position: absolute;
	background:#000000 url('../img/content-rside-bg.gif') repeat-y top left;
	width: 15px;
	height: 100%;
	top: 1px;
	left:772px;
}

#content-outer {
	float:left;
	background-color: #ffffff;
	color: #000000;
	padding: 0 5px;
	margin: 31px 5px 0 15px;
	width: 747px;
	height: 100%;
}
#content-inner {
	width: 100%;
	background-color: #ffffff;
}
div#content-inner { 
	min-height:550px;
	padding-top: 8px;
	overflow: hidden;
}

div#panefooter {
	width: 777px;
	height: 12px;
	background-color: #ffffff;
	margin: 0 7px 5px 0;
	float: right;
}
#panefooter #lbot {
	float:left;
	height:31px;
}
#panefooter #rbot {
	float:right;
}
#copyright {
	height: 15px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cccccc;
	padding-left: 460px;
	overflow: hidden;
}
.tagcloud {
	margin: 0 0 30px 15px;
	width:140px;
}

/**** Home page layout: Two panes to left + sidebar on right  ***/
#content-left {
    width: 490px;
    float: left;
}
#content-right {
    width: 255px;
    float: right;
}
.homepage-article {
    width: 230px;
    margin: 0 15px 10px 0;
    float: left;
}
.article-body {
	display: inline;
}

.blog-article {
	margin-bottom: 15px;
}
#usatlogo {
	margin: 20px 0;
	text-align: center;
}

.info {
    background-color: #F2F7FA;
    -moz-border-radius: 4px; -webkit-border-radius: 4px;
    border: 1px solid #6FADDF;
    color: #363636;
    padding: 5px 5px 5px 5px;
    margin: 10px;
}
.form th, .dataform th  {
    text-align: left;
}

