    /* css Wee Links default style v1.00 */
    /* Last updated 16 May 2006  */

    /* Layout divisions and rules */

img     {
    border: 0;
    display: block;
    }


body    {
    text-align: center;
    margin: 0;
    border: 0;
    padding: 0;
    background: #eec url("../i/bdr.gif") top center repeat-y;
    color: #712738 ;
    font: small/18px Lucida Grande, Trebuchet MS, Bitstream Vera Sans, Verdana, Helvetica, sans-serif;
}

p { 
	margin-top: 0px; 
	text-align: left;
	}

h1 { 
	font: italic normal 24pt georgia; 
	letter-spacing: 2px; 
	color: #712738;
}
h2 { 
	font: italic normal 16pt georgia; 
	letter-spacing: 1px; 
	color: #712738;
}
h3 { 
	font: italic normal 12pt georgia; 
	color: #712738;
}

	/* Default links 	*/

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #712738 ;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #deb887;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color : #712738 ;
	background : transparent;  
	}

#nav {
	margin : 0;
	margin-left: 2px;
	padding : 0;
}

#nav li {
	list-style : none;
	float : left;
	padding-left: 35px;
	line-height: 25px;
	background: #eec url(../i/tabs3-big.gif) 0 100% no-repeat;
	white-space: nowrap;
}

#nav a {
	display: block;
	float: left;
	padding: 0 35px 0 0;
	text-decoration: none;
	font-weight: bold;
	background: #eec url(../i/tabs3-big.gif) 100% 100% no-repeat;
	color: #712738;
	width: .1em; /* IE6 hack */
}
html>body #nav a {width: auto;} /* fixes IE6 hack */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a { float: none; }

#nav a:hover {
	color: #deb887;
}

    /* layout */
div#container	{
	color: #712738 ;
    background: #fff url("../i/oat_ban.gif") top center no-repeat;
	width: 700px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

div#header {
	padding: 150px 20px 10px;
	margin: 0;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 6px;
}

div#maincontent {
	background: #fff;
	width: 650px;
	padding: 20px 25px 20px;
    float: left; 
	position: relative;
}

div#maincontent li {
	padding-bottom: 10px;
}
    /* Footer */

div#footer  {
    text-align: center;
    clear: both;
    background: #eec url("../i/line.gif") top left repeat-x;
    color: #712738 ;
    width: 699px;
	margin-left: 1px;
    padding: 10px 0;
}


div#footer p    {
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.highlight {
	font-weight : bold; 
}

.pic {
	float: right;
	margin: 1em 0 1em 2em;
}

.border {
	border: 1px solid; 
	border-color: #444 #AAA #AAA #444;
}