/* Start of CMSMS style sheet 'GCC - LAYOUT' */
/* html body tag style */
body {
    margin: 0px;
    padding: 0px;
	background-color:#000000;
}

/* h1 tag style */
h1 {
    margin: 0px;
    padding: 0px;
    font-family: arial;
    font-size: 140%;
    color: #ffffff;
}

h2 {
   color: #fff;
}

h3 {
   color: #fff;
}

h4 {
   color: #fff;
}

li {
color: #fff;
}

p {
    margin: 0px;
    padding: 4px;
    font-family: arial;;
    color: #ffffff;
}

A:link { color: #ffffff;}
A:visited { color: #ffffff;}
A:active { color: #ffffff;}
A:hover {text-decoration: underline; color: #ffffff;}

/* CSS Style Rule for Div having id="outer-container" */
/* outer-container will hold the whole assembly of
   nested div overlays. */
/* It will also center align the design */
#outer-container {
    width: 1000px;
    margin: 0 auto;
}

/* header CSS Style Rule */
#header {
    width: 1000px;
    height: 199px;
	background-image: url(uploads/layout/header.jpg);
    background-color: #000000;
}

#follow {
	font-family:arial;
	color: #ffffff;
	padding-left: 60px;
	padding-top: 10px;
}

/* footer CSS Style Rule */
#footer {
    width: 880px;
	height:31px;
    background-color: #0255FD;
	background-image: url(uploads/layout/footer.png);
    background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding-left: 60px;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;

}

/* Top navigation CSS Style Rule */
#top-Nav {
    width: 1000px;
    background-color: black;
    margin: 0px 0px 0px 40px;
}


#top-border {
	width: 1000px;
	height:8px;
	background-image:url(uploads/layout/border-top.jpg);
	background-repeat: repeat-x;
}

/* content-container CSS Style Rule */
/* It will hold the main content of the page. */
#top-content-container {
    width: 880px;
	min-height: 250px;
    height: auto;
	background-image:url(uploads/layout/blue-bg.png);
	background-repeat: repeat-y;
    margin: 0px 0px 0px 0px;
	padding-left: 60px;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
}
#bottom-border {
	width: 1000px;
	height:10px;
	background-image:url(uploads/layout/bottom-border.jpg);
	background-repeat: repeat-x;
}

#bottom-content-container {
    width: 880px;
    height: auto;
	min-height: 200px;
	font-family:Arial;
	background-image:url(uploads/layout/content-bg-bottom.png);
	background-repeat: repeat-y;
    background-color: #000000;
    margin: 0px 0px 0px 0px;
	padding-left: 60px;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
}

#bottom-content-container h3 {
	margin: 0px;
    padding: 0px;
	color: #6988f0;
}

#"NewsSummaryContent {

}

/* End of 'GCC - LAYOUT' */

