/* CSS Document */

body {
	background-color:#002056;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

a {
	color:#FFAE00;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	color:white;
}

#topNav a {
	font-size:small;
}

#topNav {
	line-height:20px;
	padding-bottom:10px;
}

#bottomNav a, #footer p {
	font-size:x-small;
}

h1 {
    color:#FFAE00;
	font-size:medium;
	text-align:center;
}

.darkText {
	color:#5A6D8E;
}

#main {
	padding: 10px 100px 0 100px;
	text-align:justify;
}

#whiteLine {
	width:560px;
	border-bottom:1px solid #5A6D8E;
	
}

#line {
	width:645px;
	border-bottom:1px solid #5A6D8E;
	margin-top:5px;
	margin-bottom:10px;
	
}

.largeText{
	font-size: small;
	font-weight: bold;
}

#bottomNav {
	width:570px;
}

#footer {
	width:655px;
}

.bottom {
	text-align:justify;
}

.dark {font-size: x-small}

.dark a {color:#5A6D8E}



#enquiry_form {
	margin: 10px 10px 10px 10px;
	padding: 10p 10px 10px 10px;
}