@charset "UTF-8";
/* Screen Poster CSS */


a {
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
}
a:link {
	text-decoration: none;
	color: #808080;
}
a:visited {
	text-decoration: none;
	color: #808080;
}
a:hover {
	text-decoration: none;
	color: #939;
}
a:active {
	text-decoration: none;
	color: #939;
}

a.nav  {
	font-family: Arial, Helvetica, sans-serif;
	color: #3a214d;
}
a.nav:link {
	text-decoration:none;
	color: #3a214d;
}
a.nav:visited {
	text-decoration: none;
	color: #3a214d;
}
a.nav:hover {
	text-decoration: underline;
	color: #3a214d;
}
a.nav:active {
	text-decoration: none;
	color: #3a214d;
}


a.Snav  {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
a.Snav:link {
	text-decoration:none;
	color: #ffffff;
}
a.Snav:visited {
	text-decoration: none;
	color: #ffffff;
}
a.Snav:hover {
	text-decoration: underline;
	color: #ffffff;
}
a.Snav:active {
	text-decoration: none;
	color: #ffffff;
}

body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3a214d;
	margin: 20px 0 0 0; 
	padding: 0;
	text-align: center;
	background-image:url(images/bg-colour.jpg);
	background-repeat:repeat-x;
}


.screen #container {
	width: 1024px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#FFF;
	
}

.screen #container2 {
	width: 1024px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-image:url(images/bg2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#FFF;
	
}
.screen #hdr {
	clear:both;
	width: 744px;
}
.screen #hdrColRt {
	float:left;
	width:504px;
	padding:125px 0px 10px 394px;
}

.screen #hdrColRt2 {
	float:left;
	width:504px;
	height:297px;
	padding:110px 0px 10px 394px;
}

.screen #hdrColRt #header {
	
	width:504px;
	height:297px;
	background-image:url(images/screen.jpg);
	background-repeat:no-repeat;
}

.screen #header2 {
	
	width:589px;
	height:346px;
	background-image:url(images/screen2.jpg);
	background-repeat:no-repeat;
	margin: 0 0 0 -176px;
}


.screen #hdrColRt #ruler{
	
	width:500px;
	height:17px;
	margin:0px;
	padding:0px;
}
.screen #mainContent {
	clear:both;
 	margin: 0px 130px 0px 93px;
	text-align:left;
} 

.screen #mainContent2 {
	clear:both;
 	margin: 0 130px 0px 93px;
	padding:140px 0 0 0;
	text-align:left;
} 

.screen #footer {
	clear:both; 
	padding: 0;
	margin: 0;
} 
.screen #footer p {
	margin: 0;
	padding: 0 69px 0 80px;
	text-align:right;
	font-size:12px;
	/* background-color:#efedf0; */
}

.screen #valid {
	padding: 10px 60px 0 0;
	margin: 0;
	text-align:right;
	
}


.screen #hdr #nav ul {
	padding:10px 0px 0px 15px;
	margin:0px;
	list-style-type:none;
	font-size:12px;	
	
}

.screen li{
	line-height:16px;
}


.screen #nav{
	margin: 150px 0 0 0;
	font-size:20px;
	text-align:right;
	
}

.screen #nav2{
	margin: 110px 0 0 0;
	font-size:20px;
	text-align:right;
	
}

.screen #Snav{
	margin: 30px 0 60px 0;
	font-size:20px;
	text-align:center;
	color:#FFF;
	
}

.C li{
	line-height:18px;
}

.C ul{
	padding:10px 0 0 15px;
	margin:0;
	list-style-type:none;
	font-size:12px;
	line-height:18px;
	
}


.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 68px;
	color: #3a214d;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #532a72;
}

strong {
	font-weight: bold;
	color: #939;
}



