BODY {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 20px; 
	FONT: 11px verdana, arial, helvetica, sans-serif; 
	COLOR: #333; 
	PADDING-TOP: 0px; 
	BACKGROUND-COLOR: #fff


}

H1 {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	FONT-WEIGHT: 900; 
	FONT-SIZE: 28px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px 0px 15px; 
	COLOR: #666; 
	PADDING-TOP: 0px
}

H2 {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px 0px 5px; 
	FONT: bold 12px/14px verdana, arial, helvetica, sans-serif; 
	PADDING-TOP: 0px
}

H3 {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px 0px 5px; 
	FONT: bold 12px/14px verdana, arial, helvetica, sans-serif; 
	PADDING-TOP: 0px
}

P {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px 0px 16px; 
	FONT: 12px/20px verdana, arial, helvetica, sans-serif; 
	PADDING-TOP: 0px
}

Table {
	FONT: 12px verdana, arial, helvetica, sans-serif;
}

A {
	FONT-SIZE: 11px;
	COLOR: #fff;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	font-weight: 600;
	text-decoration: underline;
}

A:link {
	COLOR: #00f
}

A:visited {
	COLOR: #009 /* #07a */
}

A:hover {
	BACKGROUND-COLOR: #ddd
}



/* Format for the different DIV sections */



#title {  /*this title section is for the top-of-the-page graphic banner. */
	position : absolute; /* Dreamweaver seems to render better when you don't use too much absolute positioning. */
	top : 0px;
	left : 0px;
	z-index : 50; /* a high z-index is used to make sure that the title is always on top. */
}


#navigation {
	position : absolute;
	top : 80px;
	left : 0px;
	width : 200px;
	background-image: url(../../wrsg/images/menu1.gif);
	background-repeat: repeat-x;

}

#navigation ul {
	list-style-type: none;
	margin: 0px 0px 5px 16px; /* Indent each list 16 points, and put some space at the bottom of the list.  */
	text-indent: -8pt;  /* then put the first line back out 8 points. */
	padding: 2px; /* open a little extra space up in the lists. */
	list-style-position: outside;
	/*padding: 0px;
	position: relative;
	left: 10px;
	top: 10px;*/
}

#navigation li {
	padding-bottom: 6px; /* Put some space between each list item, not each line. */
	FONT-SIZE: 13px;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	font-weight: 600;
}

#navigation A {
	FONT-SIZE: 13px;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	font-weight: 600;
	text-decoration: none;
}

#navigation UL UL LI {  /* Use this to make sub-lists in a smaller font. */
	FONT-SIZE: 11px;
	font-weight: 100;
}

#navigation UL UL A {  /* Use this to make sub-lists in a smaller font. */
	FONT-SIZE: 11px;
	font-weight: 100;
}

#navigation A:link {
	COLOR: #009
}

#navigation A:visited {
	COLOR: #066
}

#navigation A:hover {
	BACKGROUND-COLOR: #999
}

#content {
	padding-top : 80px;
	padding-bottom : 30px;
	padding-left : 200px;
	padding-right : 0px;

}

