/*//////////////////////////CSS Document////////////////////////////////////////
www.cput.ac.za 
(Creating Futures.)

- Generic Style Sheet -
- Copyright OMOP 2008 - 

Created 28|01|08 09:40am
Last Updated 30|07|08 12:09am


/////////////////////////////////////////////////////////////////////////////*/

img,img a{
	border: none;
}
/*//////////////////////////////////////////////BODY-START///////////////////////////////////////////*/
body {
	background-image: url(homepage2/images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #ccc;
	font-family: 'Arial', Helvetica, sans-serif;
}
/*//////////////////////////////////////////////BODY-END///////////////////////////////////////////*/

/*//////////////////////////////////////////////MAIN CONTAINER-START///////////////////////////////////////////*/
#main_container{
	margin-right:auto;
	margin-bottom:auto;
	margin-left:auto;
	width:700px;
	height:auto; /*//CHANGED//*/
	font-size: 12px;
}

.logo img{
	margin-top:0px;
	border:none;
}

.logo{
	margin-right:auto;
	margin-bottom:auto;
	margin-left:auto;
	width:700px;
	height:112px;
	background-color:#fff;
}

.navigation{
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	height: 29px;
	background-color: #86cadf;
}

.header{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 700px;
	height: 189px;
	background-color: #fff;
}

.subtext{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 700px;
	height: 27px;
	background-color: #fff;
}

.content{
	margin-top: 0px;
	width: 700px;
	height: auto;
	background-color: #fff;
}

a img, img{
	margin-top: 0px;
	border: none;
}

/*///////////////////////////////////////////////////////////////////////////////////*/

.column_left{
	float: left;
	margin-top: 0px;
	background-color: #fff;
	width: 200px;
	height: auto;

}

.column_mid{
	float: left;
	margin-top:0px;
	margin-left:7px; /*//CHANGED//*/
	background-color:#fff;
	width:275 px; /*//CHANGED//*/
	height: auto;
	padding-left:3px;
}

.column_right{
	float: right;
	margin-top: 0px;
	background-color:#fff;
	width: 200px;
	height: auto;

}

.top_section{ /*//ADDED//*/
	margin-top: 0px;
	background-color:#fff;
	width: auto;
	height:477px;
	background-image: url(images/seperator_image/seperator_image.gif);
	background-repeat: repeat-y;
}

.bottom_section{ /*//ADDED//*/
	margin-top: 0px;
	background-color:#fff;
	width:700px;
	height:600px; /*//Changed Wendal 19Aug2009 - from 330 to 530//*/
	background-image: url(images/seperator_image/seperator_image.gif);
	background-repeat: repeat-y;
}

/*///////////////////////////////////////////////////////////////////////////////////*/
.newsletters{
	margin-top: 15px;
	background-color:#fff;
	width: 200px;
	height: 387px;
}

.news{
	margin-top: 0px;
	background-color:#fff;
	width: 200px;
	height: 100px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.noticeboard{
	margin-top: 0px;
	background-color:#fff;
	width: 200px;
	height: auto;
}

.featured{
	margin-top: 15px;
	background-color:#fff;
	width: 275px;
	height: 387px;
}

.conferences{
	margin-top:0px;
	background-color:#fff;
	width: auto;
	height: auto;
}

.newsfeed{
	margin-top: 15px;
	background-color:#fff;
	width: 200px;
	height: auto;
}

.featured_photo{
	margin-top:0px;
	background-color:#fff;
	width: auto;
	height: auto;
}

/*/////////////////////////////////TEXT///////////////////////////////////////*/
.align_right{text-align:right; margin-top:5px; margin-bottom:5px} /*//ADDED//*/

p.blue {
	color:#0099ff;
	font-weight: bold;
	text-align: left;
}

p.grey1 {
	color: #666;
	text-align:justify;
}

p.grey2 {
	color: #666;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.red{
	color: #993300;
}

.bold{
	font-weight: bold;
}

.darkgreybold{
	font-weight: bold;
	color: #333;
}

.darkgrey{
	color: #333;
}

.blue1{
	color: #0099ff;
	font-weight:bold;
}

.bodytext {
	color: #666;
	text-align:justify;
	font-weight:normal;
}

.bodytextleft {
	color: #666;
	text-align:left;
	font-weight:normal;
}

.caption {
	color: #666;
	text-align:left;
	font-weight:normal;
	font-style: italic;
}

/*/////////////////////////////////LINKS///////////////////////////////////////*/

a:link{	
	font-size:11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	}
	
a:visited{
	font-size:11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	}
	
a:hover{
	font-size:11px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
	}
	
a:active{
	font-size:11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}

/*/////////////////////////////*//*/////////////////////////////*//*/////////////////////////////*/

.red a{
	font-size:12px;
	font-weight: normal;
	color: #993300;
	text-decoration: none;
}

.red a:hover{
	font-size:12px;
	font-weight: normal;
	color: #993300;
	text-decoration: underline;
}

.red a:active{
	font-size:12px;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}

.bottom{
	margin-bottom: 0px;
}

.footer{
	clear: both;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	text-align:center;
	font-size:10px;
	font-weight: bold;
	color: #333;
}
