/* CSS document */
body {
	margin-top: 1px;
	text-align: center;
	background: #4F6F92;
	font-family: Arial, Helvectica, sans-serif;
	font-size: 100%;
	}
img {
	display: inline;
	}
#wrap {
	width: 612px;
	margin: auto;
	text-align: left;
	background: #FFFFFF;
	}
#menu {
	font-weight: bold;
	font-size: 80%;
	width: 100%;
	height: 20px;
	border-bottom: 1px dotted #000000;
	line-height: 20px;
	}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	display: inline;
	width: 100%;
	}
#menu li {
	width: 153px;
	display: inline;
	float: left;
	}
#menu a {
	display: block;
	width: 153px;
	text-align: center;
	text-decoration: none;
	color: #808080;
	}
#menu a:hover {
	background-color: #cccccc;
	text-decoration: underline;
	color: #000000;
	}
#logo {
	width: 306px;
	height: 78px;
	margin-top: 5px; 
	background-image: url("images/Logo.png");
	background-repeat: no-repeat;
	}
#logo h1 {
	font-size: 75%;
	font-weight: bold;
	margin-left: 10px;
	color: #fff;
	line-height: 3px;
	padding-top: 15px;
	}
#logo h2 {
	font-size: 10px;
	font-weight: bold;
	margin-left: 10px;
	color: #fff;
	line-height: 3px;
	}
#exp {
	font-size: 10px;
	font-weight: normal;
	padding-left: 10px;
	}
#exp h1 {
	font-weight: bold;
	font-size: 10px;
	}
#exp ul {
	margin: 0px;
	font-weight: normal;
	list-style-type: square;
	}
#exp p {
	margin: 0px;
	font-weight: normal;
	}
#tec {
	margin-right: 20px;
	float: right;
	width: 110px;
	padding: 5px;
	font-weight: normal;
	font-size: 10px;
	background: #CDCDCD;
	}
#tec h1 {
	margin-top: 0px;
	font-weight: bold;
	font-size: 10px;
	}
#tec h2 {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 5px;
	}
#tec ul {
	list-style-type: square;
	}
#edu {
	width: 612px;
	padding: 10px;
	font-size: 10px;
	font-weight: normal;
	}
#edu h1 {
	clear: both;
	margin-top: 0px;
	font-weight: bold;
	font-size: 10px;
	}
#edu table {
	visibility: collapse;
	display: none;
	width: 612px;
	font-size: 10px;
	font-weight: normal;	
	}
#edu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	display: inline;
	width: 100%;
	}
#edu li {
	display: inline;
	float: left;
	}
#edu p {
	clear: both;
	}
.colOne {
	width: 40px;
	}
.colTwo {
	width: 150px;
	}
.colThree {
	width: 130px;
	}
#footer {
	clear: both;
	margin: 0px;
	font-size: xx-small;
	font-weight: normal;
	text-align: right;
	padding: 10px;
	border-top:1px dotted #000; 
	vertical-align: bottom;
	}
#footer a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}
