body{
	text-align: center;
	margin: 0;
	padding: 0;
	color: #000;
}



/* content styling */
#layoutTable{
}

div#flashContent{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	height: 600px;
	
	clear: left;
	overflow: visible;
}


div#leftColumnBG{
	/*background: url(../images/sidebar_bg.jpg) repeat-y;
	height: 95%;*/
	background: url(../images/right_column_bg.jpg) no-repeat scroll center 0;
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
}

#leftColumn{
	height: 100%;
	width: 430px;
	background: url(../images/sidebar_bg.jpg) repeat-y;
}


#rightColumn{
	color: #000;
	font: 11px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: 510px;
	margin-left: 5px;
}

.tableProp{
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #50471f;
	padding-bottom: 10px;
}

#rightColumn form label{
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#rightColumn #result{
	font-size: 13px;
	color: #6d0000;
	width: 260px;
}

#rightColumn a:link, a:visited, a:active{
	color: #000;
	text-decoration: underline;
}


#rightColumn a:hover{
	text-decoration: none;
}

/* site containers */


div#container {
	text-align: left;
	width: 100%;
	height: 100%;
}


div#footerBar{
	width: 100%;
	height: 3em;
	background-color: #000;
}

div#footer{
	text-align: left;
	color: #373426;
	font: bold .7em "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 950px;
	padding-left: 50px;
	margin: 15px auto;
}

div#footer a:link, a:visited, a:active{
	text-decoration: underline;
	color: #3c3426;
}

div#footer a:hover {
	text-decoration: none;
}

/* footer links */

/* @group Footer Links */

#rightLinks{
	display: inline;
	float: right;
}


#leftLinks{
	display: inline;
	float: left;
}

#linkPod{
	width: 950px;
	font: .6em "Lucida Grande", Lucida, Verdana, sans-serif;
	clear: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
}

/* @end */



/* @group Navigation List */

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}


#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #969174;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
text-decoration: none;
}

/* @end */


/* @group content styles */

.heading{
	color: #000;
	font: bold 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.sub_heading{
	color: #44402c;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.page_title{
	color: #413d2a;
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.page_title2{
	color: #fefdee;
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.bold_text{
	font-weight: bold;
}

.bold_title{
	color: #000;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.bold_title2{
	color: #f6b326;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.form_lables{
	color: #141414;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.right_float{
	float: left;
}

.left_float{
	float: right;
}

.bottom_border{
	border-bottom: 1px solid #7a765e;
}

/* @end */

/* @group LinkList */

#linkList
{
margin-left: 0;
padding-left: 0;
}

#linkList ul
{
margin-left: 0;
padding-left: 0;
list-style: none;

}


#linkList li
{
	float: none;
	clear:none;
	display: block;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	margin-bottom: 10px;
}


#linkList a:link, #linkList a:visited
{
text-decoration: none;
}


#linkList .title{
	color: #e8e8e2;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2px;
}

#linkList a:hover .title{
	color: #2d2300;
}

/* @end */


/* @end */


