body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.container {
	width: 860px;
	margin: 0 auto;
	text-align: left;
}

div, p, li, td, a {
	font: 8pt Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 12pt;
	color: #333333;
}

h1 {
	font: 10pt Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	color: #6c1331;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font: 10pt Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	color: #6c1331;
	font-weight: bold;
	text-transform: uppercase;
}

h3, h4, h5, h6 {
	font: 9pt Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	color: #333333;
	font-weight: bold;
}

.header {
	margin: 20px 0px;
	height: 41px;
}

.logo {
	display: block;
	width: 330px;
	height: 41px;
	background: url(/advising/templates/images/logo.gif) 0 0 no-repeat;
}

.logo h1 {
	display: none;
}

.links {
	float: right; 
	height: 41px;
	vertical-align: bottom;
	margin-top: 13px;
}

.links a {
	font: 8pt bold Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
	color: #666666;
}

.links a, .links a:visited {
	font-weight: bold;
	color: #666666;
}

.links a:hover, .links a:active {
	font-weight: bold;
	color: #902147;
}

.navbar {
	height: 40px;
	background: url(/advising/templates/images/nav-bg.gif) top center no-repeat;
	padding-top: 11px;
	vertical-align: bottom;
	text-align: center;
}

.navbar span#dashed {
	padding-right: 16px;
	margin-right: 8px;
	background: url(/advising/templates/images/nav-div.gif) top right no-repeat;
}

.navbar span#nodash {
	padding: 0px;
	margin: 0px;
}

.navbar a {
	font: 10pt Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
}

.navbar a, .navbar a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.navbar a:hover, .navbar a:active {
	text-decoration: none;
	font-weight: bold;
	color: #ffff99;
}

.main {
	background: url(/advising/templates/images/main-bg.jpg) 0 0 no-repeat;
	width: 860px; 
	height: 260px;
	clear: both;
}

.main #contents {
	width: 840px;
	padding: 10px;
}

.main #contents #video {
	float: right;
}

.pagemeat #left {
	float: left;
	width: 350px;
	margin: 10px;
	padding: 0px;
}

.pagemeat #right {
	float: right;
	width: 450px;
	margin: 10px;
	padding: 0px;
}

.pagemeat ul {
	list-style: outside;
	margin: 0px 10px;
	padding: 0px 10px;
}

a, a:visited, a:hover, a:active {
	color: #902147;
}

.footer {
	background: url(/advising/templates/images/footer-bg.gif) top center no-repeat;
	font-size: 8pt;
	color: #666666;
	width: 840px;
	height: 30px; 
	text-align: center;
	margin: 14px 10px 20px 10px;
	padding-top: 6px; 
}

.footer a, .footer a:visited {
	font-size: 8pt;
	color: #666666;
	text-decoration: underline;
}

.footer a:hover, .footer a:active {
	font-size: 8pt;
	color: #660033;
	text-decoration: underline;
}

.clear {
	clear: both; 
}

.listnav {
	padding-left: 55px;
	margin-bottom: 20px;
	}

.listnav#list1 {
	background: url(/advising/templates/images/bullet-img-1.gif) 0 0 no-repeat; 
}

.listnav#list2 {
	background: url(/advising/templates/images/bullet-img-2.gif) 0 0 no-repeat; 
}

.listnav#list3 {
	background: url(/advising/templates/images/bullet-img-3.gif) 0 0 no-repeat; 
}

.listnav#list4 {
	background: url(/advising/templates/images/bullet-img-4.gif) 0 0 no-repeat; 
}

.listnav#list5 {
	background: url(/advising/templates/images/bullet-img-5.gif) 0 0 no-repeat; 
}

.listnav h3 {
	font: 10pt Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold; 
	color: #6c1331; 
	margin-bottom: 5px;
}

.listnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.listnav li, .listnav li a, {
	font: 8pt Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal; 
	line-height: 18px;
}

.listnav li a, .listnav li a:visited {
	color: #333333;
	text-decoration: underline; 
	}
	
.listnav li a:hover, .listnav li a:active {
	color: #6c1331;
	text-decoration: underline; 
	}

div.subnav {
	padding: 0px 0px 0px 4px;
}

.menu {
	float: left;
	width: 220px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.menu h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding-bottom: 4px;
}

.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menu li {
	background: url(/advising/templates/images/list-subnav.gif) 0 0 no-repeat;
	padding: 0px 0px 0px 15px;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: #333333;
	line-height: 18px;
}

.menu li a, .menu li a:visited {
	color: #333333;
	text-decoration: underline;
}

.menu li  a:hover, .menu li a:active {
	color: #660033;
	text-decoration: underline;
}

.menu #btn {
	margin: 18px 0px 20px 4px;
	display: block;
	background: url(/advising/templates/images/btn-contact.gif) 0 0 no-repeat;
	width: 191px;
	height: 35px;
}

.menu #btn a {
	display: block;
	width: 191px;
	height: 35px;
	}

.menu #btn h3 {
	display: none;
}

.body {
	width: 610px;
	float: right;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

#pagetitle h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #6c1331;
	margin: 0px;
	padding-bottom: 4px;
}

#print {
	float: right;
	margin-top: -5px;
	display: block;
	background: url(/advising/templates/images/btn-print.gif) 0 0 no-repeat;
	width: 84px;
	height: 24px;
}

#print a {
	display: block;
	width: 84px;
	height: 24px;
	}

#print h3 {
	display: none;
}

/* login */
div.login {	width: 200px; margin: 0px; padding: 0px; text-align: left; float: right; margin: 10px 10px 0px 0px;}
H2.login { font-family: tahoma, verdana, arial, helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #333333; margin: 0px; padding-bottom: 4px; text-transform: none;}
form.login {margin: 0px; padding: 0px;}
label.login {font-family: tahoma, verdana, arial, helvetica, sans-serif; font-size: 7pt; font-weight: bold; color: #666666; margin: 0px; width: 55px;}
label {font-family: tahoma, verdana arial, helvetica, sans-serif;font-size: 7pt;font-weight: bold;}
p.instructions a, a:visited, a:hover, a:active {color: #666666; text-decoration: underline;}
input.login {font-family: tahoma, verdana, arial, helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #333333; margin: 0px; width: 145px;}
p.fieldset {width: 200px; text-align: left; margin: 0px; paddding: 0px;}
p.button {width: 200px; text-align: right; margin: 0px; paddding: 0px;}

