body
{
	font-family: Roboto, sans-serif;
	/*border-top: 10px solid;*/
	font-size: 22px;
	font-weight: 300;
	color: #CCCCCC;
	/*background: url(../images/site-bg.gif) repeat-x;*/
	/*background: -moz-linear-gradient(top, #a2adba, #ffffff);*/
	 overflow: hidden;
}

.clear {
	clear: both;
}
* {
/*	margin: 0px;*/
}
a {
	color: #163252;
	text-decoration: none;
}
a:hover {
	/*text-decoration: underline;*/
	color: #43b4e4;
}

/*VISITED LINK COLOUR*/
a:visited {
	color: #163252;
}

/*VISITED LINK COLOUR*/
a:visited:hover{
	color: #43b4e4;
}

.newUI a {
	color: red;
}
.newUI a:hover {
	color: darkmagenta;
}

/*VISITED LINK COLOUR*/
.newUI a:visited {
	color: red;
}

/*VISITED LINK COLOUR*/
.newUI a:visited:hover{
	color: darkmagenta;
}
.menuOption {
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 10px;
  }

.newUI.menuOption {
  padding-top: 30px;
  }

.topswirls {
	width:880px;
	height:86px;
	/*background: url(../images/topswirls.gif) no-repeat;*/
	position:absolute;
	top:11px;
	left:289px;
}

.header {
	/*width: 880px;*/
	height: 160px;
	top: 15px;
	/*background: url(../images/divider-top.gif) no-repeat bottom center;*/
	position:relative;
}

.header .Logo {
	position: absolute;
	width:100%;
}

.header .Logo img
{
	
	border: 0;
	display: block;
    margin-left: auto;
    margin-right: auto;
	width: 380px;
	
}

.top
{
	margin: 0 auto;
	margin-left: 100px;
	width: 880px;
	height: 210px;
/*	background: url(../images/divider-bottom.gif) no-repeat bottom center;*/
}
.outerDiv
{
        padding-top:20px;
}
.main
{
	color: #000000;
	background-color: white; /*#e7eaed;*/
	/*background: -moz-linear-gradient(top, #a2adba, #ffffff);*/
	margin: 0 auto;
	width: 680px;
        padding:50px;
        box-shadow: 0 0 5px #CCCCCC;
	letter-spacing: -1px;
	
}
.main.mainUI
{      
        padding-top: 20px;
        padding-bottom: 20px;
}
.mainUI a {
	color: red;
	text-decoration: none;
}
.mainUI a:hover {
	color: #43b4e4;
}

.mainUI a:visited {
	color: red;
}

.mainUI a:visited:hover{
	color: #43b4e4;
}
