
/* "global" template style sheet */

BODY, BODY DIV, BODY P, BODY TH, BODY TD, BODY LI, 
BODY DD, BODY INPUT, BODY TEXTAREA {
/* TODO - attributes */
	font-size: 12pt; 	/* value for Netscape 4 */
	font-family: Verdana, Arial, sans-serif;
}
		
BODY {
/* TODO - attributes */
	margin: 0px;
}

H1 {									/* H1 to be used as pagetitle */
/* TODO - attributes */
	font-size: 16pt; 	/* value for Netscape 4 */
	text-align: left;
	margin-top: 4px;
	margin-bottom: 3px;
	margin-right: 5px;
	font-weight: 800;
	color: #ff0000;
}

H2 {
/* TODO - attributes */
	font-size: 14pt; 	/* value for Netscape 4 */
	margin-top: 0.7em;
	margin-bottom: 0.4em;
	font-weight: 800;
	color: #000000;
}

H3 {
/* TODO - attributes */
	font-size: 12pt; 	/* value for Netscape 4 */
	margin-top: 0.6em;
	margin-bottom: 0.4em;	
	font-weight: 800;
	color: #363636;
}

H4 {
/* TODO - attributes */
	font-size: 12pt; 	/* value for Netscape 4 */
	margin-top: 0.6em;
	margin-bottom: 0.4em;
	font-weight: 800;
	color: #7e7e7e;
}
	
P {
/* TODO - attributes */
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}	
	
OL  {
/* TODO - attributes */
	font-size: 12pt; 	/* value for Netscape 4 * some browser have incompability with OL */
	margin-left: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0px;
}

UL  {
/* TODO - attributes */
	margin-left: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0px;
}

LI  {
/* TODO - attributes */
	margin-left: 1em;
	margin-bottom: 0.5em;
	list-style-position: outside;
	list-style-type: none;
}	
	
BODY INPUT {
/* TODO - attributes */
	font-family: monospace;
	font-size: 12pt; 	/* value for Netscape 4 */
	margin: 1px;
	/* see standard.non-nn4.css for this one */
	/* border: 1px #262626 solid; */
	background-color: #ffffff;
	}

BODY INPUT.fancybutton {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

INPUT.radio  {
	background: none;
	/* border: 0px; causes problems in Mozilla, so only available in ie6.css */
}

BODY TEXTAREA {
/* TODO - attributes */
	font-family: monospace;
	font-size: 12pt; 	/* value for Netscape 4 */
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	margin: 1px;
}

A:active A:hover{
/* TODO - attributes */
	color: #6F1E46;
	text-decoration: underline;
}

A:visited {
/* TODO - attributes */
	color: #511131;
}

A:link {
/* TODO - attributes */
	color: #67163F;
	text-decoration: none;
}

TABLE {
	border: 0px;
	margin: 0px;
}

TH {
	vertical-align : top;
	text-align: left;
	font-weight: normal;
}

TD {
	vertical-align : top;
	padding: 0px;
}	


TD.main {
	background-image: url( "/images/bodies.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

TD.copyright {
/* TODO - attributes */
	padding-top: 4px;
	padding-left: 2px;
	font-size: 10pt; 	/* value for Netscape 4 */
	color: #858585;

}

TD.promo {
	padding-right: 15px;
	text-align: right;
	padding-top: 15px;
}

TD.logo {
	text-align: left;
	background-color: #FFFFFF; 	
}	

TD.lefttopcurve {
	text-align: left;
	vertical-align: bottom;
	background-color: #FFFFFF; 	
}	

TD.righttopcurve {
	text-align: right;
	vertical-align: bottom;
	background-color: #FFFFFF; 	
}	

TD.sidebar {
	padding: 7px;
	padding-top: 0px;
	padding-bottom: 7px;
	background-color: #852C58;
	margin-left: 22px;
	padding-right: 7px;
	color: #FFFFFF;
	font-size: 10pt;
}

div.membersidebar {
	text-align: left;
	float: right;
	width: 166px;
	margin: 0px;
	padding: 7px;
	padding-top: 0px;
	background-color: #852C58;
	color: #FFFFFF;
	font-size: 10pt;
}

div.membersidebar P {
	font-size: 10pt;
}

TD.sidebarlinks {
	padding: 4px;
	padding-top: 8px;
	background-color: #852C58;
	background-image: url( "/images/sidebarlinks.gif");
	background-repeat: repeat-x;
	background-position: top;
}



TD.rightside {
	background-image: url( "/images/rightside.gif");
	background-repeat: repeat-y;
}

TD.menu {
	vertical-align: top;
	padding-left: 11px;
	padding-top: 31px;
}

div.menutext {
	vertical-align: top;
	padding-left: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 10pt;
}

div.feedback {
	vertical-align: top;
	padding-left: 11px;
	padding-top: 14px;
	padding-bottom: 4px;
	font-size: 10pt;
}

TD.options {
	padding-left: 10px;
	margin-right: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	background-image: url( "/images/optionsback.gif");
	background-repeat: repeat-y;
	background-position: right;
	color: #656565;
}



TD.column1 {
	padding-left: 0px;
}

TD.column2 {
	padding-left: 10px;
	margin-right: 8px;
	padding-bottom: 5px;
}

TD.column3 {
	background-color: #FEFBF5;
}

TD.options P {
	margin-right: 4px;
	padding: 0px;
	text-align: justify;
}

TD.straightline {
/* TODO - attributes */
	background-color: #000000;
}

#toolbar {
	background: url("/images/toolbar.png") repeat-x #531132;
	padding: 5px 5px 5px 22px;
	color: #FFFFFF;
}

.toolbar_s {
	background: url("/images/toolbar_s.png") repeat-x;
	height: 9px;
}

#toolbar a {
	color: #FFFFFF;
}

#toolbar a:hover {
	text-decoration: underline;
	color: #F2DEE8;
}

