/*************************************************
**     Sigman Phi Eplison Site GLOBAL CSS!      **
*************************************************/

html {height: 100%;}
body {
	background-image: url(img/sigepSkyline.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	background-color: #B0CADE/*#CC3333*/;
	padding:0 0 0 0;
	margin:0 0 0 0;
	height: 100%;
	font-family: Bell MT, Arial Unicode MS, Arial Narrow, Arial;
}
#outerWrapper{
	background-image: url(img/bgcolumn.png);
	background-repeat: repeat-y;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	min-height:100%;
}
#wrapper{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	overflow:auto;
	height:auto;
}
.topimgrow{
	margin-top: 3px;
}
.topimg {
	width: 174px;
	height: 140px;
	margin-left: 3px;
	margin-right: 3px;
}
#underTitle{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 1.3em;
}
#underTitle b{
	margin-left: 15px;
	margin-right: 15px;
}
.navbar {
	text-align: center;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.navbar #top{
	margin-bottom: 4px;
}
.navbar #line{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: 2px; line-height: 2px; font-size: 1px;
	background-color: #990099;
}
.navbar #sub div{
	display: none;
}
.navbar #top a, .navbar #sub a{
	margin: 0 5px;
	text-decoration: none;
}
.navbar #top a {color: #CC3333; text-transform: uppercase;}
.navbar #top a:hover {color: #000000;}
.navbar #sub a {color: grey;}
.navbar #sub a:hover {color: #000000;}

a {color: #CC3333; text-decoration: none;}
a:hover {color: #000000;}

.content{
	margin: 15px 100px;
}
h1{text-align: center;}