/* This is to set the normal font values for these pages. */
body, dl, ul, ol {
    background: white;
    font-family:   Arial, Helvetica, sans-serif;
    font-size: 100%}

/* This is to define header style */
.headerstyle {
	float: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	padding-left: 1%;
	padding-bottom: 5%;
	width: 100%	}

/* This is to define menu area. */
.sidestyle {
    float: left;
    font-family:   Arial, Helvetica, sans-serif;
    font-size: 80%;
    text-align: left;
	padding-left: 0%;
	padding-bottom: 1%;
	width: 20% }

/* This is to define content area. */
.contentstyle {
    width: 78%;
    text-align: left;
	padding-left: 2%;
    padding-right: 1% }
	
/* This is to define link attributes. */		
a:link {color: #000000}

a:visited {color: #000000}

a:hover {color: #000000}

a:active {color: #000000}

/* This defines outline attributes. */
UL {list-style: disc}

UL.dec {list-style: decimal}

UL.upalpha {list-style: upper-alpha}

UL.lwalpha {list-style: lower-alpha}

UL.uproman {list-style: upper-roman}

UL.lwroman {list-style: lower-roman}

/* This defines grouped link attributes. */
.linklist {
    font-size: 80%;
    text-align: center}

/* End of style section. */
