body {
	margin: 0px;
	background: url(media/back.gif) #0054A6 no-repeat fixed;

}



/*DIV STYLES BY ID*/
/*Padding must be subtracted from a DIV's width or height before applied.*/
/*Define text & link styles for footer & nav bars here.*/

#container {
	width: 827px;
	background: #FFFFFF;
	position: relative;
	margin-left: auto;
 	margin-right: auto;
	padding: 2px;
}
	
#header {
	width: 827px;
	position: relative; 
	padding-bottom: 1px;
}
	
#content { 
	width: 827px;
	position: relative;
	padding-top: 1px;
}
	
	
#nav {
	height: 24px;
	position: relative;
	background: #0096D5;
	padding-top: 7px;
	padding-left: 60px;
}

#footer {
	height: 23px;
	position: relative;
	background: #0096D6;
	padding-top: 8px;
	padding-left: 70px;
	margin-top: 2px;
	font-size: 11px;
	color: #FFFFFF; 
}

#footer a:link { color: #FFFFFF; text-decoration: none; }
#footer a:visited { color: #FFFFFF; text-decoration: none; }
#footer a:hover { color: #A6D9FF; text-decoration: none; }

#login {
	width: 230px;
	height: 140px;
	background: url(media/shell_01.jpg) repeat-x #F7911D;
	font-size: 11px;
	padding: 15px;
	padding-bottom: 10px;
	color: #FFFFFF;
}

#login a:link { color: #FFFFFF; text-decoration: none; }
#login a:visited { color: #FFFFFF; text-decoration: none; }
#login a:hover { color: #333333; text-decoration: none; }

#news {
	padding: 17px;
}


#help { 
	padding:17px;
	background-color:#24a1db;
	margin-top:2px;
}

#news .header {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

#news a:link { color: #7E7D7E; text-decoration: none; }
#news a:visited { color: #7E7D7E; text-decoration: none; }
#news a:hover { color: #333333; text-decoration: none; }


#whoIsAiqsana {
	width: 439px;
	height: 305px;
	background: url(media/shell_02.jpg) repeat-x;
	padding-left: 125px;
	padding-top: 70px;
	color: #FFFFFF;
}

#resources {
	width: 546px;
	height: 325px;
	background: url(media/shell_04.jpg) repeat-x #D7D7D7;
	padding-left: 18px;
	padding-top: 17px;
	color: #7E7D7E;
}

#resources a:link { color: #7E7D7E; font-weight: bold; font-size: 12px; text-decoration: none; }
#resources a:visited { color: #7E7D7E; font-weight: bold; font-size: 12px; text-decoration: none; }
#resources a:hover { color: #333333; text-decoration: none; }

#mainContent {
	width: 546px;
	background: #F0F0F0;
	padding: 18px;
	margin-bottom: 2px;
	color: #7E7D7E;
}

#mainContent a:link { color: #0094d6; font-weight: bold; font-size: 11px; text-decoration: underline; }
#mainContent a:visited { color: #0094d6; font-weight: bold; font-size: 11px; text-decoration: underline; }
#mainContent a:hover { color: #333333; text-decoration: underline; }
#line { height:1px; background-color:#999999; margin-top:10px; margin-bottom:10px; }
#credit { text-align:center; margin-left:-600px; padding:5px; color: #0096d6 }
#credit a { color: #0096d6 }



/*TEXT SIZE AND COLOUR STYLES*/

.text9 { font-size:9px; line-height:13px; }
.text10 { font-size:10px; line-height:14px; }
.text11 { font-size:11px; line-height:15px; }
.text12 { font-size:12px; line-height:16px; }
.text13 { font-size:13px; line-height:17px; }
.text14 { font-size:14px; line-height:18px; }
.text16 { font-size:16px; line-height:20px; }
.text18 { font-size:18px; line-height:22px; }

.black { color: #000000 }
.white { color: #ffffff }
.grey { color: #999999 }
.orange { color: #F26521 }
.yellow { color: #FDC70D }
.green { color:#009900; }

.errors { font-size:12px; color:#FF0000; }
.compulsory { font-size:18px; color:#FF0000 ; font-weight: bold; }

.line { height:1px; background-color:#999999; margin-top:10px; margin-bottom:10px; }


.data td { border-bottom:1px #CCCCCC solid; padding-left:10px; padding-right:10px; padding-top:4px; padding-bottom:4px; }
