body
{
	font-size: 1em;/** was 12pt **/
	font-family: "Trebuchet MS",Arial,"Times New Roman",Verdena, serif, 
	Helvetica, sans-serif, monospace, Times;
}

/**div
{
	padding: 0.5em;
}**/

div
{
	margin: 0px 40px 5px 40px;
	padding: 0.5em;
}

div#logo
{
	border-width: 0px 0px 2px 0px;
	border-color: #808080;
	border-style: solid;
	text-align: right;
	font-size: 1.5em;
	vertical-align: bottom;
	padding: 0.1em;
	height: 100px;
}

div#nav
{
	text-align: right;
	padding: 0;
	/**padding-right: 0;**/
	/**margin-right: 25px;**/
}

div#nav li
{
	display: inline;
	/**list-style-type: square;**/
	padding: 0px 0px 0px 15px;
}

div#nav ul
{
	padding: 0;
	/**margin-right: 25px;**/
}

div#content
{
	width: auto;
	font-size: 1em;
	text-align: left;
	padding: 0.5em;
	/**background-color: #808080;**/
	background-color: #DCDCDC;
}

div#footer
{
	text-align: right;
	font-size: 0.6em;
	padding: 0.2em;
	/**border-width: 1px;
	border-style: dashed;
	border-color: #000000;**/
}

div#validation
{
	text-align: center;
	letter-spacing: 0.2em;
	color: #DAA520;
	font-weight: bold;
	border-width: 1px;
	border-style: dashed;
	border-color: #000000;
	font-size: 0.8em;
}

h3,p
{
	padding: 0.1em;
}

h3
{
	text-align: right;
	font-size: 1.2em;
	/**background-color: #F0F8FF;**/
	border-width: 1px;
	border-color: #000000;
	border-style: none dashed dashed none;
	color: #CD5C5C;
	/**color: #FA8072;**/
	/**border-style starts from top, right, bottom, left;**/
}

p
{
	font-size: 0.9em;
	color: #000000;
	padding: 0;
}

li
{
	list-style-type: square;
	/**text-align: left;**/
}

a:link
{
	color: #778899;
	text-decoration: none;
}

a:visited
{
	color: #696969;
	text-decoration: none;
}

a:hover
{
	color: #2f4f4f;
	font-weight: bold;
	text-decoration: none;
}

img
{
	border: none;
}

a
{
	color: #778899;
	text-decoration: none;
}

p a:link
{
	color: #2f4f4f;
	text-decoration: underline;
}

div#footer a:link
{
	color: #2f4f4f;	
}

div#content ul
{
	font-size: 0.9em;
}

img
{
	float: left;
}

/**div#content ul is defined to keep the font uniform with the main page**/
/**other wise the font would become big for the "content" but we still want to **/
/**keep the fonts a little bigger for "nav" section to reflect uniformity on all pages**/


/**	#2f4f4f is darkslategray	**/
/**	#DAA520 is goldenrod		**/
/**	#FFEBCD is blachedalmond	**/
/**	#696969 is dimgray		**/
/**	#778899 is lightslategray	**/
/**	#CD5C5C is indianred		**/
/**	#000000 is black		**/
/**	#DCDCDC is gainsboro		**/
/**	#808080 is gray			**/
/**	#F0F8FF is aliceblue		**/
