/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #008080 url(../images/back3.gif) repeat-y center top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #008080;
}

a {
	font-weight: normal;	
	text-decoration: none;
	color: #008080;
}

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

/************* HEADER STUFF ************/

#header {
	width: 970px;  /*770*/
	height: 220px; /*120*/
	margin: -1px auto;
	padding: 10px 0px;
	background: #FFFBFD url(../images/header8.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #008080;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

.menu {
	width: 960px;
	height: 19px;
	margin: 0px auto;
	text-align:left;
	padding: 5px 0px 5px 8px;
	background: #000000 url(../images/menuback.gif) repeat-x center top;
	background-color: #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

.menuitem
{
    padding-right:20px;
    padding-left:6px;  
}

.menu a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.menu a:hover {
	color: #008080;
}

/************* CONTENT ************/

#content {
	width: 970px;
	margin: 0px auto;
	/*background: #ffffff url(../images/right.gif) repeat-y right top;*/
	padding: 0px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	min-height: 300px;
	width: 679px; /*680px;*/
	padding: 0px 40px 10px 2px;
	color: #000000;
}

#right 
{
    background: #ffffff url(../images/right.gif) repeat-y right top;
    float: right;
	width: 928px; /*210*/
	margin-right:1px;
	padding: 0px 20px 10px 20px;
	color: #99CCFF;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 964px;
	height: 30px;
	margin: 0px auto;
	border-top: 1px solid #000000; /*666666*/
	/*background: url(../images/back-footer.png) repeat-y center top;*/
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
}



/******************
TODO Change This Stylesheet to alter the demo styles in the website
*****************/

.bold
{
	font-weight: bold;
}

.ingress
{
	font-weight: bold;
	padding-bottom: 10px;	
}

.newsdate
{
    font-size: 11px;
	color: #bbbbbb;
}

.Message
{
	color: #990000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/*********************************************************************************/
/*                           BEGINNING OF ERROR RULES                            */
/*********************************************************************************/
.messageInformational, .messageError, .messageWarning, .messageDebug, .messageConfirmation
{
	border: 1px solid #000;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 0px;
	margin-left: 10;
	margin-right: 10;
	margin-bottom: 10px;
	text-align: center;
	background-color: #fff;
	color: #000;
	background-repeat: no-repeat;
	background-position: left center;
}

.messageError
{
	background-color: #fdd;
	border-color: #933;
	background-image: url(../Images/Error.gif);
	padding-left: 45px;
	position: relative;
}

.messageWarning
{
	background-color: #fe9;
	border-color: #990;
	background-image: url(../Images/Warning.gif);
	position: relative;
	padding-left: 45px;
}

.messageInformational
{
	background-color: #ffc;
	border-color: #993;
	background-image: url(../Images/Info.gif);
	position: relative;
	padding-left: 45px;
}

.messageWarning ul
{
	margin-top: 5px;
	margin-bottom: 0;
}

/*********************************************************************************/
/*                           END OF ERROR RULES                                  */
/*********************************************************************************/
