body {
	font-family: "DejaVu Sans", sans-serif;
	font-size: 12px;
	background-image:url('/images/small-bg.jpg');
	background-repeat:no-repeat;
}
img {
	border: 0px;
}

/*#top_img {
	background-image:url('/images/small-bg.jpg');
	background-repeat:no-repeat;
	width: 345px;	
	height: 432px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
}*/

#top {
	padding: 70px 0px 0px 302px;
	font-size: 50px;
	text-align: center;
}
#name {
	font-weight: bold;
}
#slogan {
	font-weight: normal;
	font-size: 20px;
	text-align: center;
}
#location {
	font-size: 12px;
}
#menu {
	margin: 170px 0px 0px 50px;
	position: absolute;
	width: 200px;
	text-align: center;
}

#menu ul {
	list-style-type: none;
	margin: 0px 0px 0px -40px;
	width: 200px;
	text-align: left;
}
#menu li {
	text-align: left;
	border-left: 1px solid #6a95cc;
	border-right: 1px solid #6a95cc;
	border-bottom: 1px solid #6a95cc;
	padding: 0px 5px 0px 5px;
	background-color: white;
	color: black;
}
#menu li.header {
	text-align: center;
	font-weight: bold;
	background-color: #6a95cc;
	color: white;
	border: 0px;
}
#menu ul a {
	display: block;
	text-decoration: none;
	color: #195298;
	margin: 0px -5px 0px -5px;
	padding: 0px 5px 0px 5px;
}
#index a, #contents a {
	text-decoration: none;
	color: #195298;
}
#menu ul a:hover {
	background-color: #cfe6ff;
}

#index a:hover, #contents a:hover {
	text-decoration: underline;
}
#menu a.external_link, #index a.external_link, #contents a.external_link {
	color: #ab7101;
}
#welcome_tab {
	border: 1px solid #6a95cc;
	margin: 50px 0px 0px 302px;
	background-color: white;
	padding: 5px;
	float: left;
}
#contents {
	border: 1px solid #6a95cc;
	margin: 80px 0px 0px 302px;
	background-color: white;
	padding: 5px;
	text-align: justify;
}
#contents h1, #blog h1 {
	margin-top: 3px;
	padding-left: 30px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
#contents #page_info, #blog #page_info {
	padding-left: 30px;
	font-size: 10px;
	font-weight: normal;
}
#contents h2 {
	border-bottom: 1px solid #8f8f8f;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 5px 10px;
}
#contents h3 {
	display: block;
	margin-bottom: 10px;
	padding: 0px 0px 5px 10px;
}
#contents .code {
	background-color: #e8f3ff;
	border: 1px dashed #000000;
	color: #093c7c;
	font-family: "DejaVu Sans", sans-serif;
	font-size: 12px;
	white-space: pre;
	margin: 0px 30px 0px 30px;
	padding: 3px 3px 3px 3px;
	overflow: auto;
}
#contents .code br {
	display: none;
}
#blog {
	margin-top: 10px;
}
#blog .info {
	font-size: 10px;
	font-weight: normal;
	border-bottom: 1px solid #6a95cc;
	padding: 0px 0px 3px 5px;
}
#blog h2 {
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	border: 0px;
	clear: right;
}
#blog .blogImage {
	float: right;
	padding: 0;
	margin: 0px 5px 0px 5px;
	border: 1px solid black;
}

#blog .blogBody {
	padding: 5px 5px 15px 5px;
	text-align: justify;
}
#index {
	float: right;
	width: 220px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #8f8f8f;
	background-color: #e8f3ff;
	margin: 5px 5px 0px 5px;
}
#index ul {
	list-style-type: none;
	margin-top: -10px;
	margin-bottom: 3px;
}
#index li {
	margin: 0px 0px 0px -35px;
	text-align: left;
	background-color: #e8f3ff;
	color: black;
}

#footer {
	padding-top: 10px;
	text-align: center;
}

table {
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
}

.tableHeader td {
	background-color: #6a95cc;
	color: white;
	font-weight: bold;
	text-align: center;
}
.tableData1 {
	background-color: white;
	color: black;
	text-align: left;
}
.tableData2 {
	background-color: #e8f3ff;
	color: black;
	text-align: left;
}
.tableData1 td, .tableData2 td, .tableHeader td {
	border: 1px solid #6a95cc;
	padding: 0px 3px 0px 3px;
}


