body {
background-color: white;
font-family: Verdana, Helvetica, Arial;
color: rgb(0,0,155);
background-image: url('img/black_to_clear_left_to_right.png');
background-repeat: repeat-y;
background-position: top left; }
a {
color: rgb(0,0,160);
text-decoration: underline;
background-color: transparent;
font-family: Verdana, Helvetica, Arial; }
a:hover {
color: black;
text-decoration: none;
background-color: transparent; }

#content {
z-index = 0;
padding: 105px;
margin-left: auto;
margin-right: auto;
border: 1px solid white;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
background-color: rgb(0,155,255);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100);
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
width: 700px;
position: relative;
background-image: url('img/content_bg1.png');
background-repeat: no-repeat;
background-position: right top; }

#logo {align: center;}

#menu {
font-family: Courier New, Monospace, Arial;
text-transform: uppercase;
line-height: 150%;
margin-left: auto;
margin-right: auto;
-webkit-border-radius: 2px;
-moz-border-radius: 2px; }
position: fixed;
#menu a {
color: rgb(0,160,255); text-decoration: none;
}
#menu a:hover {
color: black; text-decoration: none; }
#menu table {
position: fixed;
z-index: 10;
background-color: rgb(0,155,255);
border-left: 1px solid rgb(60,60,60);
padding-left: 2px;
margin-top: 1px;
 }
#link{
display: block; width: 100%; background-color:black;
color: white; text-decoration: underline;
}
#link:hover {
color: black; text-decoration: none;
background-color: rgb(0,160,255); }

input,textarea {
min-height: 30px;
font-size: 22px;
font-weight: bold;
border: 10px solid rgb(0,175,255);
color: rgb(125,125,125);
font-family: Courier New, Monospace, Arial;
background-color: rgb(0,155,255);
background-image: url('img/content_bg1.png');
background-repeat: no-repeat; }
