/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .7em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color:#407c4f;
    text-align:center;

}


#wrapper
{
	width:760px;
	text-align:right;

}

.rnm 
{
	 FONT-SIZE: .9em;
	 color:#ccc;
}

.rnm a:link
{
	 color:#ccc;
	text-decoration:underline;
}

.rnm a:hover,a:focus
{
	text-decoration:none;
	 color:#ccc;
}
#container
{
	width:760px;
	border:solid 1px #cccccc;
	text-align:left;
	
}

#header
{
	background-image:url('images/header.gif');
	background-repeat:no-repeat;
	height:107px;
}

#content
{
	background-color:#fff;

}

#content_menu
{
	float:left;
background-image:url('images/menu_bkg.gif');
background-repeat:repeat-y;
	width:125px;

}

#content_content
{
	float:left;
	width:633px;
}

#content_content_container
{
	margin:0px 18px 0px 18px;

}

.menu_menu_item_container
{
	background-image:url('images/menu_itm.gif');
}

.menu_menu_item 
{
	text-align:right;
	margin-right:19px;
	margin-top:5px;
	
}


#menu_end
{
	background-image:url('images/menu_end.gif');
	height:16px;
	background-repeat:no-repeat;	
}

.spacer
{
	clear:both;	
}

A:link,A:visited,A:active,A:hover,A:focus	{	
	text-decoration:	underline;
  color:#407c4f;
	}	

	
.menu_menu_item A:link,A:visited,A:active,A:hover,A:focus
{

	text-decoration:none;
}

.selected
{
	
	font-weight:bold;	
}

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
h1,.fauxh1
{
	font-size:150%;
	font-weight:bold;
}

h2,.fauxh2
{
	font-size:100%;
	font-weight:bold;
}
	
table
{
font-size:	1em;	
border:solid 1px #cccccc;	
}

