body {
	font-size: .7em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #fefef6;
	}
/* Set to 1 to debug layout */
div {
	border: 0px dotted red;
	}
/* Turn off all image borders */
img {
	border: 0;
	}
.hidden {
	display: none;
	}
/* Show jump links to screen readers */
@media aural {
	.hidden { display: block; 	}
	}
a.email {
	padding-left: 14px;
	background: transparent url(/graphics/email_icon.gif) no-repeat 0 3px;
	}
br.clear {
	clear: both;
	}
/* Main div that centers the fixed-width layout */
#container {
	width: 760px;
	margin: 10px auto 10px auto;
	text-align: left;
	color: #666;
	border: 1px solid #ccc;
	background-color: #fff;
	}
#studentgroupcontainer {
	width: 988px;
	margin: 10px auto 10px auto;
	text-align: left;
	color: #666;
	border: 1px solid #ccc;
	background-color: #fff;
	}
/* Header styles */
#header h5, #header li, #footer p, #footer li {
	font-size: 11px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: normal;
	}
#header h5 {
	float: left;
	margin: 5px 0 10px 15px;
	}
#header a:link, #header a:visited, #header a:active, #footer a:link, #footer a:visited, #footer a:active {
	color: #666;
	text-decoration: none;
	}
#header a:hover, #footer a:hover {
	text-decoration: underline;
	} 
/* Consolidate utility and footer styles as much as possible */
#utility, #footer ul, #login ul {
	float: right;
	list-style: none;
	margin: 5px 15px 0 0;
	padding: 0;
	}
#footer ul {
	margin: 10px 15px 10px 0;
	}
#login ul {
	margin: 0;
	}
#utility li, #footer ul li, #login ul li {
	display: inline;
	margin: 0;
	padding: 0 0 0 5px;
	border-left: 1px solid #666;
	}
/* Suppress pipe separator for the first item */
#utility li.first, #footer ul li.first, #login ul li.first {
	border-left: 0;
	}
/* Georgetown Law graphic */
#header h4 {
	float: left;
	margin: 0 0 9px 15px;
	}
/* Google search */
#sitesearch {
	float: right;
	margin: 0 15px 0 0;
	padding: 0;
	}
#headersearchinput {
	font-size: 1em;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #666;
	width: 15em;
	padding-left: 16px;
	border: 1px solid #ccc;
	background: transparent url(/graphics/magnifying_glass.gif) no-repeat 2px 2px;
	}
#headersearchbutton {
	font-size: .8em;
	color: #fff;
	background-color: #4173a3;
	padding: 0;
	border: 1px solid #aaa;
	}
/* Primary navigation */
#blue, #gold {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 25px;
	}
#blue {
	background: #4173a3 url(/graphics/navbkgd_blue2.gif) repeat-x scroll bottom;
	margin-bottom: 1px;
	}
#gold {
	clear: both;
	background: #b4952d url(/graphics/navbkgd_gold2.gif) repeat-x scroll bottom;
	}
/* 25% width was causing the nav to wrap in Juan's browser (laptop with bumped up DPI) */
#blue li, #gold li {
	float: left;
	width: 24.9%;
	height: 25px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background: transparent url(/graphics/vertdots.gif) no-repeat right center;
	}
/* Suppress vertical dot divider for the first item */
#blue li.last, #gold li.last {
	background: none;
	}
#blue a:link, #blue a:visited, #blue a:active, #blue a:hover, #gold a:link, #gold a:visited, #gold a:active, #gold a:hover {
	padding-top: 3px;
	display: block;
	color: #fff;
	text-decoration: none;
	}
#blue a:hover, #gold a:hover {
	color: #dcdcdc;
	/* background: transparent url(/graphics/nav_hover2.gif) no-repeat 2px 4px; */
	}
/* Start contentarea */
#mainbody {
	clear: both;
	padding: 5px;
	}
#titlearea, #contentarea {
	font-size: 1em;
	padding: 5px;
	}
#titlearea {
	padding-top: 1px;
	}
#breadcrumb, #login {
	font-size: 11px;
	}
#breadcrumb {
	width: 75%;
	}
#breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#breadcrumb ul li {
	display: inline;
	color: #999;
	}
#breadcrumb ul li.currentpage {
	color: #666;
	}
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active, #login a:link, #login a:visited, #login a:hover, #login a:active {
	color: #4173a3;
	text-decoration: none;
	}
