body{
	background:url(images/bg.gif) repeat fixed;
}


.box {
	border: thin dotted #000000
}

.logo {
	width: 100px;
	height: 100px;
}

.header {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background:url(images/header.gif) repeat;
	width: 100%;
	height: 100px;
}

.header a:link, .header a:visited {
	text-decoration: none;
	color: #000000;
}

.header a:hover {
	text-decoration: underline;
}

.side {
	position: absolute;
	left: 15px;
	width: 179px;
}

.top {
	display: block;
	background-image: url(images/sidetop.gif);
	padding: 3px 0px 3px 10px;
}

.bottom {
	display: block;
	background-image: url(images/sidebot.gif);
	padding: 9px 0px 3px 9px;
}

.side a:link, .side a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #d9d9d9;
	background-image: url(images/sidebg.jpg);
	font-weight: bold;
	font-size: 12pt;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	text-decoration: none;
}

.side a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

.content {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 120px;
	width: auto;
	height: 296px;
}
.footer {
	text-align: center;
	margin-top: 0px;
}

.main {
	position: absolute;
	left: 200px;
	right:0px;
}

#tab1 {
	background: url(images/tab.gif) no-repeat;
	position: absolute;
	right: 390px;
	top: 65px;
	width: 128px;
	height: 30px;
	text-align: center;
	font-size: 16pt;
	padding-top: 5px
}

#tab2 {
	background: url(images/tab.gif) no-repeat;
	position: absolute;
	right: 260px;
	top: 65px;
	width: 128px;
	height: 30px;
	text-align: center;
	font-size: 16pt;
	padding-top: 5px
}

#tab3 {
	background: url(images/tab.gif) no-repeat;
	position: absolute;
	right: 130px;
	top: 65px;
	width: 128px;
	height: 30px;
	text-align: center;
	font-size: 16pt;
	padding-top: 5px
}

#tab4 {
	background: url(images/tab.gif) no-repeat;
	position: absolute;
	right: 0px;
	top: 65px;
	width: 128px;
	height: 30px;
	text-align: center;
	font-size: 16pt;
	padding-top: 5px
}

.center {
	text-align: center;
}

.blink {
	text-decoration: blink;
}

.mini {
	height: 2px;
}

.underline {
	text-decoration: underline;
}

.bold {
	text-decoration: bold;
}