/* CSS SAU Website */
body{
		font-family:arial, verdana, san-serif;
		margin:0px;
		}
html{
		margin:0px;
		overflow-x: hidden;
		}
.sec{
	font-weight:bold;
	text-decoration:underline;
	}

.center{text-align:center;}

.inline{display:inline;}

.up{margin-top:0px;}

#head{
	/* margin:-20px -10px 0px -10px; */
	background:#0486ff;
	color:#ffffff;
	height:138px;
	}
	
.nav{
	background:#0486ff;
	/* width:100%; */
	color: #ffffff;
	font-size:14px;
	text-transform:uppercase;
	margin-top: 0%;
	/* margin-right: -2%; */
	margin-bottom: 0%;
	/* margin-left: -2%; */
	}

.nav ul{
	margin:0px;
	padding:5px 0px 5px 20px;
	}

.nav ul li{
	display:inline;
	font-weight:bold;
	padding-left:10px;
	}
	
.nav ul li a{
	text-decoration:none;
	color: #ffffff;
	font-size:12px;
	text-transform:uppercase;
	}
	
.nav ul li a.active, .nav ul li a:hover{color: #505050;}

#blank{	height:5px;	}


#id{
	background:#c7c7c7;
	color:#003E75;
	padding-left:50px;
	height:20px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: -10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
/* column container */
.colmask {
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}

.col2 img
	{
	marging-top:10px;
	padding:5px;
	margin-top: 10px;
	border: 1px solid #003E75;
		}
/* 2 Column (double page) settings */
.doublepage {
	background:#fff;		/* right column background colour */
}
.doublepage .colleft {
	right:50%;				/* right column width */
	background:#fff;		/* left column background colour */
}
.doublepage .col1 {
	width:46%;			/* left column content width (column width minus left and right padding) */
	left:52%;			/* right column width plus left column left padding */
}
.doublepage .col2 {
	width:46%;			/* right column content width (column width minus left and right padding) */
	left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	background:#0486fe;
}
#footer p {
	padding:10px;
	margin:0;
	color:#fff;
}

