body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	text-align: center;
	background: #2F556B;
	background-image: url('../images/bkgd.jpg');
	background-position: top left;
}
p,td{
	font-size: 12px;
}



h2{
	color: #2F556B;
}



div.small{
	font-size: 10px;
}












/*** DIV containers ***/

div.container{
	text-align: center;
	width: 100%;
	margin: 10px;
}
div.content{
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	width: 550px;
	padding: 20px;
	background: #ffffff;
}









/*** WIDGITS - Notices ***/
#noticeNotice{
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #A6DEFF;
	background: #F6FCFF;
}
h3.noticeNotice{
	color: #375D74;
}







/*** FOOTER TEXT ***/
div.smallLight{
	color: #C4C4C4;
	font-size: 10px;
}
div.smallLight a:active{
	color: #C4C4C4;
	text-decoration: underline;
}
div.smallLight a:visited{
	color: #C4C4C4;
	text-decoration: underline;
}
div.smallLight a:link{
	color: #C4C4C4;
	text-decoration: underline;
}
div.smallLight a:hover{
	color: #FFFFFF;
	background-color: #2F556B;
	text-decoration: none;
}











/*** INPUT ***/
input.textTiny{
	width: 30px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
input.textShort{
	width: 100px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
input.textMedium{
	width: 250px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;

}
input.textLong{
	width: 400px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
textarea{
	width: 740px;
	height: 275px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

textarea.textareaMedium{
	width: 550px;
	height: 200px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}











/**** A ****/
/* Primary Colour */
a:active{
	color: #2F556B;
	text-decoration: underline;
}
a:visited{
	color: #2F556B;
	text-decoration: underline;
}
a:link{
	color: #2F556B;
	text-decoration: underline;
}
a:hover{
	color: #FFFFFF;
	background-color: #2F556B;
	text-decoration: none;
}







