div#container {
width:700px;
margin:0px auto;
text-align:left;
padding:15px;
border:0px;
background-color:#fff;
min-height: 350px;
font-size: 14px;
}
div#liner {
width:500px;
}
img.center {
display: block;
margin-left: auto;
margin-right: auto;
}
h2 {
font-size: 1.4em;
font-weight: normal;
color: #4AE;
margin: 0;
padding: 0 0 0.4em 0;
}
a {
text-decoration: none;
color: #797;
}
a:active, a:hover { /* when link is clicked or moused over*/
color: #797;
text-decoration: underline;
}
#menu {
width: 200px; /* set width of menu */
background: #eee;
float: right;
margin: 0 0 1em 1em;
}
div#menu h1 {
color:#464; /*#464;*/
font-size:1.5em;
font-weight:normal;
margin:0;
padding: 0.53em 1.07em;
border-style: solid;
border-width: 0 0 1px 0;
border-color: #AAA;
}
#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}
#menu li {
padding: 0;
}
#menu ul li a {
color: #999;
line-height: 2.6em;
padding: 0.8em 1.6em;
text-decoration: none;
}
#menu ul li a:hover {
background-color: #e6e6e6;
color: #777;
}
#name_table {
width=100%;
}
#name_table h2 {
font-size: 1.2em;
font-weight: normal;
color: #666;
margin: 0;
padding: 0 0 0.2em 0;
}
#column1 {
display: block;
float: left;
width: 10em;
}
#column2 {
display: block;
float: left;
}
#column1 a, #column2 a {
color: #6AE;
text-decoration: none;
}
#column1 a:hover, #column2 a:hover {
text-decoration: underline;
}
.clearLeft { clear: left; }
.clearRight { clear: right; }
#suppnav {
background:none repeat scroll 0 0 #F9F4E8;
border-bottom:1px solid #9E9E9E;
border-left:1px solid #9E9E9E;
float:right;
margin:-10px -20px 10px 14px;
padding:1em 8px 0 14px;
width:157px;
}
#suppnav ul {
font-size:11px;
list-style-position:outside;
list-style-type:square;
margin-bottom:15px;
margin-left:-25px;
padding-left:41px;
}
Last modified October 11 2011 08:58 AM
