body
{
	padding: 20px 0px 10px 0px;
	border-right: 0px;
	margin: 0px;
	font-family: 'Trebuchet MS' , Arial;
	font-size: 13px;
	background-color: #000050;
	text-align: center;
}

form
{
	margin: 0px;
	padding: 0px;
}

img		{
	border: 0;
	display: block;
	}
	


#wrapper	{
	margin: 0 auto;
	width: 733px;
	text-align: center;
	background-color:  white;
	}

#green1
{
	font-size: 5px;
	height: 5px;
	background-color: #00dd00;
}
	
#page-header
{
	clear: both;
	border-right: 0px;
	padding-right: 0px;
	border-top: #000050 1px solid;
	padding-left: 0px;
	padding-bottom: 10px;
	margin: 0px;
	border-left: 0px;
	color: white;
	padding-top: 10px;
	border-bottom: #000050 4px solid;
	background-color: darkgray;
}

#page-header h1	{
	font-size: 26px;
	text-align: left;
	padding: 0px 0px 0px 25px;
	margin: 0;
	}

#page-header a, a:link, a:visited, a:active
{
	color: white;
	text-decoration: none;
}

#page-header a:hover
{
	color: lightcyan;
	text-decoration: none;
}
	
#page-header p	{
	font-size: 16px;
	text-align: left;
	padding: 0px 0px 0px 25px;
	margin: 0;
	line-height:140%;
	}

#extra-header-div
{
	float:right;
	width: 300px;
	height: 5px;
	font-size: 5px;
	background-color: #00dd00;
	margin-top: -11px;
	border-bottom: #000050 1px solid;
	border-left: #000050 1px solid;
}

#content
{
	padding:  10px 25px 10px 25px;
	text-align: left;
	background-color: white;
}

	/* Default links 	*/

a:link
{
	color: mediumblue;
	text-decoration: underline;
}

a:visited
{
	color: purple;
	text-decoration: underline;
}


a:hover {
	text-decoration : underline;
	color: blue;
	}

a:active {
	text-decoration : underline;
	color: mediumblue;
	}

	
.footer	
{
	clear: both;
	text-align: center;
	border-top: 4px solid #000050;
	background-color: darkgray;
	color: white;
	font-size: 11px;
	padding: 5px 0px 5px 0px;
	}

.footer a:link
{
	text-decoration: underline;
	color: White;
}

.footer a:visited
{
	text-decoration: underline;
	color: White;
}

.footer a:hover
{
	color: aqua;
	text-decoration: underline;
}

#main_table_cell 
{
	width: 629px;
}

.sidebar 
{
	text-align: left;
	width: 100px;
	border-left: 4px solid #000050;
	background-color: #eaeaea;
	color: white;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
}

.sidebar a:link, .sidebar a:visited
{
	text-decoration: none;
	color: Blue;
}

.sidebar a:hover
{
	color: #00dd00;
}

.side_head
{
	font-weight: bold;
	font-size: 15px;
	padding: 0;
	margin: 0px 0px 10px 0px;
	color: darkblue;
	font-family: Georgia, Arial;
	font-weight: bold;
}

/*
.sidebar p
{
	padding: 0px;
	margin: 2px 0px 2px 0px;
}
*/

.buttonclass
{
	background-color: darkgray;
	color: White;
	height: 24px;
}

	/* Typography */
	
 p {
	padding: 0px;
	margin: 7px 0px 7px 0px;
	line-height: 140%;
	}
	
h2
{
	font-weight: bold;
	font-size: 20px;
	margin: 12px 0px 7px 0px;
	padding: 0px;
	font-family: Georgia, Arial;
	color: darkblue;
}

h3
{
	font-weight: bold;
	font-size: 15px;
	padding: 0px;
	margin: 12px 0px 7px 0px;
	color: darkblue;
	font-family: Georgia, Arial;
	font-weight: bold;
}

td
{
	font-size: 13px;
}

input
{
	font-family: 'Trebuchet MS', Arial;
	font-size: 13px;
	line-height: 15px;
	padding: 0px;
	height: 20px;
}

select
{
	font-family: 'Trebuchet MS', Arial;
	font-size: 13px;
}

/* classes for editing the profile */
.rb
{
	padding-left: 10px;
	width: 20px;
}


