body{
	background: transparent url(../images/content_heavy.jpg) repeat scroll center top;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 150%;
	margin: 0px 10px;
}

.button-small{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#form-login {
	text-align:right;
}

#wrapper{
	margin: 0px auto;
	width: 850px;
}

#header{
	background: url(../images/alumni_header.png) 0px 0px no-repeat;
	height:101px;
	margin-top:0px;
	margin-left:-45px;
	width:990px;
}

#top-wrapper{
	margin: 0px auto 15px;
	width: 850px;
	border-bottom:1px solid #CCCCCC;
}

#wrapper-left{
	float:left;
	margin: 0px auto;
	width: 425px;
	text-align:left;
}

#wrapper-right{
	float:left;
	margin: 0px auto;
	width: 425px;
	text-align:right;
}

/* Normal link */
a {
	color: #006699;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 180%;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}

/* Heading */
h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul.cToolbarNavList {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
}

ul.cToolbarNavList li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left: 30px;
	line-height: 180%;
	background: url(../images/bullet.gif) no-repeat 18px 8px;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/hdot2.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 100%;
}

img {
	border: none;
}

/*  FOOTER  */
.footer{
	background:url(../images/alumni_footer.png) no-repeat top center;
	clear: both;
	color: #ffffff;
	
	height:79px;
	margin:0 0 0 -38px;
	width:976px;
}


.footer a{
	color: #ffffff;
}

.footer .foot_content{
	font-family: Helvetica. Arial, sans-serif;
	padding: 20px;
}

.center{
	text-align: center;
}

.copyright{
	font-size: 12px;
}

.design{
	font-size: 10px;
}

.community-container{
	width:900px;
	margin:0 auto;
	background: transparent url(../images/bg-container.png) repeat scroll center top;
}


a.dc, a.xc{
	display: block;
}

a.dc span, a.xc span{
	display: none;
}

a.dc{
	background:url(../images/dc.png) no-repeat 0px 0px;
	float:left;
	height:94px;
	margin:2px 0 0 15px;
	width:76px;
}

a.xc{
	background:url(../images/xc.png) no-repeat 0px 0px;
	float: right;
	height:72px;
	margin:13px 13px 0 0;
	width:108px;
}




