/*
	Default page values
*/

body {
 background: #3D59AB;
 margin-left: 0px; 
 margin-right: 0px; 
 margin-top: 0px; 
 font-size: 12px; 
 font-family: verdana,trebuchet,sans-serif; 
} 


/*
	Links
*/
a:link { 
 color: #333399; 
 font-size: 14px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:visited { 
 color: #333399; 
 font-size: 14px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:active { 
 color: #333399; 
 font-size: 14px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:hover { 
 color: #999999; 
 font-size: 14px; 
 font-weight: bold; 
 text-decoration: none; 
}


/*
    Content that appears in the info box
*/
#infobox {
 width: 700px;
 height: 400px;
 border: solid black;
 font: 12px/14px verdana,trebuchet,sans-serif;
 padding: 10px;
 text-align: center;
 color: black;
 background-color: white
}

.menuitems {
 padding-top : 15px;
 padding-bottom : 15px;
 border-bottom : 1px dotted #999;
 color: black;
}
.menuitems a:link    { color:  #66ccff; text-decoration: none; line-height:120% }
.menuitems a:visited { color:  #66ccff; text-decoration: none; line-height:120% }
.menuitems a:active  { color:  #66ccff; text-decoration: none; line-height:120% }
.menuitems a:hover   { color:  #999999; text-decoration: none; line-height:120% }
.menuitems h4        { color:  #ffffff; }


/*
    Content that appears in the main content area
*/
#content {
 width: 550px;
 position:absolute; left:175px; top:20px;
 text-align: left;
 margin-left: 20px;
 margin-bottom: 60px;
 padding-bottom: 30px;
 padding-left: 20px;
}


H2 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   17px;
 color:       #333333;
 font-weight: bold;
}

H3 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   14px;
 color:       #333333;
 font-weight: bold;
}

H4 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   12px;
 color:       #999999;
 margin-top: 2px;
 margin-bottom: 5px;
 font-weight: bold;
}

H5 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #666666;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}

.smText {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #333333;
 font-weight: normal;
}

.medText {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #333333;
 font-weight: normal;
}

.lgText {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   12px;
 color:       #333333;
 font-weight: bold;
}

input {
 font : bold 11px/12px verdana,trebuchet,sans-serif;
 border : 1px solid #999999;
 color : black;
 background-color : #eeeeee;
 margin-top: 2px;
 margin-bottom: 2px;
}

input.large {
 width: 200px;
}

input:focus {
 background-color : #ffffff;
}

input.button {
 color : white;
 background-color : #000000;
}

textarea {
 border: 1px solid #999999;
 margin-bottom: 10px;
 color: black;
 background-color: #eeeeee;
 font: 11px/16px verdana,trebuchet,sans-serif;
}

textarea:focus {
 background-color : #ffffff;
}


.weblog {
 padding-bottom: 12px;
 border-bottom:1px dotted #999999;
}
