html, body {
    font-family: Arial, Verdana, Sans-Serif;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #f9f9f9;
}

a {
    color: blue;
    text-decoration: none;
    font-weight: normal;
}

a:link { 
    color: blue;
    text-decoration: none;
    font-weight: normal;
}
a:visited { 
    color: blue; 
    text-decoration: none;
    font-weight: normal;
}
a:active { 
    color: red;
    text-decoration: none;
    font-weight: normal;
}
a:hover {
    color: red; 
    text-decoration: none;
    font-weight: normal;
}
h1 {
    color: white;
    font-size: large;
    text-align: center;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}			
									
h2 {
    color: black;
    text-align: center;
    font-size: larger;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
											
h5 {
    color: #000000;
    text-align: center;
    font-size: small;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.p1 {
    color: black;
    font-size: large;
    text-align: center;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.lg { 
    font-family: Arial, Verdana, Sans-Serif;
    color: black;
#    font-weight: bold;
}
.lm { 
    font-family: Arial, Verdana, Sans-Serif;
    color: red;
#    font-weight: bold;
}
.ls { 
    font-family: Arial, Verdana, Sans-Serif;
    color: green;
#    font-weight: bold;
}
.lv { 
    font-family: Arial, Verdana, Sans-Serif;
    color: blue;
#    font-weight: bold;
}

code.master { 
    font-family: Arial, Verdana, Sans-Serif;
    color: red;
#    font-weight: bold;
}
code.slave { 
    font-family: Arial, Verdana, Sans-Serif;
    color: green;
#    font-weight: bold;
}
code.value { 
    font-family: Arial, Verdana, Sans-Serif;
    color: blue;
#    font-weight: bold;
}

.content {
    width: 980px;
    border-bottom: 0px solid #666666;
    border-top: 0px solid #666666;
    border-right: 1px solid #666666;
    border-left: 1px solid #666666;
}

.leftcontent {
    width: 160px;
    vertical-align: top;
    text-align: left;
    color: black;
    background-color: #f9f9f9;;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #666666;
    border-top: 0px solid #666666;
    border-right: 0px solid #666666;
    border-left: 0px solid #666666;
}

.rightcontent {
    width: 820px;
    background-color: #EDF2F2;
    vertical-align: top;
    text-align: left;
    font-size: small;
    color: black;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    border-left: 1px solid #666666;
}

.boxtitle {
    width: 160px;
    background: #d0d9e9;
    color: black;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    border-left: 1px solid #666666;
}

.leftbar {
    width: 160px;
    background: #d0d9e9;
    color: black;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    border-left: 1px solid #666666;
}

.rightbar {
    width: 820px;
    background: #d0d9e9;
    color: black;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    border-left: 1px solid #666666;
}

.boxcontent {
    width: auto;
    background-color: #edf2f2;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 1px;
    margin-top: 1px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    border-left: 1px solid #666666;
    font-weight: bold;
    text-align: center;
}

.copyright {
    background-color: #e0e9e9;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    border-left: 1px solid #666666;
    text-align: center;
    font-size: xx-small;
    color: black;
}

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li span {
	display: block;
	padding: 4px 15px;
	font-weight: bold;
	color: #666;
	text-align: center;
}
	
#nav li a {
	display: block;
	background: #EDF2F2;
	padding: 3px 5px;
	text-decoration: none;
	border-bottom: 0px none #ddd;
	border-top: 0px none #fff;
	border-right: 0px solid #ddd;
	text-align: left;
	color: blue;
}
#nav li a:hover {
        background: #d0d9e9;
        color: black;
        border-bottom: 0px solid #666666;
        border-top: 0px solid #666666;
        border-right: 0px solid #666666;
        border-left: 0px solid #666666;
        padding-left: 8px;
}
	
