html
{
	width:100%;
}
body
{
	font-family: verdana;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:14px;
	width:972px;
	background-image:url(../images/bg2.gif);
	background-repeat:repeat;
	margin-left:50%;
	position:relative;
	left:-486px;
}
h1#logo
{
	background-image:url(../images/logo2.png);
	overflow:hidden;
	text-indent:3000px;
	float:left;
	background-repeat:no-repeat;
	height:90px;
	width:241px;
	margin-left:40px;
	white-space:nowrap;
	margin-top:40px;
}
h1#qmul
{
	background-image:url(../images/qmul.png);
	overflow:hidden;
	text-indent:3000px;
	float:left;
	background-repeat:no-repeat;
	height:60px;
	width:224px;
	margin-left:430px;
	white-space:nowrap;
	margin-top:35px;
}

#menu_container
{
	background-image:url(../images/header2.png);
	background-repeat:no-repeat;
	height:189px;
	font-size:16px;
	overflow:hidden;
}

#menu_container li a:link
{
	color:#000000;
	text-decoration: none;
	padding:2px;

}
#menu_container li a:active
{
	color:#000000;
	text-decoration: none;
	padding:2px;

}
#menu_container li a:visited
{
	color:#000000;
	text-decoration: none;
	padding:2px;

}
h1#appear_later
{
	color:#276dab; 
	font-size:16px;
	text-align:center;	
}
#menu_container li a:hover
{
	color:#000000;
	text-decoration: none;
	padding:2px;
}
.location_info
{
	text-align:center;
}
#LHSColumn
{
	width:600px; 
	float:left;
}
#RHSColumn
{
	float:right; 
	width:270px;
}
#RHSColumn .nice_heading
{
	border-top:4px solid #276dab; 
	color:#276dab; 
	font-size:16px; 
	padding-top:10px;
}
#red_bold
{
	color:#dd0000; 
	font-weight:900;
}

h2.nice_heading
{
	border-top:4px solid #276dab; 
	color:#276dab; 
	font-size:22px; 
	padding-top:10px;
}
h2.nice_sub_heading
{
	border-bottom:2px solid #cccccc; 
	color:#777777; 
	font-size:12px; 
	padding-top:10px;
}
ul#menu
{
	margin-top:110px;
	margin-left:390px;
}

#menu li
{
	margin-right:10px;
	left:570px;
	float:left;
	list-style-type:none;
}
#content
{
	background-image:url(../images/bg3.png);
	background-repeat: repeat-y;
	clear:both;
	padding:10px;
padding-bottom:40px;
	width:972px;
	height:100%;
	min-height:1000px;
	overflow:hidden;
}
h1
{
	margin:0 0 0 0;
	font-size:20px;
}
h2
{
	margin:0 0 0 0;
	font-size:16px;
}
.errormsg
{
	color:#ff0000;
	padding:2px;
	width:900px;
	margin-left:20px;
	border-bottom:2px solid #ff0000;
	margin-bottom:10px;
}
.pastPCCs
{
	font-size:12px;	
	margin-right:10px;
	padding-left:0px;
	float:left;
	list-style-type:none;
}
.successmsg
{
	color:#137b2b;
	width:900px;
	margin-left:20px;
	padding:2px;
	border-bottom:2px solid #137b2b;
}
.textarea_large
{
	width:592px;
	border:1px solid #aaaaaa;
	background-color:#eeeeee;
	font-size:12px;
	font-family:verdana;
	height:500px;
}
.my_textbox
{
	width:160px;
	height:25px;
	margin:4px;
	border:1px solid #cccccc;
	background-color:#ffffff;
	font-size:16px;
	color:#888888;
	background-image:url(../images/textbox_bg.png);
	font-family:verdana;
}
.commentbox
{
	width:500px;
	border:1px solid #aaaaaa;
	background-color:#eeeeee;
	font-size:12px;
	font-family:verdana;
	height:70px;
}
.inputtext
{
	width:200px;
	height:20px;
	margin:4px;
	border:1px solid #aaaaaa;
	background-color:#eeeeee;
	font-size:12px;
	font-family:verdana;
}
#sub_content
{
	margin-left:25px;
	width:92%;
	line-height:25px;
	text-align:justify;

}
/*** TABLES ***/

table{ float: left; margin: 0 0 10px 0; font-size: 12px; border:thin solid #CCC;}
table.noborder{border: none;}
table.bold{font-weight:bold;}
table#totals{margin: 5px 0; background-color:#FFF; color: #666699;}
table#discount{ margin: 10px 0;}
th{border-bottom:thin solid #CCC;}

table#totals tr td{border: none;}

tr.alt, tr.odd{background-color:#f3f3f3;}
tr.discount{background-color:#eee;}
tr.discount td{border: none;}

tr:hover{background-color:#EEE; cursor:default;}
tr.nohover:hover{background-color:#FFF;}
tr.highlight{background-color: #EEEEEE; }
table#totals tr.highlight td{border-top: thin solid #aaa; border-bottom: thin solid #aaa;}


/*************FORMS***************/
label {
	margin-right:16px;
	margin-left: 35px;
	text-align:right;
	padding: 3px;
	font-size:14px;
}

td label{margin: 0; text-align: left; }
form td{border-bottom: none;}

.login label{width: 104px;}
.login input{width: 200px;}

.register label{width: 150px;}
.register input{width: 250px;}



input, legend, textarea {
	border:1px solid #838383;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

.submit_btn
{
	height:30px;
	background-color:#276dab;
	color:#D5EAFD;
	font-weight:900;
}

.register legend{ padding: 2px 10px}

input.register, input.login{
	border-color: #838383;
	border-width: 1px;
	background-color: #333a8c;
	color: #FFF;
	
}

.fullWidth, .editable{
	width:96%; 	
}

.readonly{background-color:#FFF; color: #838383; border: none;}

fieldset{
	padding: 5px 0 12px 0;
}

fieldset div {
	clear:both;
	margin:10px 0;
}

fieldset.login{
	border: none;
	background-color: #CCC;
	height: 150px;
	margin: 0 145px 10px;
}

fieldset#change_password{ height: 200px; }

fieldset .title{
	margin: 0 0 30px 0;
}	