body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: #333;
	}

#header {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
    background-color: #002F5D;
    background-position: right top;
    }

#header #big {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: white;
	padding-top: 30px;
	margin-left: 10px;
	font-size: 24px;
	}

#header #description {
	color: white;
	margin-left: 10px;
	padding-top: 10px;
	font-size: 18px;
	}
	
#header #subtext {
	color: white;
	margin: 10px 10px;
	font-size: 18px;
	}
	
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #002F5D;
	}

h1 {
    font-size: 24;
    }

h2 {
    font-size: 20;
    }

hr {
    color: #D6D6D6;
    background-color: #D6D6D6;
    height: 2px;
    border: 0px;
    width: 75%;
}
 
a {
    color: #3399FF;
	text-decoration: none;
    }

h2 a:hover, h3 a:hover {
	color: #002F5D;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

img {
    border-color: #D2D2D2;
    }

#content {
    margin: 10px 10px;
    line-height: 15px;
    font-size: 12;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
}

#content table {
    margin: 10px 10px;
    line-height: 15px;
    font-size: 12;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
}

#navarea {
	width: 100%;
	height: 55px;
	border: 0;
	margin: 4px 0px;
	text-align: center;
	background-color: #D6D6D6;
	}

#navbar a  {
	color: #3A3A3A;
	font-size:18px;
	font-family: 'Trebuchet MS';
	text-decoration: none;
	text-align: center;
	background-color: #D6D6D6;
	margin: 1px 1px;
	line-height: 28px;
	padding: 0px 15px;
}

#navbar a:hover {
    color: white;
    background-color: #002F5D;
}

ul li {
	list-style-type: none;
	list-style-image: url("gfx/bullet.jpg");
	}


#indent {
    margin-left: 5px;
    }

#sidebar ul li h2 {
	font-size: 14;
	}

#sidebar ul li {
	margin-bottom: 1px;
	margin-left: 0px;
	}
	
#footer {
margin: 5px 5px;
text-align: center;
font-size: 12px;
}

#sidebar {
    margin: 10px 10px;
    line-height: 25px;
    font-size: 14;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
}

#logo {
	margin-right: 9px;
}

#regtable table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #002F5D;
	border-collapse: separate;
	background-color: white;
	}

#regtable table table {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #002F5D;
	border-collapse: separate;
	background-color: white;
	}
