html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

#outer_container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #D4D9DF;
	margin: 0px;
	padding: 0px;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	font-size: 13px;
	color: #333333;
	line-height: 1.4em;
}

/*- Banner area --------------------------- */

#banner {
	text-align:left;
	padding-bottom:15px;
	padding-top:8px;
	margin-top:0px;
}

#bannerlinks {
	font-size:12px;
	padding-top: 30px;
	padding-bottom: 18px;
	text-align:right;
	padding-right: 14px;
}
#bannerlinks a {
	color:#CC0000; 
}
#banner img {
	float:left; 
}

img {
	border:0;
}

/*- Header / title area --------------------------- */

#header {
	background-color: #C5CED7;
}

#header h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#title {
	height: 170px;
	text-indent: -5000px;
	background: url(../images/background/title2.jpg) no-repeat;
}

/*- Content area --------------------------- */

#content_container {
	margin-left: 180px;
}

#content {
	margin-top: 10px;
	background-color: #FFFFFF;
	padding: 0;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

#content a {
	color: #CC0000;
	text-decoration: none;
}

#content  p, #left_col  p, #right_col  p, #single_col p {
	margin-top: 0.5em;
	line-height: 1.4em;
	padding-left: 10px;
	margin-bottom: 0px;
}

.coursedesc {
	margin-top: 5px;
	font-size: smaller;
	line-height: 1.2em;
	padding-left: 10px;
	margin-bottom: 10px;
}

.coursetitle {
	padding-top: 10px;
}

#content h2, #left_col  h2, #right_col  h2 {
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 0px;
	padding-left: 10px;
}

#content ul, #left_col  ul, #right_col  ul, #single_col ul {
	margin-top: 0.5em;
	margin-bottom: 0px;
}

.emphasis {
	font-size: medium;
	color: #536E83;
	padding-top: 10px;
	padding-right: 10px;
}

#left_col, #right_col {
	width: 280px;
	padding-bottom: 10px;
}

#left_col {
	float: left;
}

#right_col {
	margin-left: 287px;
}

#right_col p{
	padding-right: 5px;
	padding-bottom: 10px;
}
#single_col p {
	padding-right: 5px;
}

#single_col {
	padding-bottom: 10px;
}

#facultydetails {
	padding-right: 10px;
	padding-left: 10px;
}

/*- Table --------------------------- */

#single_col table {
	margin-top: 5px;
	margin-left: 10px;
}

.editlist th {
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D4D9DF;
}

.editlist td {
	vertical-align: top;
}

/*- Blurb --------------------------- */

.right-col-blurb {
	background-color: #D4D9DF;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.right-col-blurb a {
	color: #CC0000;
	text-decoration: none;
}

/*- Footer --------------------------- */

.footer {
	font-size: small;
	margin-top: 10px;
	text-align: center;
}

.footer a {
	color: #CC0000;
	text-decoration: none;
}

/*- Menu --------------------------- */
	
#menu{
	float:left;
	width: 170px;
	background-image: url(../images/background/box.gif);
	padding-top: 175px;
	background-repeat: no-repeat;
	background-position: left top;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
#menu {
	width: 200px;
	margin: 10px;
	}
*/

#menu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	font-weight: bold;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #333333;
	display: block;
	background:  url(../images/menu/main_menu4.gif);
	padding: 8px 0 0 35px;
	}
	
#menu li a:hover, 
	body#program a#program_menu,
	body#courses a#courses_menu,
	body#admission a#admission_menu,
	body#resources a#resources_menu,
	body#faculty a#faculty_menu {
	color: #CC0000;
	background:  url(../images/menu/main_menu4.gif) 0 -32px;
	padding: 8px 0 0 35px;
}
