/*
----------------------   Main Website Styles   ----------------------
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #d3c2d8;
}

input, select, textarea 
{
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

ul {
    list-style-type: square;
}

a {
	text-decoration: none;
	color: #734284;
}

a:hover {
    color: #4894C5;
}

h1 {
	font: bold 28px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-left: 20px;
	padding-top: 8px;
}

#master {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.yellow {
	color: #ffff00;
}

.purplebg {
	background-color: #734284;
	color: #ffffff;
}

a.linkunderline
{
    text-decoration: underline;
}

.whitebg {
	background-color: #ffffff;
	color: #000000;
}

.year {
	font-size: 16px;
}

.smalltext {
	font-size: 11px;
}

#content {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 670px;
}

.lshadow {
     background-image:url(images/generic_r1_c1_bg.jpg);
     background-position: bottom;
}

.rshadow {
    background-image:url(images/generic_r1_c4_bg.jpg);
    background-position: bottom;
}

.heading 
{
    font-size: 18px;
    color: #734284;   
}

.subheading 
{
    font-size: 14px;
    color: #734284; 
    font-weight: bold;  
}

.quote
{
    font-size: 20px;
    letter-spacing: 1px;
    font-style: italic;
    font-weight: bold;
    color: #999999;   
}

/*
----------------------   End of Main Website Styles   ----------------------





----------------------   Programme Slide Menu Styles   ----------------------
*/

#programme {
	position:absolute;
	left: -170px;
	top:340px;
	height:415px;
	z-index:3;
	overflow: hidden;
	filter:alpha(opacity=88);
	-moz-opacity:.88;
	opacity:.88;
	background-image: url(images/programmebg.jpg);
	visibility: hidden;
}

#progbutton {
	position:absolute;
	left: -27px;
	top:340px;
	height: 80px;
	width: 27px;
	overflow:hidden;
	z-index: 4;
}


.proglink {
	color: #660066;
	text-decoration: none;
	font-size: 11px;
}

.proglink:hover {
	color: #ff0000;
	text-decoration: none;
	font-size: 11px;
}

/*
----------------------   End of Programme Slide Menu Styles   ----------------------





----------------------   Menu Styles   ----------------------
*/

#menutable{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	background-color: #754086;
	width: 97%;
	/*width: 80%;*/
	margin-left: auto;
	margin-right: auto;
	border-style: none;
}

.menuitem{
	text-decoration: none;
	color: #ffffff;
}

.menuitem:hover{
	text-decoration: none;
	color: #ffff00;
}

.menusubitem{
	text-decoration: none;
	color: #ffffff;
}

.menu_separator {
	font-size: 10px;
	font-weight: normal;
	color: #d3c2d8;
	text-align: center;
}

#dropmenudiv {
	position:absolute;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	filter:alpha(opacity=88);
	-moz-opacity:.88;
	opacity:.88;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 4px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

/*
#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 4px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffff00;
	color: #532e5f
}
*/

#dropmenudiv a:hover {
	background-color: #d3c2d8;
	color: #532e5f;
}

/*
#dropmenudiv a:hover {
	background-color: #532e5f;
	color: #ffff00;
}
*/

/*
----------------------   End of Menu Styles   ----------------------
*/
