/* LAYOUT STYLES */

#outer	{
	width:780px; 
	border-top:1px solid #666666; 
	border-right:1px solid #666666; 
	border-bottom:1px solid #666666; 
	border-left:1px solid #666666; 
	background-color: #ffffde;
	margin-left:auto;
	margin-right:auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px; 
	color: #454545;
}

#menu {
	border-top:1px solid #315242;
	border-bottom:1px solid #315242;
	padding:4px 0px 4px 45px;
	margin-top:1px;
}

#menu a:link, #menu a:visited  {
	padding: 4px 10px 4px 10px;
	font-family:arial;
	/*font-style:italic;*/
	font-size:13px; 
	/*color:#003333;*/
	color:#315242;
	font-weight:bold;
	text-decoration:none;
}

#menu a:hover, #menu a:active {
	color:#cc0000;
	text-decoration:underline;
}

#content {
	width:660px; 
	border-top:0px solid #666666; 
	border-right:0px solid #666666; 
	border-bottom:0px solid #666666; 
	border-left:0px solid #666666; 
	background-color: #ffffde;
	padding: 20px 60px 20px 60px;
}

.clear {
	clear:both;
}

.content_table {
	width:100%;
}

#footer	{
	padding: 0px 50px 10px 60px;
	font-size:10px;
	text-align:center;
}

#footer_left {
	padding:15px 0px 20px 0px;
	float:left;
	width:480px;
}

#footer_right {
	float:right;
}

/* TEXT STYLES */

p	{
	line-height: 15px; 
	text-align:justify;
}

.footer_smalltext {
	font-size:9px;
}

p.entry {
	width:600px;
	margin-left: auto; 
	margin-right: auto;
}

.small {
	font-size:11px;
}

p.tags {
	font-size:10px;
	width:600px;
	text-align:center;
}

td {
	color: #454545; 
	margin-left: 1.5em;  
	margin-right: 0.5em;
}

td.text {
	text-align:left;
}

td.linkscell {
	text-align:center;
	font-size:10px;
}

h2 {
	font-size: 14px;  
	color: #454545; 
	font-weight:bold;
	text-align:left;
}

h3 {
	font-size: 14px;  
	color: #454545; 
	font-weight:bold;
	text-align:left;
}

.return {
	width:650px;
	text-align:right;
}

ul {
	padding-top:0px;
}


/* LINK STYLES */

a:link, a:visited {
	color: #454545; 
	text-decoration: underline; 
	font-weight: normal; 
}

a:hover, a:active {
	color: #336633; 
	text-decoration: underline; 
	font-weight: normal; 
}

.buttons	{
	background-color:#cccccc; 
	color:black; 
	border-right:1px solid #000000;	
	border-left:1px solid #000000; 
	border-top:1px solid #000000; 
	border-bottom:1px solid #000000;
}

hr {
	border:none;
	background-color:#454545;
	color: #454545;
	height:1px;
}

/* LINK STYLES */

.image {
	border: 1px solid #454545;
}

.image_structure { 
	border:none;
	padding:0;
	margin:0;
}

.footer_logo {
	border:none;
	float:right;
	padding-left:20px;
}

.image_right {
	border: 1px solid #454545;
	float:right;
	margin-left: 15px;
	margin-bottom: 6px;
}

.image_left {
	border: 1px solid #454545;
	float:left;
	margin-right: 15px;
	margin-bottom: 0px;
}

.image0 {
	border: none;
}

/* FORM STYLES */

p.error {
	font-size: 11px; 
	font-family:verdana, arial, helvetica; 
	font-weight:normal; 
	color:#ff0000; 
	text-align:justify; 
}

.sendbutton {
	width:180px; 
	font-size: 10px; 
	font-family: verdana, arial; 
	color: #ffffff; 
	font-weight: bold; 
	background-color:#003399;
	margin-right:20px;
}

.enquiryTextField {
	font-size:11px;
	font-family: verdana, arial; 
	color:#464b4b;
	width:410px;
	background-color:#ffff99;
	margin-bottom:0px;
}

.enquiryTextArea {
	font-size:11px;
	font-family: verdana, arial; 
	color:#464b4b;
	width:410px;
	background-color:#ffff99;
	height:80px;
}


/* ADMIN TABLES */

.adminTable {
	padding:8px;
	border:1px solid #666666;
	width:90%;
}

.adminTable td {
	border-bottom:1px solid #666666;
}