#breadcrumb a:hover, #login a:hover {
	text-decoration: underline;
	}
#login {
	width: 25%;
	text-align: right;
	}
a.rightarrow:link, a.rightarrow:visited, a.rightarrow:hover, a.rightarrow:active {
	font-size: 11px;
	padding-right: 18px;
	background: transparent url(/graphics/arrow_login.gif) no-repeat scroll right center;
	}
#title {
	clear: left;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #3f617f;
	margin: 0;
	padding: 7 0 0 0;
	}
/* Horizontal rule dividing titlearea from contentarea */
#titlearea {
	border-bottom: 1px solid #ffcc66;
	}
#contentarea {
	border-top: 5px solid #fff;
	background: transparent url(/graphics/vertdots_contentarea.gif) repeat-y left;
	}
#sidebar {
	float: left;
	width: 170px;
	}
#sidebar h3 {
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	}
#sidebar ul {
	list-style-image: url(/graphics/qbullet.gif);
	list-style-position: outside;
	list-style-type: disc;
	margin: 0;
	padding: 0 0 10px 15px;
	line-height: 125%;
	}
#sidebar ul li {
	margin: 0 0 8px 0;
	padding: 0;
	}

	
#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color: #666;
	text-decoration: none;
	}
#sidebar a:hover {
	text-decoration: underline;
	}
#content {
	padding-left: 191px;
	}
#content p, #contentnosidebar p {
	margin: 0 0 1.25em 0;
	padding: 0;
	line-height: 165%;
	}
/* Footer styles */
#footer {
	clear: both;
	border-top: 1px solid #ccc;
	}
#footer p {
	float: left;
	margin: 0;
	padding: 10px 0 10px 15px;
	}
#footer p.first {
	padding: 10px 0 10px 4px;
	}
/* Added with login facelift */
#loginMain {
	width: 70%;
	float: left;
	}
#loginSidebar {
	width: 28%;
	float: right;
	}
div.loginMsg, div.errorMsg, div.alertMsg {
	margin-bottom: 10px;
	padding: 10px;
	font-size: 11px;
	color: #000;
	}
div.loginMsg {
	background: #f8f9fa;
	border: 1px solid #bfccd7;
	}
div.errorMsg, div.alertMsg {
	font-weight: bold;
	}
div.alertMsg {
	background: #fff9d7;
	border: 1px solid #e2c822;
	}
div.errorMsg {
	background: #ffebe8;
	border: 1px solid #dd3c10;
	}
div.errorMsg ul {
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: square;
	list-style-image: none;
	}
div.errorMsg li {
	color: #000;
	}
.sidebarHead, .sidebarHeadMac {
	margin: 0;
	padding-left: 8px;
	height: 23px;
	font-size: 13px;
	color: #000066;
	font-family: helvetica,arial,sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 23px;
	background: #e7ecf0 url(/graphics/bkgd_colheader.gif) repeat-x;
	border-top: 1px solid #bfccd7;
	border-right: 1px solid #bfccd7;
	border-left: 1px solid #bfccd7;
	}
.sidebarBody, .sidebarBodyMac {
	margin-bottom: 10px;
	padding: 8px;
	font-size: 11px;
	border-right: 1px solid #bfccd7;
	border-bottom: 1px solid #bfccd7;
	border-left: 1px solid #bfccd7;
	background: #fff;
	}
.sidebarHeadMac {
	background: #e7ecf0 url(/graphics/bkgd_colheader_pink.gif) repeat-x;
	border-top: 1px solid #dd3c10;
	border-right: 1px solid #dd3c10;
	border-left: 1px solid #dd3c10;
	}
.sidebarBodyMac {
	border-right: 1px solid #dd3c10;
	border-bottom: 1px solid #dd3c10;
	border-left: 1px solid #dd3c10;
	}		
fieldset {
	margin-bottom: 10px;
	padding: 10px;
	}
legend {
	margin-bottom: 5px;
	padding: 1px 7px 1px 7px;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #666;
	background: url(/graphics/shade.gif) repeat-x scroll top left;
	}
.highlight {
	padding: 2px 4px 2px 4px;
	background-color: #ffff99;
	}
input.readOnly {
	padding: 2px;
	color: #808080;
	background: #ddd;
	border: solid 1px #808080;
}
	
