body { 
font-family: 'Open Sans', sans-serif;
margin: 0;
padding: 0; 
background: #e5e5e5;
color: #3f3f3f;
font-size: 11px;
line-height: 24px;
}

a { color: #000088; }
a:hover { color: #880000; }

#top {
background: #2E627C;
padding: 0 10px;
height: 70px;
line-height: 70px;
border-bottom: 5px solid #7599a9;
}

#header {
float: left;
}
#header h1 {
margin: 0;
padding: 0;
font-weight: bold;
color: #fff;
font-size: 33px;
letter-spacing: -1px;
}

#topmenu {
float: right;
}
#topmenu ul { margin: 0; padding: 0; list-style-type: none;}
#topmenu li { display: inline; padding: 0 0 0 20px }
#topmenu li a { 
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
padding: 5px 10px; 
background: #35718F; 
text-decoration: none; 
color: #fff;
}
#topmenu li a:hover { background: #eee; color: #000; }

#bottommenu {
float: left;
}
#bottommenu ul { margin-top: 10; padding: 0; list-style-type: none;}
#bottommenu li { display: inline; padding: 0 0 0 10px }
#bottommenu li a { 
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
padding: 5px 10px; 
background: #35718F; 
text-decoration: none; 
color: #fff;
font-size: 12px;
font-weight: bold;
}
#bottommenu li a:hover { background: #3D8EA9; color: #fff; }

#contentwrap { 
width: 1280px;
background: #f9f9f9;
margin: 20px auto;
border: 1px solid #c9c9c9;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

.cleft { float: left; padding: 20px 0 20px 20px; width: 175px; }
.cleft h3 { 
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px; 
font-size: 12px; 
font-weight: bold; 
color: #fff; 
background: #6a9d84; 
padding: 3px 10px; 
}
.cleft ul { margin: 0; padding: 0; list-style-type: none; }
.cleft ul li { margin: 0 0 2px 0; color: #fff; }
.cleft ul li a { 
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px; 
font-size: 12px; 
display: block; 
text-decoration: none; 
color: #fff; 
background: #7599a9; 
padding: 3px 10px; 
color: #fff; 
}
.cleft ul li a:hover { background: #3D8EA9; }

.cright { 
-webkit-border-top-right-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-bottomright: 7px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
border-left: 1px solid #e9e9e9; 
background: #fff;
float: right; 
padding: 0 20px 20px 20px; 
width:1000px;
height:420px;
max-width:1000px;
overflow:auto; }
.cright h2 { 
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px; 
background: #fffaae; 
padding: 10px; 
font-weight: normal; 
color: #585858;
letter-spacing: -1px;
font-weight: bold;
margin: 20px -10px 10px -10px;
width:100%;
}

.cright  table.gridtable{
border-collapse:collapse;
font-size: 12px;
font-weight: bold;
}
.cright  table.gridtable th {
	border-width: 0px;
	padding: 0px;
	border-style: solid;
	border-color: #666666;
	background-color: #E0E0F8;
}
.cright  table.gridtable td {
	border-width: 1px;
	padding: 5px;
	border-style: none none none none;
	border-color: #666666;
	background-color: #ffffff;
	min-width:100px;
}
.cright  input {
    background: white;
    border: 1px double #666;
    border-radius: 5px;
    box-shadow: 0 0 5px #333;
    color: #666;
    float: left;
    padding: 5px 10px;
    outline: none;
}
#bottombar{
display:block;
float:left;
width:1000px;
margin-left:500px;
}
#footer { 
background: #4D606E;
color: #fff;
padding: 10px;
}
#footer a { color: #fff; text-decoration: none; border-bottom: 1px dotted #fff; }
#footer a:hover { border-bottom: 1px dotted #ccc; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; padding: 0 0 10px 0; }

.note {
  position: relative;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.note ol {
    margin-left: 2em;
}

.note ol li {
	font: 13px/20px Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:1em;
    list-style-type: lower-roman;
    list-style-position: outside;
}

.note table{
	font: 13px/20px Tahoma, Verdana, sans-serif;
	font-size: 12px;
	border-collapse:collapse;
}
.note table th {
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}
.note table td {
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}
