/* CSS Document */

/**
* my edits
**/

body
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	background-image: url(images/vrsc_bkg.gif);
	background-repeat: repeat-x;
	background-color: #dae1e3;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
	/* part 1 of 2 centering hack */
}

strong, b { font-weight: bold; }

p
{
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	/*this indents the text on the left side*/
	padding-left: 20px;
	/* this indents text on the right side*/
	padding-right: 20px;
}

h1
{
	padding-left: 20px;
	padding-right: 20px;
	color: #D45602;
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h2
{
	padding-left: 20px;
	padding-right: 20px;
	color: #D45602;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h3
{
	color: #D45602;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h4
{
	padding-left: 20px;
	padding-right: 20px;
	color: #D45602;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h5
{
	padding-left: 20px;
	padding-right: 20px;
	color: #D45602;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h6
{
	padding-left: 20px;
	padding-right: 20px;
	color: #D45602;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

img { 
	border:0px; 
	padding:0px; 
	margin:0px;
	}

#logo
{
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	/* opera does not like 'margin:20px auto' */
	/* background: transparent; */
	background: #transparent;
	/* background: #ecd9af; */
	border: 0px;
	text-align: left;
	height:87px;
	/* part 2 of 2 centering hack */
	width: 800px;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 770px;

}

#header
{
	padding: 0 10px;
	background: transparent;
	
}

#content
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	/* opera does not like 'margin:20px auto' */
	/* background: transparent; */
	background: #e0c180;
	/* background: #ecd9af; */
	border: 0px;
	text-align: left;
	/* part 2 of 2 centering hack */
	width: 800px;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 770px;
}

#mainbody
{
	padding: 10px;
	background-color: #FFF;
	margin: 10px;
	border: 0px solid #e0c180;
}

#footer
{
	text-align: center;
	font-size: 80%;
}

html>body #content
{
	width: 770px;
	/* ie5win fudge ends */
}

#memberTable td
{
	padding: 10px 8px 10px 0;
	border-bottom: 1px solid #D45602;
}

/*this area changes the properties of the text field*/
#textbox
{
	/*width of the text area*/
	width: 746px;
	/*height of the text area*/
	height: 336;
	/*the background color of the area*/
	background-color: #ECD9AF;
	/* prevents overflow and adds scroll bar*/
	overflow: auto;
	/*this sets the margins for the text box*/
	margin: 0 auto;
}

/*this changes the properties of the p tags*/
/*this changes the properities of the header*/
h3
{
	/*this indents the text on the left side*/
	padding-left: 20px;
	/* this indents text on the right side*/
	padding-right: 20px;
}

/*this changes the properties of the a tag*/
/*removes the underline from the links*/
a:link { }

/*adds the hover color to the link*/
a:hover { }

/*this changes the colour of the link once clicked on*/
a:visited { }

