body, td {
font-size: 11px; 
color:#4CCEE4; 
font-family:  verdana, serif;
background: #2576AE;
text-align: justify;
cursor: default
}

input,
textarea,
select {
	width: 80%;
	padding: 20px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #284D5D !important;
	color: #4CCEE4;
	border: 1px solid rgba(194,178,128,0.18);
	border-radius: 18px;
	font-family: 'Georgia', serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height:2.7;
	outline: none;
	box-sizing: border-box;
	transition:
		border-color 0.35s ease,
		background 0.35s ease,
		box-shadow 0.35s ease,
		transform 0.35s ease;
}

.top, .content, .bottom {
width: 713px;
margin-left: auto;
margin-right: auto;
border: 0px
}

.top {
height: 270px;
line-height: 0px
}

.left {
width: 33px
}

#main {
width: 446px;
vertical-align: top;
background: #000201 url(images/framebg.jpg) no-repeat bottom right; 
border: 1px solid #014F7D; 
padding: 5px
}

.midd {
width: 25px
}

#nav { 
width: 186px;
vertical-align: top
}

.nav {
color: #4CCEE4;
margin: 0 auto 15px;
border: 1px solid #014F7D; 
background: #142550 no-repeat bottom left;
padding: 7px
}

.links {
font-weight: bold;
padding-left: 10px;
line-height: 17px
}

.right {
width: 41px
}

.bottom {
height: 101px
}

.bottom img {
border: 0px
}

a {
cursor: default;
font-weight: bold;
text-decoration: none
}

#main a:link, #main a:visited {
color: #2C7AA8
}

#main a:hover, #main a:active {
color: #4CCEE4
}

#nav a:link, #nav a:visited {
color: #2C7AA8
}

#nav a:hover, #nav a:active {
color: #4CCEE4
}

h1, h2 {
font-family: verdana;
font-size: 11px;
margin-top: 0px;
padding-bottom: 3px
}

h1 {
font-weight: bold; 
color: #2C7AA8; 
padding-left: 10px;
letter-spacing: 2px;
border-bottom: 1px solid #2C7AA8}

h2 {
color: #2C7AA8;
text-transform: uppercase; 
border-bottom: 1px solid #2C7AA8
}