/* CSS Document */
html {
	overflow-y: scroll;
}

body {
	padding: 0;
	margin: 0;
	background-color: #050400;
	background-image:url(../images/background%20tile.gif);
	background-repeat:repeat;
	background-position:center top;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#content {
	margin: 6px auto 0;
	width: 754px;
	height: 1%;
	font-size: 15px;
}

/* Section Headers */
.sectionHeader {
	background-color:#bd9c5a;
	background-image:url(../images/section_header_bg_cc_09.png);
	background-position:top;
	background-repeat:repeat-x;
}

.sectionHeader .right {
	background-image:url(../images/section_header_right_cc_09.png);
	background-position:right;
	background-repeat:no-repeat;
}

.sectionHeader .left {
	background-image:url(../images/section_header_left_cc_09.png);
	background-position:left;
	background-repeat:no-repeat;
}

.sectionHeader .plaque {
	height: 26px;
	overflow: hidden;
	line-height: 25px;
	font-size: 14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #30291f;
}

.sectionHeader .plaque {
 background-image:url(../images/section_header_plaque_cc_09.png);
 background-position:center top;
 background-repeat:no-repeat;
}
/*End Of Headers */

/*Main Content */
.section {
	text-align: left;
}

a {
	outline-style: none;
}

.section a {
	color: #a07f3b;
	outline-style: none;
	text-decoration: underline;
}

.section a:hover {
	text-decoration: none;
}

.article_theme {
	background-position: left bottom;
}

.article {
	background: #e9dfc5;
	height: 1%;
}

.article table {
	border-collapse: collapse;
}

.topshadow {
	background-image:url(../images/sidebart.png);
	background-repeat:repeat-x;
	background-position:left top;
}

.leftshadow {
	background-image:url(../images/sidebarl.png);
	background-repeat:repeat-y;
	overflow:visible;
	background-position:left center
}

.rightshadow {
	background-image:url(../images/sidebar.png);
	background-repeat:repeat-y;
	overflow:visible;
	background-position:right center
}

.leftcorner {
	background-image:url(../images/artroundtl.png);
	background-repeat:no-repeat;
	overflow:visible;
	background-position:left top;
}

.rightcorner {
	background-image:url(../images/artroundtr.png);
	background-repeat:no-repeat;
	overflow:visible;
	background-position:right top;
}

.bottomright{
	height: 1%; 
	background-color: transparent;
	background-image:url(../images/artroundbr.png);
	background-repeat:no-repeat;
	overflow:visible;
	background-position:right bottom;
	padding: 0pt 40px 10px 40px;
	text-align: left;
}

.bottomleft{
	background-color:transparent;
	background-image:url(../images/artroundbl.png);
	background-repeat:no-repeat;
	overflow:visible;
	background-position:left bottom;
}

.backtotop {
	text-align: center;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight:bold;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
}

.headertitleleft{
	padding-left: 43px;
	background-color:transparent;
	background-image:url(../images/headertitleleft.png);
	background-repeat:no-repeat;
	overflow:visible;
	background-position:left center;
}

.headertitleright{
	padding-right: 42px;
	background-color:transparent;
	background-image:url(../images/headertitleright.png);
	background-repeat:no-repeat;
	overflow:visible;
	background-position:right center;
}

.headings {
	font-weight: bold;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 10px;
}

.links {
	padding: 35px 20px 0;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}

.bottomleftshad{
	background-color:transparent;
	background-image:url(../images/articlebottomshad.png);
	background-repeat:no-repeat;
	overflow:visible;
	background-position:left bottom;
	height:62px;
}

.bottomrightshad{
	height: 1%;
 	background-color:transparent;
	background-image:url(../images/artbottomshadr.png);
	background-repeat:no-repeat;
	overflow:visible;
	background-position:right bottom;
	height:62px;
}

.bottombordershad {
	height: 1%;
 	background-color:transparent;
	background-image:url(../images/articlebottom.png);
	background-repeat:repeat-x;
	overflow:visible;
	background-position:left bottom;
	height:62px;
	background-color:#e9dfc5;
}

/* Members */

.error_text {
      color: #FF0000;
      width: 400px;
      text-align: center;
}
   
.left_box {
      float: left;
      width: 200px;
      text-align: right;
      padding-right: 5px;
}

.right_box {
      clear: right;
}

.form
{
	width:500px;
}

#box
{
	width: 400px;
	margin: 0 auto;
}