/******************************************/
/* Lang Syne Publishing Top Level Styles */
/****************************************/

a {text-decoration: underline; color: blue; font: 11px verdana, arial, sans-serif;}
a:visited {color: purple;}
a:hover {color: red;}

body {
	background-color: #E5E5E5;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	}

td {
	font: 11px verdana, arial, sans-serif;
	vertical-align: top;
	color: #000000;
	line-height: 17px;
	}

img {
	border: none;
	}

h1 {
	font: bold 16px "arial narrow", arial, verdana, sans-serif;
	line-height: 18px;	
	}
	
hr {
	height: 1px;
	color: #A5A5A5;
	margin: 20px 0px 20px 0px;
	}


/*******************************************/
/* Lang Syne Publishing Individual Styles */
/*****************************************/

.firstParagraph {
	font: bold 11px verdana, arial, sans-serif;
	line-height: 18px;
	}
	
.blueText {
	font: bold 11px verdana, arial, sans-serif;
	color: #002667;
	}


/***********************************/
/* Lang Syne Publishing Framework */
/*********************************/

#mainHolder {
	width: 800px;
	height: 100%;
	background-image: url(images/background_contentarea.jpg);
	background-repeat: repeat-y;
	}
	
#topArea {
	width: 100%;
	height: 123px;
	padding: 0px 20px 0px 20px;
	background-image: url(images/background_toparea.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
	#topArea #menuArea {
		height: 28px;
		text-align: center;
		}
		
		#topArea #menuArea table {
			background-color: #002667;
			}

#contentArea {
	width: 100%;
	padding: 25px 37px 25px 37px;
	}
	
#footerArea {
	width: 100%;
	padding: 0px 20px 0px 20px;
	}
	
	#footerArea td {
		text-align: center;
		font: 10px verdana, arial, sans-serif;
		color: #A5A5A5;
		}
		
		#footerArea td a {text-decoration: none; color: #A5A5A5; font: 10px verdana, arial, sans-serif;}
		#footerArea td a:visited {color: #A5A5A5;}
		#footerArea td a:hover {text-decoration: underline; color: #002667;}