@import url('layout.css');
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #003399;
}
#head {
	background-position: top right;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url('../images/ProtasiLayout_1epano_epixei.jpg');
	height: 110px;
	top: 0px;
	position: fixed;
	right: 0px;
	background-color: #FFFFFF;
	z-index: 2;
}
#navigation {
	background-position: top left;
	width: 14em;
	height: 340px;
	background-repeat: no-repeat;
	background-image: url('../images/GreenLEFTok.jpg');
	left: 0px;
	position: fixed;
	top: 110px;
	z-index: 3;
	padding-left: 3px;
}
#content {
	position: absolute;
	top: 110px;
	left: 14em;
	right: 70px;
	z-index: 1;
	bottom: 110px;
	padding-bottom: 110px;
}
#right_col {
	background-position: bottom right;
	width: 70px;
	background-repeat: no-repeat;
	background-image: url('../images/GreenRIGHTok2.jpg');
	height: 414px;
	bottom: 110px;
	position: fixed;
	right: 0px;
	z-index: 2;
}
#footer {
	background-position: left bottom;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url('../images/ProtasiLayout_1kato.jpg');
	height: 110px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	background-color: #FFFFFF;
	z-index: 2;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	display: block;
	margin: 45px 0 0 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #ff6600;
	text-decoration: none;
	display: block;
	padding: 4px;
	padding-left: 33px;
}
#navigation a:hover {
	color: #99cc33;
	text-decoration: none;
}
/* Content Styles */
h6 {
	color: #003399;
}
h5 {
	color: #003399;
}
h4 {
	color: #003399;
}
h3 {
	color: #003399;
}
h2 {
	color: #003399;
}
#content h1 {
	color: #003399;
}
#content li {
	list-style-image: url('../images/BlueFlash.jpg');
}
#content img {
	border: 0px;
	padding: 5px;
}
#footer img {
	vertical-align: bottom;
	border-width: 0;
	position: absolute;
	bottom: 15px;
	z-index: 2;	
}
a {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #99cc33;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.smallformtext {
	color: #003399;
	border: 1px #FF6600 solid;
	width: 100px;
	background-color: #99CC33;
}

