body
{
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: black;
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	line-height: 160%;
}

h1 {
	color: #993333;
	font-family: arial,verdana,sans-serif;
	font-size: 20px;
	margin: 0px 0px 10px;
	padding: 0px;
	line-height: 120%;
}

h2 {
	color: #000000;
	font-family: arial,verdana,sans-serif;
	font-size: 18px;
}

h3 {
	color: #000000;
	font-family: arial,verdana,sans-serif;
	font-size: 16px;
}

h4 {
	color: #000000;
	font-family: arial,verdana,sans-serif;
	font-size: 14px;
}

td
{
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
}

label {
	display: block;
	width: 100px;
	float: left;
	margin: 2px 4px 6px 4px;
	text-align: right;
}

a
{
	text-decoration: none;
	font-weight: bold;
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
}

a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #0000ff;
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
}

#readMore
{
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
}

#readMore a
{
	text-decoration: none;
	color: #666666;
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
}

#tssCanvas
{
	position: relative;
	background-image: url("/images/contentBG-yw.png");
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 900px;
	text-align: left;
}

#tssHeader
{
	/* background-image: url("/images/raaa_header.png"); */
	overflow: hidden;
	background-color: darkgrey;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 98px;
}

#searchBox {
	/* float: right; */
	position: absolute;
	z-index: 10;
	overflow: hidden;
	background-color: #993333;
	border: 1px solid white;
	width: 230px;
	height: 20px;
	top: 10px;
	right: 10px;
	margin: 0px;
	padding: 5px;
	text-align: center;
	color: white;
	font-family: arial,verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#tssNav
{
	background-color: #d2d3d5;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 30px;
	clear: both;
}

#navButton {
	background-image: url("/images/divider.gif");
	overflow: hidden;
	float: left;
	width: 140px;
	height: 20px;
	margin: 0px;
	padding: 5px;
	text-align: center;
	color: #993333;
	font-family: arial,verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#navButton a {
	display: block; 
	width: 140px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #993333;
	font-family: arial,verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#navButton a:hover {
	background-color: white;
}

#navButtonRight {
	overflow: hidden;
	float: left;
	width: 290px;
	height: 20px;
	margin: 0px;
	padding: 5px;
	text-align: center;
	color: #993333;
	font-family: arial,verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#navButtonRight a {
	display: block; 
	width: 140px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #993333;
	font-family: arial,verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#navButtonRight a:hover {
	background-color: white;
}

#tssContainer2ColumnHome
{
	background-image: url("/images/contentBG-2col-home.png");
	background-repeat: repeat-y;
	background-color: white;
	overflow: hidden;
	width: 900px;
	margin: 0px;
	padding: 0px;
}

#tssContainer2Column
{
	background-image: url("/images/contentBG-2col.png");
	background-repeat: repeat-y;
	background-color: white;
	overflow: hidden;
	width: 900px;
	margin: 0px;
	padding: 0px;
}

#tssContainer3Column
{
	background-image: url("/images/contentBG-3col.png");
	background-repeat: repeat-y;
	background-color: white;
	overflow: hidden;
	width: 900px;
	margin: 0px;
	padding: 0px;
}

#tssMainContent
{ 
	background-color: white;
	float: right;
	width: 730px;
	margin: 0px;
	padding: 10px;
}

#tssJournalColumn
{ 
	background-color: white;
	float: left;
	width: 598px;
	margin: 0px;
	padding: 0px;
}

#tssJournalText
{ 
	background-color: white;
	width: 578px;
	margin: 0px;
	padding: 10px;
}

#tssCenterColumn
{ 
	background-color: white;
	float: left;
	width: 448px;
	margin: 0px;
	padding: 0px;
}

#tssCenterPicture
{ 
	background-color: pink;
	border-bottom: 2px solid #999999;
	width: 448px;
	height: 298px;
	margin: 0px;
	padding: 0px;
}


#tssCenterMainText
{ 
	background-color: white;
	width: 428px;
	margin: 0px;
	padding: 10px;
}

#tssLeftColumn
{
	background-image: url("/images/raaa_logoB.png");
	background-repeat: no-repeat;
	background-color: white;
	border-right: 2px solid #999999;
	float: left;
	margin: 0px;
	padding: 150px 0px 0px 0px;
}

#tssLeftLogin
{
	overflow: hidden;
	background-color: #ffbbbb; /* #fee6e6; */
	border-bottom: 2px solid #999999;
	width: 128px;
	height: 128px;
	margin: 0px;
	padding: 10px;
	text-align: center;
}