#toolbar .nav {
	float: left;
	font-size: 7pt;
	padding-top: 2px;
}

#toolbar .login {
	float: right;
	background: url("/images/toolbar_line.png") no-repeat;
	background-position: left;
	padding-left: 7px;
	font-weight: bold;
	font-size: 10px;
}

.login SELECT {
	font-size: 8pt;
}

* html #toolbar .login {
	width: 200px;
}

#toolbar .altnav {
	float: right;
	background: url("/images/toolbar_line.png") no-repeat;
	background-position: left;
	padding-left: 7px;
	font-size: 10px;
}

#toolbar .login a {
	font-weight: normal;
}

#toolbar .login INPUT {
	margin-bottom: -2px;
	background: none;
	border: none;
}

TD.toolbar, TD.alt4toolbar {
	padding: 5px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 10pt;
}

TD.toolbar {
	padding-left: 22px;
}

TD.alt4toolbar {
	text-align: right;
}

TD.alttoolbar {
	padding: 5px;
	text-align: right;
	vertical-align: top;
	background-color: #78204C;
	color: #FFFFFF;
	font-size: 10pt;
}

TD.managetoolbar {
	background-color: #FFFFFF;
	text-align: right;
}

TD.toolbar A,  TD.alt4toolbar A, {
	color: #FFFFFF;
}

TD.toolbar A:link, TD.toolbar A:visited, TD.alt4toolbar A:link, TD.alt4toolbar A:visited {
	color: #FFFFFF;
}

TD.toolbar A:hover, TD.alt4toolbar A:hover {
	text-decoration: underline;
	color: #F2DEE8;
}

TD.footer {
	background-image: url( "/images/footer.gif");
	background-repeat: repeat-x;
	background-position: top;
}


TD.toowardslogo {
	padding: 2px;
	padding-left: 7px;
	padding-bottom: 0px;
}

.pagetitle {
	padding-top: 10px;
	padding-left: 22px;
}
.pagetitle H1 {
	vertical-align : top;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 3px;
}

.mainbody {
	margin: 15px;
}

TD.splashmainleft {
	padding: 15px;
	padding-right: 0px
}

.splashright .news li, .splashright .events li {
	list-style-image: none;
	margin: 0px 0px 8px 0px;
	padding-bottom: 10px;
	padding-right: 5px;
	background: url("/images/footer.gif") repeat-x;
	background-position: bottom;
}
/*
.splashright .upcoming {
	margin-left: 3px;
}
*/
.splashright .news p.summary, .splashright .events p {
	text-align: justify;
}

.splashright H1 {
	margin-left: 8px;
}

TD.content {
	padding: 10px 20px;
}

TD.latest-news {
	width: 250px;
	padding-top: 10px;
}

TD.latest-news img.thumbnail {
	border: 1px solid #707070;
	margin-bottom: 5px;
}

TD.latest-news .splashright {
	background: url('/images/right-column.png') #fff repeat-x;
	padding: 4px;
}

.latest-news .news-header {
	background: url('/images/latest-news.gif');
	height: 30px;
	width: 250px;
	margin-bottom: 2px;
}

TABLE.tablebody {
	margin-bottom: 20px;
	margin-right: 9px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.tagline {
	float: right;
	padding-top: 28px;
	padding-right: 8px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
