@charset "utf-8";
/***************************
	Imported Syles
**************************/
@import url(headers.css);
@import url(nav.css);

/***************************
	Globals Values
**************************/
body, html {
	margin:0;
	background: url('../images/other/bg-georgetown.jpg') top left repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1b1b1b;
	line-height:18px;
}

.clear {
	clear:both;
}

.hidden {
	visibility:hidden;
	
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:1.7em;
	line-height:1.2em;
	color:#4b4b4b;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:1.7em;
	line-height:1.1em;
	color:#4b4b4b;
	margin-top:1em;
	margin-bottom:-.2em;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#1e5a96;
}
	
a:link,
a:visited {
	color:#003366;
}

a:hover {
	color:#1e5a96;
}

/***************************
	Page Elements    
**************************/

#doc {
	margin:0 auto;
	width:733px;
/*	border:1px solid red;  THIS IS FOR TEXTING THE BOX MODULE ONLY! --*/ 
	
}


#logo-space {
	width:730px;
	margin:0 auto;
	height:103px; /*Change this value when you import the images */
}

#logo-georgetown {
	display:block;
	height:103px;
	width:233px;
	background: url('../images/other/logo-georgetown.gif') top left no-repeat;
	float:left;
}


#logo-accenture {
	display:block;
	height:101px;
	width:143px;
	background: url('../images/other/logo-accenture.gif') top left no-repeat;
	float:right;	
}


#bd {
	width:730px;
	margin:0;
	background: url('../images/other/bg-doc.jpg') top left repeat-y;  
}


#left {
	border-right:1px solid #dbdbdb;
	width:450px;
	padding-left:10px;
	float:left;
}

#right {
	width:250px;
	padding-right:10px;
	float:right;
}

.module {
	margin:0 auto;
	width:95%;
	padding:1em 0 1em 0;
	border-bottom:1px solid #dbdbdb;
}

.module ul {
	list-style:none;
	padding-left:0;
	margin-left:0;
	line-height:24px;
}

#footer {
	display:block;
	width:733px;
	height:63px;
	background: url('../images/other/bg-footer.jpg') top left no-repeat;
	line-height:1em;
} 

#footer ul {
	list-style:none;
	padding:0;
	margin:0 10px;
	
}

#footer li{
	float:left;
	margin:0 3px 0 3px;
	line-height:24px;
}

#copyright {
	margin:1em 0 0 1.2em;
	font-size:.85em;
	float:none;
}

.indent {
	margin:0 30px 0 30px;
}

.indent p {
margin:0;
padding:0 0 15px;
}

.blue  {
	color:#1e5a96;
	font-weight:700;
}

.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
}

#callout-text {
margin-left:10px;
}


