@import "/elements/styles/css/common.css";

/* Spring Style */

/* Begin tag definitions. */

html
{
	background-image: url(/elements/images/spring/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #324f1f;
	background-attachment: fixed;
}
h1 a
{
	color: #324f1f;
}
a
{
	color: #324f1f;
}
.header
{
	background-image: url(/elements/images/spring/header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #324f1f;
	height: 98px;
	width: 956px;
	margin: 0 auto;
}
.footer
{
	clear: both;
	text-align: left;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	color: #ffffff;
	width: 954px;
	background-color: #324f1f;
	background-image: url(/elements/images/spring/footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.footerleft
{
	float: left;
	text-align: left;
	padding: 0px 0px 0px 5px;
}
.footerright
{
	float: right;
	text-align: right;
	padding: 0px 5px 0px 0px;
}
.footer a
{
	color: #A5BD65;
	text-decoration: none;
}
.fleft
{
	float: left;
	text-align: left;
}
.fright, .theme
{
	float: right;
	text-align: right;
}
.theme ul
{
	list-style-type: none;
}
.theme li
{
	display: inline;
	padding: 0px 1px;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
}
.theme a
{
	color: #324f1f;
	text-decoration: none;
}
.theme a.selected
{
	color: #ffffff;
	text-decoration: none;
	background-color: #324f1f;
	padding: 10px 3px 5px 3px;
}
.theme a:hover
{
	text-decoration: underline;
}
.nav
{
	background-color: #324f1f;
	color: #ffffff;
}
.nav a
{
	color: #ffffff;
}

body
{
    /*background-color: #596980;*/
	/*font: 70%/160% Tahoma, Arial, Helvetica, sans-serif;*/
}

/* End tag definitions. */

/* Begin class definitions. */

/* Begin box styles. */
.box
{
    border: 1px solid #324f1f;
    background-color: #ffffff;
	text-align: left;
}
.boxheader
{
	background-color: #324f1f;
	color: #ffffff;
	padding: 5px;
}
.boxcontent
{
    color: #666666;
	padding: 5px;
}
.boxcontent a
{
	color: #324f1f;
}

/* End class definitions. */

/* Begin ID definitions. */
/* End ID definitions. */

.container
{
    text-align: center;
    /*background-color: #596980;*/
}

.lightbox
{
    background-color: #eeeeee;
}

.bigbox
{
    border: none;
    width: 946px;
    background-color: #ffffff;
    margin: 0 auto;
	padding: 5px 5px 5px 5px;
	text-align: left;
}
/* End main page styles. */
form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Begin image handling. */
.imgPad
{
    padding: 0px 0px 7px 0px;
}
.imgWrapLeft
{
    padding: 0px 10px 0px 0px;
    float: left;
}
.imgWrapRight
{
    padding: 0px 0px 0px 10px;
    float: right;
}

.link
{
    border: 1px solid #324f1f;
    background-color: #ffffff;
}
.linkheader
{
	background-color: #324f1f;
	color: #ffffff;
}
.linkcontent
{
    color: #666666;

}
.linkcontent a
{
	color: #324f1f;
}

/* End image handling. */