body{
margin:0;
padding:0;
font-family: Verdana,Geneva,sans-serif;	
background-color: #0499C4;
background-image: url(background.jpg);
background-repeat: repeat-x;
background-position: top right;
}

#header p{
font-size: 0.7em;
color: dimgray;
text-align: right;
}

#header p a:link {color: dimgray; text-decoration: none;}
#header p a:visited {color: dimgray; text-decoration: none;}
#header p a:hover {color: dimgray; text-decoration: none; border-bottom: 1px dotted dimgray; }
#header p a:active {color: dimgray; text-decoration: none; border-bottom: 1px dotted dimgray; }


table.main {
width: 750px;
background-color: white;
}

td.main {
border-top: 1px solid dimgray;
border-left: 1px solid dimgray;
border-right: 1px solid dimgray;
border-bottom: 1px solid dimgray;
background-color: white;
}

table.text {
width: 100%;
}

td.text {
background-color: white;
padding: 5px 5px 5px 5px;
}

td.contactform {
	font-size: 0.7em; 
	font-family: Verdana,Geneva,sans-serif;	
	color: #03566B; 
	font-weight: normal;
	text-align: left;
}

h1 {
font-size: 0.9em;
color: #86006F;
font-weight: bold;
}

h2 {
font-size: 0.8em;
color: #86006F;
font-weight: bold;
text-align: center;
}

h3 {
font-size: 0.7em;
color: #86006F;
font-weight: bold;
text-align: left;
}

h4 {
font-size: 0.7em;
color: #03566B;
font-weight: bold;
text-align: left;
}

p {
font-size: 0.7em;
color: #03566B;
text-align: justify;
}

p.small {
font-size: 0.6em;
color: #03566B;
text-align: center;
}

li.text {
font-size: 0.7em;
color: #03566B;
text-align: justify;
}

img {
border: 0;
}

#footer p {
font-size: 0.55em;
color: #CBF5FF;
text-align: center;
}

#footer p a:link {color: #CBF5FF; text-decoration: none;}
#footer p a:visited {color: #CBF5FF; text-decoration: none;}
#footer p a:hover {color: #CBF5FF; text-decoration: none; border-bottom: 1px dotted white; }
#footer p a:active {color: #CBF5FF; text-decoration: none; border-bottom: 1px dotted white; }


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadetabs{
border-bottom: 1px solid dimgray;
width: 100%; /*width of menu. Uncomment to change to a specific width */
/* margin-bottom: 1em;*/
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 3px;
margin-right: 2px;
border: 1px solid #778;
color: #03566B;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #03566B;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #03566B;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
















