/* Site Colors:
  #00076C - dark blue
  #00CCFF - light blue
  #000FFE - blue
  #33CCFF - medium blue
  #B52C07 - light tan
  #B7AE91 - blue
  #FF0000 - red
  #272900 - blue
*/

body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #B52C07;
                                background-image:url(../images/img01.jpg);
		background-color: #333333;
	}
	
	a:link { color: #382E1C; }
	a:visited { color: #382E1C; }
	a:hover, a:active {	color: #382E1C;	}

	h1
	{
		color: #B27217;
		font: 150% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 0 0 2px 0;
	}

	
	h2
	{
		color: #B27217;
		font: 120% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #B27217;
		font: 115% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
	}
	
    table.image
    {
        border: 0;
        margin-left: auto;
        margin-right: auto;

    
    }
    
    td.image
	{
		vertical-align: top;
        text-align: center;
	}
    
    td.label
	{
		vertical-align: top;
        text-align: right;
	}
	li
	{
		padding: 0 50px 10px 0;
	}
	.error-msg
	{
		color:#FF0000;
	}
	.imagefloat-right
	{
		float: right;
		padding: 2px;
		border: 1px solid #000;
		margin: 5px 0 5px 5px;
	}
	
	.imagefloat-left
	{
		float: left;
		padding: 2px;
		margin: 5px 5px 5px 0;
	}
	.clearfloat-both {
		clear: both;
	}
	.indent {
		text-indent: 20px;
	}



	#container
	{
		margin: 0em auto;
		width: 800px;
		text-align: left;
		/*background-color: #00076c;*/
		border: 0px solid #000FFE;
	}
	
	#header
	{
		height: 200px; padding: 1px;
		/*background-image: url(../images/RB-Web-Banner.jpg);*/
		background-repeat: no-repeat;
		background-position: 50% 50%;
		border-bottom: 0px solid #272900;
		position: relative;
	}

	#mainnav
	{
		/*background-color: #3366FF;*/
                               /* background-image:url('../images/Buttons.jpg') no-repeat;*/
                                background: url(../images/Buttons.jpg)repeat-x;

		color: #00076c;
		padding: 2px;
	}
	
	#mainnav ul
	{
		margin: 0 0 0 10px;
		padding: 0;
		list-style-type: none;
		border-left: 1px solid #382E1C;
	}
	
	#mainnav li
	{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #382E1C;
                                background: url(../images/Buttons.jpg)norepeat;

	}
	
	#mainnav li a
	{
		text-decoration: none;
		color: #382E1C;
	}
	
	#mainnav li a:hover
	{
		text-decoration: none;
		color: #382E1C;
	}
	
	#menu
	{
		float: right;
		width: 255px;
		border-left: 2px solid #000FFE;
		padding: 5px 5px 5px 10px;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	#menu ul
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		line-height: 165%;
	}
	
	#contents { margin: 10px; padding: 5px;}
	#contents p {
	line-height: 125%;
	}
	
	#contents_b { margin: 0 255px 40px 20px; }
	
	#footer
	{
		clear: both;
		color: #B27217;
		/*background-color: #3366FF;*/
		text-align: center;
		padding: 10px;
		font-size: 85%;
		margin-top: 0px;
	}

