@charset "utf-8";
/* CSS Document */

underline
{
	text-decoration:underline;
}

/* ----- MAIN ELEMENTS ----- */
body
{
	background-image:url(../images/background-gradient.gif);
	height:100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

blockquote
{
	margin-left:5px;
	margin:5px;
}

h2
{
	margin-top:2px;
	margin-bottom:3px;
}

h3
{
	margin-bottom:2px;
	margin-top:3px;
}

a:link, a:active, a:visited
{
}

a:hover
{
}


/* ----- SPECIFIC DIVS ----- */
/* ----- HEADER ----- */
#header
{
	margin-left:25%;
	margin-right:25%;
	margin-top:10px;;
	margin-bottom:10px;
	background-image:url(../images/header-background.gif);
	background-repeat:repeat-x;
	background-position:center;
}

#header h1
{
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	color:#FFFFFF;
	font-weight:normal;
}

#header h2
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
}


/* ----- CONTAINER ----- */

#wrapper
{
	margin-left:auto;
	margin-right:auto;
	margin-top:2px;
	margin-bottom:2px;
	border-style:solid;
	border-color:#000000;
	border-width:5px;
	height:70%;
	width:500px;
	background-color:#CCCCCC;
	padding:0px;
	height:500px;
}

#nav-main
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

#nav-main a:link, #nav-main a:active, #nav-main a:visited
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

#nav-main a:hover
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

/*-----------------------------------------------------------
*------------ MAIN ----------------
* 
* This styles the main content sections.
*
-------------------------------------------------------------*/

#main
{
	font-size:11pt;
	margin-right:5px;
	margin-top:35px;
}

#main a:link, #main a:active, #main a:visited
{
	font-size:11pt;
	color:#0066CC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#main a:hover
{
	font-size:11pt;
	color:#0066CC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#main2
{
	font-size:10pt;
	margin-left:5px;
	margin-top:50px;
}

#main2 a:link, #main2 a:active, #main2 a:visited
{
	font-size:10pt;
	color:#0066CC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#main2 a:hover
{
	font-size:10pt;
	color:#0066CC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#main.column-left
{
	float:left;
	width:210px;
	margin-top:20px;
	font-size:11pt;
	margin-left:10px;
}

#main.column-right
{
	float:right;
	width:250px;
	margin-top:10px;
	margin-right:15px;
}

#main2.column-left
{
	float:left;
	width:210px;
	margin-top:0px;
}

#main2.column-right
{
	float:right;
	width:210px;
	margin-top:25px;
	margin-right:10px;
}

#main a:link, a:visited, a:active
{
	color:#006699;
	text-decoration:none;
}

#main a:hover
{
	color:#990000;
	text-decoration:none
}

/* ----- FOOTER ----- */
#footer
{
	margin-left:25%;
	margin-right:25%;
	margin-bottom:10px;
	font-size:8pt;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#footer a:link, a:visited, a:active
{
	color:#990000;
	font-size:8pt;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#footer a:hover
{
	color:#990000;
	font-size:8pt;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

.praiseTextArea
{
	font-size:10pt;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
	border-width:0px;
	width:500px;
	height:200px;
}
