/* Page Layout for the main page body */
	
body {
/*	background-color:#65ACFE;
*/	background-color:#000000;
	text-align:center;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #9e9e9e;
	line-height: 11px;

	}

a {
	text-decoration:none;
	color: #FFFFFF;
	}

a:hover {
	color: #9e9e9e;
	}


html {
	overflow: scroll;
	}

/* This removes the margins and padding from everything - 
   causing a global whitespace reset */
* {
	margin:0;
	padding: 0;
	}

div {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

/* This next section sets up the layout for the top of the home page */
	
.pageBackground {
	background-image:url(images/home-page/black-background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-attachment:fixed;
}

/* This next section sets up the layout for the top of the home page */
	
.topHeader {
	width:950px;
	height:69px;
	align:center;
	vertical-align:top;
}

/* This next section defines the layout of the home page beneath the header */

.home-page-content {
	padding-top:0px;
	width: 948px;
	margin: 0 auto;
	text-align: left;
	background-color:#000000;
	height:600px;
}

.flash-content {
	margin: 0 0 0 3px;
/*	height:355px;
*/	border: #333333 solid 3px;
}
	

.city-group-ads {
	padding: 0 0 0 6px;
	border-top: #333333 solid 0px;
}
	

/*  This next section defines the graphic navigation 
    buttons on the right side of the home page */
.right-column {
	margin-left: 7px;
	width: 318px;
	background-color:#000000;
	height:100px;
	border: #131313 solid 1px;
}

/*  This is the dotted line between the rows of navigation buttons */
.linebreak{
/*	border-top: thin dotted #353535;*/
	background-image:url(images/home-page/connect-groups-background.jpg);
	background-repeat:no-repeat;
	
}

/*  This defines the layout for each row of navigation buttons */
.rt-column-row-specs
{
	width: 318px;
	height: 82px;
	border: 0px;
	vertical-align:top;
}


/*  This is the font for the news titles and the text below that */
.news-title
{
	font-weight: bold;
	color:#00FFFF;
	font-size:14px;
	padding-bottom:5px;
}

.news-title a {
	text-decoration: underline;
	font-weight: bold;
	color:#00FFFF;
	font-size:14px;
}

.news-title a:hover {
	text-decoration: none;
	font-weight: bold;
	color:#600FFFF;
	font-size:14px;
}
.newstext
{
	font-weight: normal;
	color:#FFFFFF;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	line-height: 11px;
	padding-right:5px;
	padding-top:10px;
	padding-left:120px;
}


/*  This section is the layout for the bottom ads of the home page */
.top-ads {
	height:210px;
	background-color:#000000;
	background-image:url(images/home-page/bottom-background-two.jpg);
	background-repeat:no-repeat;
	background-position:top;

}
	
.top-ads-text {
	line-height: 12px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	padding-top:7px;
	padding-left: 10px; 
	padding-right:10px;
 	font-size:11px;
 	color:#FFFFFF;
}

.top-ads-headline
{
	font-weight: bold;
	color:#FFFFFF;
	font-size:12px;
	padding-bottom:3px;
}

.top-ads-headline a
{
	font-weight: bold;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}

.top-ads-headline a:hover
{
	text-decoration:underline;
}

/*  This next section defines the newsletter section at the bottom right of home page */
.campus-connect {
	width: 321px;
	border: #000000 solid 1px;
	height:210px;
	float: right;
}

.newsletter {
	margin-top: 3px;
	width: 321px;
	border: #000000 solid 1px;
	height:209px;
	background-image:url(images/home-page/newsletter-background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float: right;
}

/.newslettertext-info {
	line-height: 12px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	padding-left: 15px; 
	padding-right:14px;
 	font-size:11px;
 	color:#FFFFFF;
}

#gt-link
{
	font-weight: normal;
	color:#666666;
	font-size:9px;
	font-family:"Trebuchet MS", Arial, sans-serif;

}

#gt-link a {
	text-decoration: underline;
	font-weight: normal;
	color:#666666;
	font-size:9px;
}

#gt-link a:hover {
	text-decoration: none;
	font-weight: normal;
	color:#666666;
	font-size:9px;
}

	
