body { 
	font-family: arial, Osaka, MS Gothic, sans-serif; 
	font-size: 11px; 
	line-height: 150%;
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #000000;
	}
	
img	{
	border: none;
	}
	
#clear {
	clear: both;
	}
	

a:link {
	color: #00A1E1;
	text-decoration: underline;
	}
	
a:hover {
	color: #00A1E1;
	text-decoration: underline;
	}
	
a:visited {
	color: #00A1E1;
	text-decoration: none;
	}
	
a:active {
	color: #00A1E1;
	text-decoration: none;
	}
	
input {
	border: #779d50 solid 1px;
	color: #00144c;
	}
	
textarea {
	border: #779d50 solid 1px;
	}

	
/* container */
#container {
	width: 900px;
	margin: 20px auto;
	padding: 0;
	border: solid 1px #000000;
	}
	
#header {
	width: 900px;
	background: #ffffff;
	height: 130px;
	margin: 0;
	padding: 0;
	}
	
#logo {
	width: 400px;
	height: 100px;
	padding: 0;
	margin: 20px;
	float: left;
	}
	
#copyright {
	width: 400px;
	height: 28px;
	margin: 0;
	text-align: right;
	padding: 0;
	float: right; 
	}
	
#footermenu {
	width: 400px;
	height: 28px;
	margin: 0;
	text-align: left;
	padding: 0 15px 0 0;
	float: left; 
	}
	
#footer {
	width: 860px;
	height: 50px;
	color: #000000;
	padding: 5px;
	margin: 10px auto;
	border-top: solid 1px #000000;
	}
	
	
#footer a{
	color: #000000;
	text-decoration: none;
	}
	
#footer a:hover{
	text-decoration: underline;
	}

/* main */
#main {
	width: 900px;
	margin: 10px auto;
	}
	
#left {
	float: left;
	border-right: 1px solid #000000;
	width: 620px;
	padding: 0 20px 0 20px;
	}
	
#right {
	width: 200px;
	padding: 0 20px 0 10px;
	float: right;
	}
	
#left p#link {
	width: 620px;
	text-align: right;
	}
	
#right p#topText{
	display: inline;
	line-height: 170%;
	}
	
#right p#link {
	width: 200px;
	text-align: right;
	}
	
p#hline {
	text-align: right;
	padding-bottom: 10px;
	}
	
#imageleft {
	float: left;
	padding-right: 20px;
	}
	
#imageright {
	float: right;
	padding-left: 20px;
	}
	
#txt_carriculum {
	font-size:10px;
	line-height: 130%;
	}

	
/*  menu */	
#menu {
	width: 620px;
	height: 30px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 0 0 20px 0;
	padding: 0;
	}

#nav{
	padding: 10px 0px 20px 0px;
	margin: 0;
	display: inline;
	font-size: 14px;
	width: 620px;
	}
	
#nav li{
	display: inline;
	padding: 0;
	margin: 0;
	}
	
#subnav{
	width: 230px;
	padding-top: 10px;
	}
	
#subnav p{
	line-height: 100%;
	}
	
/*Text Style*/
.ttl {
	font-weight: bold;
	}
	
.ttl_lrg {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 160%;
	}
	
.ttlL_red {
	color: #A13229;
	font-size: 1.5em;
	font-weight: bold;
	}
	
.ttl_purple {
	color: #4D1F4D;
	font-weight: bold;
	}
	
.ttl_green {
	color: #366C43;
	font-weight: bold;
	}
	
.ttl_blue {
	color: #00549C;
	font-weight: bold;
	}
	
.ttl_black {
	color: #000000;
	font-weight: bold;
	}
	
.ttl_red {
	color: #ff0000;
	font-weight: bold;
	}
	
.txt_gray {
	color: #666666;
	}
	
.txt_red {
	color: #A13229;
	}
	
.txt_purple {
	color: #4D1F4D;
	}
	
.txt_green {
	color: #366C43;
	}
	
.txt_blue {
	color: #00549C;
	}
	
.txt_yellow {
	color: #FCCC51;
	}
	
.txt_sml {
	font-size: 0.8em;
	}
