/* basic styles */
body {
	font-family: Arial;
	color: #17324c;
}
a {color: #00aeee;}

/* common styles */
#footer {
	width: 961px;
	border-top: #c5e2fa 1px solid;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	clear: both;
	padding: 5px 0px 0px 15px;	
	color: #b6b6b6;
	font-size: 70%;
	font-weight: bold;
}

/* mainpage styles */
#home #top, #home #title div, #home #main {
	margin-left: auto; margin-right: auto;
}
#home #top {
	width: 961px; 
}
#home #top img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 4px;
}
#home #title {
	width: 100%;
	background-color: #ebebeb;
}
#home #title div {
	width: 204px;
	height: 174px;
	background-image: url("images/home_title.png");
	padding: 90px 750px 5px 7px;
	color: white;
	font-size: 9px;
}
#home #title div p {
color: #000000;
	margin-left: 10px;
}
#home #title div p em {
	color: #000000;
	font-style: normal;
}
#home #title div p strong, #home #title div p a {
	font-family: time new roman;
	font-weight: bold;
}
#home #main {
	width: 961px;
}
#home #main a img {
	border: none;
	margin-left: 145px;
}
#home .col {
	float: left;
}
#home .col p {
	font-size: 75%;
	margin-right: 10px;
	color: black;
}
#home .col p a{
	color: black;
	font-weight: bold;
}

#home #col1, #home #col2, #home #col3 {
	width: 239px;
}
#home .col h2 {
	background-color: #f4f8fa;
	background-image: url("images/line.png");
	margin-top: 0px;
	width: 183px;
	border-right: #00bcf0 1px solid;
	border-bottom: #00bcf0 1px solid;
	padding: 15px;
	font-size: 90%;
	color: black;
}
#home #col3 {
	width: 227px;
}
#home #col4{
	width: 247px;
}
/* subpage styles */
#sub h1, #sub #top, #sub #main {
	margin-left: auto; margin-right: auto;
	}
#sub h1 {
	display: block; width: 861px; height: 33px; background-image: url("images/sub_title.png");
	margin-top: 0px; color: white; padding: 50px;
	margin-bottom: 0px;
}
#sub #title {
	width: 100%;
	background-color: #ebebeb;
}
#sub #top {
	width: 961px; 
	position: relative;
	top: 4px;
}
#sub #top img {
	border: 0px;margin: 0px; padding:0px;
}
#sub #main {
	width: 961px;
}
#sub #content {
	float: right;
	width: 698px;
	padding: 20px;
	padding-right: 0px;
	font-size: 75%;
}
#sub #content * {
	margin-left: 20px;
}
#sub #content h2 {
	font-weight: normal;
	font-size: 200%;
}
#sub #menu {
	width: 243px;
}
#sub #menu .box {
	margin-top: 15px;
	font-size: 80%;
}
#sub #menu ul.box{
	padding: 0px;	
	margin: 0px;
}
#sub #menu ul.box li{
	display: block;
	padding: 5px;
	padding-left: 20px;
	border-bottom: 1px solid #e4e4e4;
	font-weight: bold;
	margin-left: 0px;
	list-style: none;
}
#sub #menu ul.box li a{
	text-decoration: none;
}
#sub #menu ul.box li:first-child {
	background-color: #f7f7f7;
}
#sub #menu ul.box li:first-child a{
	color: #0a7698;
}
#sub #dir {
	margin-left: 0px;
	display: block;
	border-bottom: #c5e2fa 1px solid;
	padding-bottom: 8px;
}
#sub #dir a {
	background-image: url("images/sub_arrow.png");
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 18px;
	background-position: center left ;
	font-size: 90%;
	text-decoration: none;
}
#sub #dir a.first {
	padding-left: 0px;
	color: #b6b6b6;
	background-image: none;
}
/* begin tommy's hacks */
marquee
	{
	padding: 13px 0px;
	width: 243px;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	}
	
marquee a img
	{
	margin: 0px 10px !important;
	}

.no-margin
	{
	margin: 0px !important;
	}

#menu-container
	{
	margin-top: 12px;
	width: 100%;
	height: 88px;
	}

#menu-header
	{
	width: 961px;
	margin-left: auto; margin-right: auto;
	}

#menu-header img
	{
	margin: 0px;
	float: left;
	border: none;
	}
	
.page_item ul
	{
	margin: 0px !important;
	padding: 0px !important;
	}

.page_item
	{
	margin: 2px 0px 2px 20px !important;
	}

.page_item a
	{
	margin: 0px !important;
	padding: 0px !important;
	}

.no-border
	{
	border: none;
	}
/* end tommy's hacks */
