#base {
	border: 1px solid #000;
	margin: 0em;
	width: 680px;
	padding: 0px;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFFFFF;
}

body {
    color: #000000;
    background: #000000;
    padding: 0px;
    margin: 0px;
    font-family: arial, Helvetica, 'Bitstream Vera Sans', 'Luxi Sans', Verdana, Sans-Serif;
    font-size: 80%;
}

a:link, a:visited, a:hover {
    font-weight: bold;
    color: #0055A5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #ac0011;
}

div.top {
    background: #FFFFFF;
    height: 70;
    border-bottom: 1px black solid;
	margin-right:auto;
	margin-left:auto;
	margin:5;
	margin-top:5;
	padding:10;
}

div.top a.logo,
div.top a.logo:link,
div.top a.logo:hover,
div.top a.logo:visited
 {
     color: #ffffff;
     background: transparent;
     border: none;
     text-decoration: none;
}   

img.logo {
    border: none;
}

#menu {
    float: left;
    border: 1px #999999 solid;
    width: 150px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#menu li.sub {
    color: #000000;
    background: #d6d6d6;
    font-weight: bold;
    padding: 0px;
}

#menu .title {
    padding: 4px;
    text-align: center;
}

#menu ul.sub {
    padding: 0px;
    margin: 0px;
    border-top: 1px #999999 solid;
    border-bottom: 1px #999999 solid;
    list-style: none;
}

#menu li a {
    display: block;
    background: #f0f0f0;
    color: #0055A5;
    border-top: 1px #d6d6d6 solid;
    border-bottom: 1px #d6d6d6 solid;
    margin: 0px;
    padding: 4px;
    padding-left: 10px;
    width: 100%;
}
#menu li a:visited {
    color: #0081ac;
}

html>body #menu li a {
    width: auto;
}

#menu li.item a:hover, ul.sub li.item a:hover {
    display: block;
    background: #000000;
    color: #ffffff;
    border-top: 1px #6F000B solid;
    border-bottom: 1px #6F000B solid;
    text-decoration: none;
}

div.content {
    padding: 20px;
	padding-top:0px;
    margin-left: 160px;
    margin-right: 20px;
	margin-top: 0;
}

div.education div.item img {
    margin: 10px;
	margin-top:0px;
	padding-top:0px;
}

div.education div.item img.right {
    float: right;
    margin-right: 0px;
}

div.education div.item img.left {
    float: left;
    margin-left: 0px;
}

img.thumb {
    border: 1px #999999 solid;
}

div.education div.item h3 {
   font-weight: bold;
   border-left: 10px #999999 solid; 
   padding-left: 4px;
   margin-bottom: 4px;
   clear: right;
}

div.education div.item p {
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
}

div.education div.item ul {
	list-style: disc url(images/bullet.gif);
    margin-top: 0px;
}

div.ward {

}

p {
    text-align: left;
}

h2 {
    padding-top:0px;
	border-bottom: 1px #000000 solid;
    clear: right;
}

pre {
    border: 1px #006F02 solid;
    background: #B0E4AE;
    padding: 4px;
}

#feet {

	}

#feet ul {
	margin-left: 0;

	display: inline;
	border: none;
	} 

#feet ul li {
	border: none;

	list-style-type: square;
	display: inline;
	}

#footer {
    text-align: center;
    width: 100%;
    border-top: 1px #000000 solid;
    border-bottom: 1px #000000 solid;
    padding-top: 4px;
    padding-bottom: 4px;
    background:#0055A5;
    color: #ffffff;
    clear: both;
}

#footer img {
    border: none;
}

#footer a {
    color: white;
}

table {
    margin-left:            auto;
    margin-right:           auto;
    width:                  100%;
    clear:                  none;
    border-collapse:        collapse;
    background:             none;
    font-size: 13px;
}

td {
    padding:                8px;
    vertical-align:         top;
}


table.roadmap {
    background:             #eee;
}

table.roadmap td {
    border:                 1px solid #999;
}

tr.header {
    font-weight:            bold;
    background:             #ddd;
}

td.title {
    text-align:             center;
    font-size:              16px;
    font-weight:            bold;
    background:             #ddd;
}

img.float {
    float:                  right;
    margin-top:             7px;
    margin-left:            10px;
    margin-bottom:          10px;
}

#navbar
{
    padding:        8px;
    background:     #ccc;
}

#navbar a 
{
    padding-right:  12px;
}

.caption
{
    float:          left;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 10px;
}