/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000;
	background: #fff url(images/sitebg.jpg) repeat-x;
	font-family: Arial, Georgia, "Times New Roman", Verdana;
	font-size: 11px;
	text-align: center;
}

a {
color:
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	color: #fff;
	background-color: inherit;
}

p {
	padding: 7px 10px 8px;
	padding-right:25px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
}

#body_wrapper {
	margin: 0px auto;
	width: 801px;
	color: inherit;
	background-color: #fff;
	text-align: left;
}

#container {
	margin: 0px 1px;
	width: 800px;
}

#header_container {
background:url(images/headerbg.jpg) repeat-x;
	color: #80ccee;
	font-size: 12px;
	text-align: left;
	height:auto;
	padding-top: 7px;
	font-weight: bold;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
	visibility: hidden;
	background:#000000;
	
}
/* Page Top Header Start */
#page_header {
	width: 787px;
	overflow: hidden;
	font-weight: bold;
	text-align: left;
}

ul#page_header a {
	
	color: #80ccee;
	text-decoration:none;
}

ul#page_header a:hover {
	color: #fff;
	background-color: inherit;
}

ul#page_header {
	margin-left:10px;
	padding-bottom: 10px;
	width: 786px;
}

ul#page_header li {
padding: 18px 18px 0px;
float: left;
font-weight: bold;
list-style-type:none;
}

/* Page Top Header Ends */

#footer_container {
background:url(images/footerbg.jpg) repeat-x;
color: #80ccee;
font-size: 12px;
text-align: left;
height:78px;
padding-top: 7px;
font-weight: bold;
margin-top:800px;
}

#footer_container img{
float:right;
}

#footer_container table{
float:right;
padding-top:15px;
}

/* Page Footer Starts */
#page_footer {
	width: 787px;
	overflow: hidden;
	font-weight: bold;
	text-align: left;
	font-size:11px;
	font-weight:bold;
	padding-left: 10px;
}

ul#page_footer a {
	
	color: #000;
	text-decoration:none;
}

ul#page_footer a:hover {
	color: #fff;
	background-color: inherit;
}

ul#page_footer {
	
	padding-bottom: 15px;
	width: 786px;
}

ul#page_footer li {
margin-left:10px;
padding: 18px 7px 0px;
float: left;
list-style-type:none;
}
/* Page Footer Ends */

#page_rightbar{
background:#26bce5 url(images/bodybg.jpg) repeat-x;
width:600px;
height:800px;
float:right;
}

/* Sidebar Start */
#sidebar{
width:200px;
height:800px;
float:left;
}

#sidebar a{
color:#990000;
}

#sidebar a:hover{
color:inherit;
}

#sitelogo{
background:url(images/UBC-logo.jpg) no-repeat;
padding: 40px 20px 100px 20px;
}

#sitetop_pattern{
background:url(images/patern_top.jpg) no-repeat;
/*padding: 50px 40px 15px 0px;*/
width:40px;
height:85px;
float:right;

}

#sitebottom_pattern{
background:url(images/patern_down.jpg) no-repeat;
padding: 40px 80px 150px 80px;
float:left;
margin-bottom:10px;
}


#subheader a{
color:#000099;
}

#subheader a:hover{

color:#FFFFFF;
background:#00CCFF;
}