@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bodyBG.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#B1A7B5;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:968px;
	border-left:2px black solid;
	border-right:2px black solid;
	background-color:#FFFFFF;
}

.largelinks a{
	font-size:13px;
	font-weight:bold;
	color:#666666;
}

/*Headings*/
h1 {
	font-size:16px;	
	color:#666666;
	text-align:right;
	position:relative;
	right:40px;
	bottom:-50px;
}
h2 {
	font-size:15px;	
	color:#666666;	
}
h3 {	
	font-size:13px;	
	color:#666666;	
}

/*Divs*/
#navdiv {
	margin-left:25px;
	font-size:14px;
	font-weight:bold;
	color:#452D4F;
	position:relative;
	top:-15px;
	line-height: 20px;
}
#navdiv a:hover{
	color:#996699;
}

#navdiv a {
	text-decoration:none;	
	color:#452D4F;
}
.contentdiv {
	width:430px;
	position:relative;
	right:-40px;
	color:#666666;
	font-size:12px;
	text-align:right;
}
.leftaligndiv {
	text-align:left;
}

/*Tables*/
#titlecell {
	background-color:#452D4F;;
	width:250px;
	height:217px;
}

#navcell {
	width:210px;	
	height:255px;
	background-image:url(../images/navBG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#toprightcell {		
	height:217px;
	background-image:url(../images/toprightBG.jpg);	
	background-position:bottom left;
	background-repeat:no-repeat;
	width:510px;
}
#leftcell {
	background-color:#452D4F;	
	width:250px;
	vertical-align:top;
}
#middlecell {
	vertical-align:top;
	background-image:url(../images/cellohead2.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#contentcell {
	width:510px;
	vertical-align:top;
	
}
#thisismecell {
	height:20px;
	font-size:12px;
	font-weight:bold;
	color:#452D4F;
	text-align:right;
	padding-right:10px;
	padding-top:40px;
	vertical-align:bottom;
}

#thisismecell a {
	color:#009900;
}

#scholarshiptable {
	text-align:left;
	width:490px;	
	color:#666666;
	font-size:12px;
}

/*Images*/
#nzariatrust {
	margin-left:10px;
}
#violen1img {
	float:right;
	position:relative;
	top:-50px;
}
#nzaria2008 {
	float:right;
	position:relative;
	right:50px;
}
.leftimg {
	padding-bottom:10px;
}
#violen2img {
	position:relative;
	left:20px;
	top:30px;
}
.contentseperatorimg {
}
#waiarikiimg {
	margin-top:10px;
	margin-left:30px;
}
#maxcryerimg {
	float:left;
	margin-top:20px;
	padding:5px;
}

/*Lists*/
.scholarshipdiv li {	
	list-style-type: none;
}

/*Form*/
form {
	text-align:left;
}
form label{
	width:100px;
	display:block;
	float:left;
	text-align: left;
	padding-right: 5px;
}
form li {	
	list-style-type: none;
	margin-bottom:10px;
}

.introPar1 {
	font-size:15px;
	font-weight:bold;
}
.largePar {	
	margin-top:-10px;
	margin-bottom:-4px;
	font-size:26px;
}
.invtable {
	margin-left: -40px;
}
