/** BASIC */

body {
/*	border: 5px solid red;*/
	margin: 0px;
	padding: 0px;
/*	background-color: #FF8080;*/
	background-color: #FFFFFF;
}

img {
	border: none;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	color: #000000;
}

/* p, blockquote, ul, ol, dl { */
p, blockquote, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

p.close {
	margin-top: 0px;
	margin-bottom: 8px;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	color: #0082C1;
}

.copyright {
	margin: 0px;
	padding: 15px 0px 20px 0px;
/*	text-align: center;*/
	color: #BABABA;
}

p.copyright {
	font-size: smaller;
}


/** LINKS */

xa {
	color: #000000;
}

xa:hover {
	text-decoration: none;
}

a.link1 {
	display: block;
	padding: 16px 22px 14px 22px;
	text-decoration: none;
	text-align: center;
	font-size: 75%;
	font-weight: bold;
	color: #263900;
}

a.link1:hover {
	background: url(../images/mainhover.gif) repeat-x;
	color: #FFFFFF;
}


/** BACKGROUNDS */

/** STYLES */

/** MISC */

hr { display: none; }

a.subnav1
{
	height: 1.75em;
	display: block;
	margin-right: 1px;
	padding: 6px 2px 2px 2px;
	text-decoration: none;
	text-align: left;
	/*font-size: 12px;*/
	font-weight: bold;
	color: #263900;
	font-size: smaller;
}

a.subnav1:hover {
	background: url(../images/mainhover.gif) repeat-x;
	color: #FFFFFF;
}

/* layout */

/** BASIC */

html, body {
	height: 100%;
}

/** HEADER */

#canvas {
/*border:5px solid blue;*/
	width: 800px;
/*	height: 93px; */
	margin: 0px auto;
}

#header {
/*border:1px solid blue; */
	width: 800px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

a.plain { color: white; text-decoration: none; font-size: 9px; }

.tabbar {
/*border:1px solid red;*/
	height: 22px;
}
.tabspacer {
/*border:1px solid black;*/
	width: 410px;
	height: 22px;
	float: left;
}
.tab {
/* border:1px solid green; */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: white;
	width: 65px;
	height: 18px;
	padding-top: 4px;
	text-align: center;
	float: left;
	background: url(../images/tab2_plain.gif);
}
.tab:hover          { background: url(../images/tab2_hover.gif); }
.tab.selected       { background: url(../images/tab2_hover.gif); }
.tab.left           { background: url(../images/tab1_plain.gif); }
.tab.left:hover     { background: url(../images/tab1_hover.gif); }
.tab.left.selected  { background: url(../images/tab1_hover.gif); }
.tab.right          { background: url(../images/tab3_plain.gif); }
.tab.right:hover    { background: url(../images/tab3_hover.gif); }
.tab.right.selected { background: url(../images/tab3_hover.gif); }

#main {
	border: 3px solid #afa87e;
	padding: 0px; /* 2px; */
	width: 794px;
	background-color: #4e0059;
}

#sidemenu {
/* border: 2px solid grey;
	width: 100%;
*/	float: left;
	width: 192px; /* 768px; */
	color: white;
	background-color: #4e0059;
	padding: 8px;
	padding-top: 32px;
}

#content {
/* border: 2px solid grey; */
	padding: 8px;
	width: 570px; /* 100%; /* 578px; */
	float: right;
	color: black;
/*	background-color: white; */
	background-color: #fcfcfc;
}

#widecontent {
/* border: 2px solid grey; */
	padding: 4px;
	width: 782px;
	float: right;
	color: black;
	background-color: white;
}


/** MAIN MENU */

/** CONTENT */

/** FOOTER */

#footer {
	width: 690px;
	margin: 0px auto;
}

#copyright {
}



/* from original css */
.quote		{font-family:helvetica; font-size:13px; color:#5c5c5c; font-weight:normal; font-style:italic;}
a		      {font-family:helvetica; font-size:12px; color:#5c5caa; font-weight:normal; }
h1        {font-family:helvetica; font-size:36px; color:#5c5c5c; font-weight:bold;   padding: 12px 0px 12px 0px;}
h2        {font-family:helvetica; font-size:24px; color:#5c5c5c; font-weight:bold;   padding: 0px 0px 12px 0px; }
h3        {font-family:helvetica; font-size:18px; color:#5c5c5c; font-weight:bold;   padding: 0px 0px 12px 0px; }
p         {font-family:helvetica; font-size:12px; color:#5c5c5c; font-weight:normal; padding: 0px 0px 12px 0px; }
ul, ol    {font-family:helvetica; font-size:12px; color:#5c5c5c; font-weight:normal; padding: 0px 0px 12px 16px; }
li        {font-family:helvetica; font-size:12px; color:#5c5c5c; font-weight:normal; padding: 0px 0px 12px 0px; }

/* a tags with class plain, inside the #sidemenu div */ 
/* #sidemenu a.plain { color: white; text-decoration: none; font-size: 12px; } */ 
#sidemenu a   { color: white; text-decoration: none; font-size: 12px; } 
.tabbar   a   { color: white; text-decoration: none; font-size: 9px; }

/* 01jan10. gss. add white space below pictures */
#content img { padding: 0px 0px 12px 0px; }
/*#content ul, ol { padding: 0px 0px 12px 0px; }*/

/* 06Mar10. gss. */
#sidemenu ul, ol    {font-family:helvetica; font-size:12px; color:#5c5c5c; 
    font-weight:normal; padding: 0px 0px 12px 16px; 
    list-style-type: none;}
#sidemenu li        {font-family:helvetica; font-size:12px; color:#5c5c5c;
    font-weight:normal; padding: 0px 0px 12px 0px; }
