/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {text-decoration: underline; color: #660000;}
a:visited {color: #660099;}
a:hover {color: #000033;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	margin: 1px 0px 0px 0px;
	font: 12px verdana, arial, sans-serif;
	line-height: 16px;
	color: #000000;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {

	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

hr {
	clear: both;
	background-color: #D3D4E5;
	margin: 16px -21px 16px -21px;
	height: 1px;
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	list-style-type: none;
	}
	
	ul li {
		line-height: 16px;
		padding: 1px 0px 8px 19px;
		background-image: url(images/bullet.gif);
		background-position: 0px 3px;
		background-repeat: no-repeat;
		}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	background-color: white;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.backtotop {
	width: 112px;
	height: 30px;
	display: block;
	float: right;
	position: relative;
	top: -34px;
	right: 15px;
	margin: 0px 0px -34px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.colorText {
	font: bold 11px verdana, arial, sans-serif;
	color: color;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	}
		
	.formattedTable .lightGrey {
		background-color: #f6f6f6;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.rightHolder {
	width: 158px;
	float: right;
	border-left: 1px solid #EEEEEE;
	padding: 0px 0px 0px 16px;
	margin: 16px 0px 16px 16px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	width: 760px;
	margin: 0px auto 0px auto;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
	width: 100%;
	margin: 0px 0px 1px 0px;
	background-image: url(images/background_toparea.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #121B5C;
	}
	
	#topArea img {
		margin: 15px 0px 21px 435px;
		}	

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainArea {
	border-top: 1px solid #121B5C;
	background-image: url(images/background_mainarea.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
	
	/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	#mainArea #leftArea {
		width: 231px;
		float: left;
		border-right: 1px solid white;
		font: 11px verdana, arial, sans-serif;
		color: #757575;
		}
		
		#mainArea #leftArea #menuArea {
			background-color: #FFFFFF;
			padding: 11px 0px 11px 0px;
			border-bottom: 1px solid white;
			}
			
			#mainArea #menuArea a {text-decoration: none; color: #660000; font: 14px arial, verdana, sans-serif; display: block; height: 20px; padding: 0px 0px 0px 44px; background-image: url(images/background_menuitem.gif); background-repeat: no-repeat; background-position: 30px center;}
			#mainArea #menuArea a:visited {color: #9999FF;}
			#mainArea #menuArea a:hover {color: #660000; background-color: #FFCCFF;}
		
		#mainArea #leftArea h1 {
			font: 13px arial, verdana, sans-serif;
			color: #FFCCFF;
			background-color: #660000;
			padding: 10px 0px 8px 18px;
			margin: 0px 0px 0px 0px;
			}
		
		#mainArea #leftArea .contentHolder {
			padding: 20px 15px 20px 15px;
			}
			
			#mainArea #leftArea .contentHolder td {
				vertical-align: middle;
				padding: 3px 0px 3px 0px;
				}
			
				#mainArea #leftArea .contentHolder td input {
					width: 116px;
					border: 1px solid #9E9E9E;
					color: #757575;
					}
				
	
	/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	#mainArea #contentArea {
		width: 528px;
		float: left;
		border-bottom: 6px solid #121B5C;
		}
		
		#mainArea #contentArea h1 {
			font: 14px arial, verdana, sans-serif;
			color: #663333;
			background-color: #FFCCFF;
			padding: 10px 0px 8px 21px;
			margin: 0px 0px 0px 0px;
			}
		
		#mainArea #contentArea #subNavigation {
			border-top: 1px solid white;
			height: 32px;
			background-color: #121B5C;
			}
			
			#mainArea #contentArea #subNavigation a {font-weight: bold; text-decoration: none; color: #D3D4E5; background-color: #121B5C; border-right: 1px solid white; padding: 5px 18px 5px 18px; float: left;}
			#mainArea #contentArea #subNavigation a:visited {color: #D3D4E5;}
			#mainArea #contentArea #subNavigation a:hover {color: #99CC66;}
		
		#mainArea #contentArea .contentHolder {
			padding: 16px 21px 16px 21px;
			}
			
		#mainArea #contentArea #furtherInformationArea {
			clear: both;
			padding: 10px 0px 5px 4px;
			color: #A6A9BE;
			font: 10px verdana, arial, sans-serif;
			}
			
			#mainArea #contentArea #furtherInformationArea a {text-decoration: underline; color: #A6A9BE;}
			#mainArea #contentArea #furtherInformationArea a:visited {color: #121B5C;}
			#mainArea #contentArea #furtherInformationArea a:hover {color: #699E35;}
				
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#footerArea {
	padding: 21px 8px 0px 240px;	/* Internet Explorer on a PC has a bug here. This fixes it.*/
	margin: -18px 0px 0px 0px;
	font: 10px verdana, arial, sans-serif;
	color: #999999;
	}
			
	#footerArea a {text-decoration: none; color: #999999; float: right; font: 10px verdana, arial, sans-serif;}
	#footerArea a:visited {color: #999999;}
	#footerArea a:hover {text-decoration: underline; color: #121B5C;}
