/* CSS Document */

html, body 
{
	margin : 5px 10px;
	padding : 0;

}

body 
{
	color : #000000;
	background : #CEBD94;
	width : 100%;
	min-width : 700px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

#menubar 
{
	width : 603px;
	height : 31px;
	left : 357px;
	top : 136px;
}

#menunav 
{
	margin-top : 1px;
   margin-left : 200px;
   width : 500px;
}

#menunav ul 
{
   margin : 0;
   padding : 0;
   white-space : nowrap;
   list-style : none;
}

#menunav li 
{
   float : left;
   width : 105px;
   text-align : center;
   margin-left : 15px;
}

#menunav li a 
{
	text-decoration : none;
	display : block;
	line-height : 26px; /* trick provided by trx */
	height : 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
}

#menunav li a:hover 
{
   color : #FF0000;
}

#footer 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

a:link 
{
	color : #000000;
	background : transparent;
	text-decoration : none;
	font-weight: bold;
}

a:visited 
{
   color : #000000;
   text-decoration : none;
}

/* Headings */  
h1,h2,h3,h4,h5 
{
	background : transparent;
	color : #FF0000;
	margin : 1em 0 1em 0;
	font-family : Georgia, "Times New Roman", Times, serif;
	padding : 0;
	line-height : 1.2em;
}

#mnheading 
{
   margin : 1em 0 1em 0;
}

h1 
{
   font-size : 1.75em;
}

h2 
{
   font-size : 1.25em;
}

h5 
{
   color : #000000;
   font-size : 1.25em;
}

h3 
{
   text-align: center;
	font-size: 1.75em;
}

h4 
{
	font-size: 0.9em;
}

.style1 
{
   color: #FF0000;
   font-weight: bold;
}

.elinks 
{
	font-weight: bold;
	color: #0033FF;
	text-decoration: none;
}
a.elinks:link,visited,active 
{ 
	color: #0033FF;
	
}

a.elinks:hover 
{ 
	color: #FF0000; 
}


/* Text rendering */
p 
{
	font-size : 1.0em;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 1em;
	margin-left: 5px;
}

/* List Styles */
#contentleft ul, #contentright ul 
{
   padding : 0;
   margin-left : 2em;
   list-style-type : none;
}

#contentleft ul li, #contentright ul li 
{
	text-align : left;
	font-size : 13px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/PickListx.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#contentleft li a:link
{
   color : #000000
}

#contentleft li a:visited 
{
   color : #000000
}

#contentleft li a:hover 
{
   color : #FF0000;
}
