/*Used for gradient background fill */
body
{
	background-image: url(images/background3.gif);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}

/*Used for main cell background image and padding*/
.main {
	background-image: url(images/Main.jpg);
	padding: 10px;
}

/*Used for side navigation cell image and formatting*/
.side_nav
{
	background-image: url(images/Navigation.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 10px;
}

/*Used for normal text*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
}

.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
}

/*Used for bullet point lists*/
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: -10px;
	line-height: 16px;
}

/*Used for top heading on main pages*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	top: 20px;
	position: relative;
}

/*Used for sub headings*/
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
}

/*Used for bolding normal text*/
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	font-weight: bold;
}

/*Used to centre align*/
.centre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #666666;
}

/*Standard link style*/
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

/*Standard link style*/
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

/*Standard link style*/
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

/*Standard link style*/
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

/*Used to add a different style link to that of the standard style. Not required as yet*/
a.headlink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	text-decoration: underline;
	
}

/*Used to add a different style link to that of the standard style. Not required as yet*/
a.headlink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	text-decoration: underline;
}

/*Used to add a different style link to that of the standard style. Not required as yet*/
a.headlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	text-decoration: underline;
}

/*Used to add a different style link to that of the standard style. Not required as yet*/
a.headlink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	text-decoration: underline;
}


	
