@charset "utf-8";
/* CSS Document */

div
{
	position:absolute;
	margin:0px;
	padding:0px;
	border:0px;
	overflow:hidden;
}
body
{
	font-family: Arial;
	font-size:16px;
		color:#6A747C;

}
h1 {
	font-family: Eurostile, Verdana;
	text-decoration:none;
	font-size:30px;
	line-height:normal;
	letter-spacing:2px;
	font-weight:normal;	
	padding:0px;
	margin:0px;
}
h2 {
	font-family: Eurostile, Arial;
	text-decoration:none;
	font-size:24px;
	font-weight:normal;	
	padding:0px;
	margin:0px;
}
h3 {
	font-family: Eurostile, Arial;
	text-decoration:none;
	font-size:20px;
	font-weight:normal;	
	padding:0px;
	margin-top:15px;
	margin-bottom:15px;

}
p
{
	margin-top:15px;
	margin-bottom:15px;
	font-family: Arial;
}

a {
	font-family: Arial;
	text-decoration:none;
	margin-left:0px;
	font-size:14px;
}
.plaina
{
    font-size:16px;
}

ul
{
		padding:0px;
		list-style-position:inside;
		margin-left:2px;
	margin-top:0px;
	margin-bottom:0px;
		

}
.aboutlist
{
	list-style-position:inside;
	list-style-image:url(images/bullet.GIF);
	margin-left:2px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.graphicdesignlist
{
	list-style-position:inside;
	list-style-image:url(images/bullet%20med.GIF);
	margin-left:2px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.graphicdesignlistli
{
		
}
.submenu
{
	list-style:none;
	color:#6A747C;
	margin-left:0px;
	padding-left:0px;
	list-style-position:inside;	
}
.submenuli
{
	list-style-position:inside;
	background-color:#D1D5D8;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:6px;
	padding-top:2px;
	height:21px;
	margin-left:0px;
}
.submenu a {
	color:#6A747C;
	margin-left:0px;
}
table
{
	
}

.currentlink {
	color:#B5D59A;
	font-size:18px;
	font-family: Eurostile, Arial, Helvetica, sans-serif;
}
.otherlink {
	color:white;
	font-size:18px;
	font-family: Eurostile, Arial, Helvetica, sans-serif;
}

#Container
{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:882px;
	background-color:#DDDDDD;
	position:relative;
}

/*Column Info*/
.leftColumn
{
	left:2px;
	width:240px;
}

.rightColumn
{
	left:245px;
	width:714px;
}

.SingleColumn
{
	left:2px;
	width:956px;
}

/*Row Info*/
.topRow
{
	height:32px;
	top:2px;
}

.SecondRow
{
	height:120px;
	top:36px;
}
.NavigationRow
{
	height:234px;
	top:158px;
}
.ContentRow
{
	height:432px;
	top:394px;
}
.BottomRow
{
	height:52px;
	bottom:2px;
}
.LargeRow
{
	height:668px;
	top:158px;
}
/*Colour Info*/
.GreyCell
{
	background-color:#72797E;
}
.GreenCell
{
	background-color:#B5D59A;
}
.WhiteCell
{
	background-color:white;
}

.green {
	color:#40AE49;
}
.lightgreen
{
	color:#B5D59A;
}
.darkblue {
color:#23408F;
	}
.lightblue {
	color:#00ADEF;
}
.darkgrey {
color:#6A747C;
	}
.lightgrey {
	/*color:#858B90;*/
	color:#A5ABB0;
}	
.pink {
	color:#D675AE;
}
.hotpink
{
	color:#EC008C;
}
.white
{
	color:white;
}