#tssLeftMember
{
	border-bottom: 2px solid #999999;
	background-color: pink;
	width: 148px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#tssLeftDonate
{
	border-bottom: 2px solid #999999;
	background-color: #ccffcc;
	width: 148px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#tssLeftFollowUs
{
	background-color: #dfe0e0;
	width: 148px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#tssRightColumn
{
	border-left: 2px solid #999999;
	float: right;
	margin: 0px;
	padding: 0px;
}

#tssRightHeadline
{
	overflow: hidden;
	background-color: #eeeeee;
	border-bottom: 2px solid #999999;
	width: 298px;
	height: 298px;
	margin: 0px;
	padding: 0px;
}

#tssRightProfile
{
	overflow: hidden;
	background-color: #eeeeee;
	border-bottom: 2px solid #999999;
	width: 280px;
	height: 278px;
	margin: 0px;
	padding: 10px;
}

#tssRightSpotlight
{
	background-color: #d2d3d5;
	width: 280px;
	margin: 0px;
	padding: 10px;
}

#tssSiteMap
{
	background-color: #272727;
	border-top: 2px solid #999999;
	color: white;
	width: 890px;
	height: 20px;
	margin: 0px;
	padding: 5px;
	text-align: center;
	clear: both;
}

#tssSiteMap a {
	text-decoration: none;
	color: white;
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#tssCopyright
{
	width: 890px;
	height: 20px;
	margin: 0px;
	padding: 5px;
	clear: both;
	text-align: center;
	color: white;
	font-family: arial,verdana,sans-serif;
	font-size: 10px;
}

#tssContentRow
{
	overflow: auto;
	clear: both;
}

.tss_button {
	background-color: #cccccc;
	color: #000000;
	font-family: arial,verdana,sans-serif;
	font-weight: bold;
	font-size: 8px;
	background: #cccccc;
	width: 30px;
	border: 1px solid #999999;
	padding: 3px;
	margin: 0px;
}

.photo_gallery_page {
	background-color: #cccccc;
	color: #000000;
	font-family: arial,verdana,sans-serif;
	font-weight: bold;
	font-size: 8px;
	background: #cccccc;
	width: 30px;
	border: 1px solid #999999;
	padding: 3px;
	margin: 0px;
}

.imageROffset {
	padding-right: 10px;
	padding-bottom: 10px;
}

.ruHL {
	color: #993333;
	font-family: arial,verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.search_field {
	width: 180px;
	height: 20px;
	border: 1px solid #ccccff;
}

.search_submit {
	background-color: #333333;
	color: white;
	font-family: arial,verdana,sans-serif;
	font-weight: bold;
	font-size: 10px;
	background: #333333;
	border: 1px solid #006;
	width: 30px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

.login_field {
	width: 128px;
	height: 20px;
	border: 1px solid #ccccff;
}


.login_submit {
	background-color: #333333;
	color: white;
	font-family: arial,verdana,sans-serif;
	font-weight: bold;
	font-size: 12px;
	background: #333333;
	border: 1px solid #006;
	width: 128px;
	height: 20px;
	padding: 0px;
	margin-top: 10px;
}


.tss_submit_100 {
	background-color: #cccccc;
	color: #000000;
	font-family: arial,verdana,sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 100px;
	background: #cccccc;
	border: 1px solid #006;
	padding: 3px;
	margin-right: 20px;
}

.tss_submit {
	background-color: #ccccff;
	color: #000000;
	font-family: arial,verdana,sans-serif;
	font-weight: bold;
	font-size: 8px;
	background: bisque;
	border: 1px solid #006;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

.tss_picture_submit {
	background-color: #cccccc;
	color: #000000;
	font-family: arial,verdana,sans-serif;
	font-weight: bold;
	font-size: 8px;
	background: #cccccc;
	border: 1px solid #006;
	padding: 3px;
	margin: 0px;
}

.tss_picture_input {
	background-color: #cccccc;
	color: #000000;
	font-family: arial,verdana,sans-serif;
	font-weight: bold;
	font-size: 8px;
	background: #cccccc;
	width: 200px;
	border: 1px solid #006;
	padding: 3px;
	margin: 0px;
}

/*** IE6 Fix ***/

* html #searchBox
{
	width: 230px;
	height: 35px;
}

* html #navButton
{
	width: 150px;
	height: 30px;
}

* html #navButtonRight
{
	width: 300px;
	height: 30px;
}

* html #tssLeftLogin
{
	width: 148px;
	height: 150px;
}

* html #tssLeftMember
{
	width: 148px;
}

* html #tssLeftDonate
{
	width: 148px;
}

* html #tssLeftFollowUs
{
	width: 148px;
}

* html #tssRightHeadline
{
	width: 300px;
	height: 300px;
}

* html #tssRightProfile
{
	width: 300px;
	height: 300px;
}

* html #tssRightSpotlight
{
	width: 300px;
}

* html #tssMainContent
{
	width: 750px;
}

* html #tssJournalColumn
{
	width: 598px;
}

* html #tssJournalText
{
	width: 598px;
}

* html #tssCenterColumn
{
	width: 448px;
}

* html #tssCenterPicture
{
	width: 448px;
	height: 300px;
}

* html #tssCenterMainText
{
	width: 448px;
}

* html #tssSiteMap
{
	width: 900px;
}

