/*

IMPORTANT: YOU SHOULD NOT BE CHANGING ANY OF THESE ATTRIBUTES!

*/



@charset "utf-8";

/* CSS Document */



/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */

html, body, div, span, applet, object, iframe{

	margin: auto auto auto auto;

	padding: 0;

	border: 0;

	outline: 0;

	font-size: 100%;

}



h1, h2, h3, h4, h5, h6 {

  margin: 0;

  padding: 0;

  border: 0;

  outline: 0;

  font-size: 100%;

}

/* The body is the middlemost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */

body {

  font-family: Arial, Helvetica, sans-serif;

  font-size: 100%;

  line-height: 140%;

  letter-spacing:1px;

  color:#000000;				/*Temporal*/

  margin: 0 auto;  /*Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */

  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

 /* Centers the page content container in IE 5 browsers. */

}

/* Commonly used to style page titles. */

h1 {

  font-size: 14px;

  font-weight: bold;

  line-height: 14px;

}

/* Commonly used to style section titles. */

h2 {

  font-size: 12px;

  font-weight: bold;

  line-height: 14px;

}

/* Sets the style for unvisited links. */

a,  a:link {

  font-weight: bold;

  text-decoration: none;

  color:#FFFFFF;

}

/* Sets the style for visited links. */

a:visited {

  font-weight: bold;

  text-decoration: none;

}

/* Sets the style for links on mouseover. */

a:hover {

  text-decoration: underline;

}

/* Sets the style for a link that has focus. */

a:focus {



}

/* Sets the style for a link that is being activated/clicked. */

a:active {



}



#outterWrapper {

  width: 1000px;

  margin: auto auto auto auto;

  color:#824100;

  border-width: 1px;

  border-style: solid;

  border-color: #000000;

  /*background-image:url("/wsc/images/grid3long_.png");

  background-repeat:no-repeat;*/

  background-color: #FFFFFF;

}



#outterWrapper #bannerWrapper {

 /* height: 64px;*/

}



#outterWrapper #bannerWrapper a{

  color:#FFFFFF; 

}



#outterWrapper #bannerWrapper #topBannerQULogo {

/*  position: absolute;

  margin-top: 10px;

  margin-left: 20px;

  width: 198px;

   height: 44px;

  text-align:left;

  /* background-image:url("/wsc/images/QUlogoBlack.gif");

  background-repeat: no-repeat;*/

}



#outterWrapper  #bannerWrapper {

	width: 100%;

	background-image:url("/wsc/images/mainbanner_white.jpg");
background-repeat: no-repeat;
}



#outterWrapper #lowBannerWrapper {

	width: 99%;

	height: 72px;

	/*background-image:url("/wsc/images/top_bin.png");

	background-repeat:no-repeat;

	background-position:left;*/

	clear: both;

	z-index:200;

}

#outterWrapper #contestYearBanner {

	float:right;

	position: relative;

  	margin-top: 5px;

	margin-right:0px;

  	right: 0px;

  	text-align:right;

}



#outterWrapper #contentTitle {

	font-size:200%;

	letter-spacing:10px;

  	margin-bottom: 15px;

	margin-top: 15px;

}



#outterWrapper #bannerWrapper #topBannerMain {

  position: absolute;

  margin-top: 1px;

  margin-left: 250px;

  width: 400px;

  height: 58px;

  text-align:center;

}



#outterWrapper #middleWrapper {

  display: block;

  margin: 10px 10px 5px 10px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */

  border: 0px; /* this is used to fix a problem with IE*/

  text-align: left; /* Redefines the text alignment defined by the body element. */

  z-index:500;

  height: auto;

}



#outterWrapper #middleWrapper #clear {

	clear:both;

}



#outterWrapper #middleWrapper #leftMenu{

	z-index: 50;

	float:left;

	width: 200px;

}



#outterWrapper #middleWrapper #content {

	margin-left: 275px;

	padding-right:20px;

	max-width: 700px;

	text-align: justify;

	right: 20px;

	min-height: 450px;

}


#outterWrapper #middleWrapper #content a{
   color: #660000
}

#outterWrapper #middleWrapper #content a:hover{
   color: #FF3300
}

#outterWrapper #middleWrapper #leftMenu .clearFloat {

  clear: right;

  display: block;

}



/*FOOTER SETTINGS*/

#outterWrapper #footerWrapper {

  width:100%;

  text-align: center;

  color:#FFFFFF;

  height:120px;

  background-color: #d96c00;

  /*background-image:url("/wsc/images/bottomtrans.png");*/

}



/*SIDE MENU SETTINGS - ONLY SIZES ARE HERE, TO CUSTOMIZE THE COLLEGE'S COLORS REFERE TO THE CSS IN THE COLLEGE'S COMPONENT*/

.udm{

list-style:none;

list-style-position: outside;

margin-left:0px;

padding-left:0px;

}



div#leftMenu li{

text-align:center;

line-height:150%;

background:#D96C00;

margin-bottom:15px;

}



div#leftMenu li:hover{

background:#FF9933;

}



div#leftMenu li.navigationList_selected{

background: #824100;

}



.buttons {

	background-color: #D96C00;

	color: #FFF;

	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;

	border: solid 1px;

	padding: 2px 4px 2px 4px;

}



.fields{

	border: solid 1px #D96C00;

	background:#000000;

	color:#FF9933;

	padding: 2px 2px 2px 2px;

}
