

body
	{
	margin: 0;
	padding: 0;
	background-color: white;
	font-size: 100.01%;
	text-align:center;
	background-color:#FFFCD6;
	
	
	}
#logo {
	width:300px;
	height:300px;
	position:relative;
	left:-500px;
	z-index:1;
	
}
#login{
text-align:right;
	position:relative;
	top:-230px;
	left:-300px;
	 color:gray; font-family:arial;
}
#callus{
	height:80px;
	width:300px;
position:relative;
	left:45px;
	top:-200px
}
#current{
	color:#00710E ;
}


#bar
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 100px;
	top:-300px;
	left:100px;
	
	
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 55em;				/* <-- use this for a set width */
	menu
	
	}
#nav li
{
display:inline;
}
#barItem
{
	color:#FFFCD6;
	word-spacing:30px;
	width:86.5%;
	height:30px;
	margin-left:110px;
	background-color: #960000;
	font-family:arial;
	font-size:25px;
	
	
}


#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 100px;
	top:-375px;
	left:100px;
	padding: 0;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 55em;				/* <-- use this for a set width */
	background-color: #FFFCD6;
	
	}
	
#content
	{
	padding:3em;
	}

#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#content p
	{
	color:#3b3b3b;
	font-size: 1em;
	font-weight:bold;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/
/*bar */
#trcr, #brcr
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}
#trcr
	{
	background-image:url(images/trc-red.png);
	background-position: 100% 0%;
	}
#brcr
	{
	background-image:url(images/brc-red.png);
	background-position: 100% 100%;
	}
#rbr
	{
	background-image:url(images/rb-red.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	
	}

	
/*main border */

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/tlc.png);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/trc.png);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/blc.png);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/brc.png);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/tb.png);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/bb.png);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/rb.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(images/lb.png);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
a	{outline:none;}
.bar a{text-decoration:none;
	}
.bar a:link		{color:#FFFCD6}
.bar a:visited	{color:#FFFCD6}
.bar a:hover		{color:#00710E}
.bar a:active	{color:#960000}
a img { border: 0; }


	

			