html {
    height: 100%;
    box-sizing: border-box;}
@font-face {
    font-family: "Raleway";
    src: url("fonts/raleway-medium-webfont.woff2") format("woff2"),
         url("fonts/raleway-medium-webfont.woff") format("woff"),
         url("http://theuniversody.co.uk/fonts/raleway-medium-webfont.woff2") format("woff2"),
         url("http://theuniversody.co.uk/fonts/raleway-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
	 font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #dedede; 
    background-color: #000000;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 10px;
    margin-top: 0px;
    min-height: 100%;}
 	 
a:link, a:visited {color: #FFD974; font-weight: normal; font-size: 15px; text-decoration: none;}
a:active, a:hover {color: #1D8BEE; font-weight: normal; font-size: 15px; text-decoration: underline;}

hr { height:1px; border:none; color:#1D8BEE; background-color:#1D8BEE;}

*,
*:before,
*:after {
    box-sizing: inherit;
}

#container {
   background: none;
   position: static;
	width: 1240px;
	height: auto !important;
	margin: 0 auto; }
	
div.top1 {
	 position: fixed;
	 z-index: +2;
    top:0px;
	 color: #1D8BEE;
    background: #000000;
	 margin-top: 0px;
	 width: 1240px;
	 max-width: 1240px;
	 min-height: 100px;
	 height: 100px;  
	 text-align: left;
	 font-size: 15px;
}
div.nav1 {
	 position: fixed;
	 z-index: +1;
    top:120px;
	 color: #dedede;
	 background-color: none;
	 text-align: left;
    width: 170px;
    margin: 0;
    min-height: 100%;
    float: left;
    font-size: 15px;
}
.page {
    position: relative;
    top:110px;
    text-align: left;
    margin: 0 auto;
    height: auto;
    max-width: 1210px;
    width: 100%;
    font-size: 15px;
}
   div.page1 {
	 margin-left: 170px;
	 position: relative;
	 background-color: none;
	 max-width: 1040px;
	 color: #dedede;
	 font-size: 15px;
	 text-align: left;
    overflow: visible;
}


#aout a  { text-align: center; font-weight: normal; font-size: 15px; }
#aout a:link    { color: #FFD974; 	text-decoration: none;}
#aout a:visited  { color:#FFD974; 	text-decoration: none;}
#aout a:active   { color: #1D8BEE; text-decoration: underline; }
#aout a:hover   { color: #1D8BEE; text-decoration: underline; }
 
span.aout a  { text-align: center; font-weight: normal; font-size: 15px; }
span. a:link    { color: #FFD974; 	text-decoration: none;}
span. a:visited  { color:#FFD974; 	text-decoration: none;}
span. a:active   { color: #1D8BEE; text-decoration: underline;}
span. a:hover   { color: #1D8BEE;  text-decoration: underline;}

div.video { border: 1px border-color: #000000;}
    
ul  { list-style: none; padding: 4px;  margin: 4px;  color: #dedede; font-size: 15px; }
li  { list-style: none; padding: 2px; margin: 0px; color: #dedede; font-weight: normal;  font-size: 15px; }

table  {padding: 0px; font-size: 15px;}
td  {padding: 0px; font-size: 15px;}
td.pad   { padding: 10px;}
td.image { padding: 10px;}

td.notice { padding: 20px; background-image: url("notice.jpg"); background-size:cover;font-family:"Courier New", Courier, monospace; font-weight: normal; font-size: 18px; color:#000000;}
td.notice a  { text-align: center; font-weight: bold; font-size: 18px; }
td.notice a:link    { color: #A54D2F; 	text-decoration: none;}
td.notice a:visited  { color:#A54D2F; 	text-decoration: none;}
td.notice a:active   { color: #1866AC; text-decoration: underline;}
td.notice a:hover   { color: #1866AC;  text-decoration: underline;}
td.notice hr { height:1px; border:none; color:#A54D2F; background-color:#A54D2F;}


div.video {
	border-color: gray;	border-style: solid; border-width: 0px;
}


.footer {
    text-align: center;
    position: absolute;
    bottom: 0px;
    max-width: 1210px;
    background-color: none;
}