@charset "utf-8";
/* CSS Document */

/*****************************
* GLOBAL STRUCTURE
******************************/

/* ACTIVE PAGE */
body#home_pg a#home_link                     { background: #000000; }
body#program_pg a#program_link               { background: #000000; }
body#registration_pg a#registration_link     { background: #000000; }
body#contact_pg a#contact_link               { background: #000000; }
body#login_pg a#login_link                   { background: #000000; }
body#travel_pg a#travel_link                 { background: #000000; }
body#student_awards_pg a#student_awards_link { background: #000000; }
body#abstracts_pg a#abstracts_link           { background: #000000; }

body {
	background: #F2F2F2 url(../images/structure/bg_repeat.jpg) repeat-x;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
}

div#navigation {
	width: 900px;
	margin: 0 auto 0 auto;
	display: block;
	/*border-right: 1px solid #000000;*/
}

	div#navigation ul {
		width: 900px;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	div#navigation li {
		float: left;
		display: block;
		width: 124px;
		height: 55px;
		overflow: hidden;
		list-style: none;
		text-align: center;
	}
	
	div#navigation li a {
		float: left;
		display: block;
		width: 124px;
		height: 43px;
		padding-top: 15px;
		font-size: 17px;
		border-left: 1px solid #000000;
		text-transform: capitalize;
		text-decoration: none;
		color: #999999;
		background: url(../images/button.jpg) #993300 no-repeat;
	}
	
	div#navigation li.end, div#navigation a.end {
		width: 140px;
	}
	
	div#navigation li a.end {
		border-right: 1px solid #000000;
	}
	
	div#navigation li a:hover {
		color: #FFFFFF;
		/*background: #666666;*/
		height: 42px;
		border-bottom: 1px solid #000000;
		/*border-bottom: 5px solid #990000;*/
	}
	
div#banner {
	background: #333333 url(../images/banner.jpg) center no-repeat;
	width: 100%;
	height: 100px;
	/*width: 800px;*/
	/*margin: auto;*/
}

div#main {
	width: 762px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: transparent;
}

	div#main a, div#submenu a {
		color: #663333;
		border-bottom: 1px dotted #663333;
		text-decoration: none;
	}
	
	div#main a:hover, div#submenu a {
		color: #701e1e;
		border: none;
		text-decoration: underline;
	}
	
	body#home_pg div#left_col a {
		border-bottom: 1px dotted #999999;
	}
	
	body#home_pg div#left_col a:hover {
		color: #701e1e;
		border: none;
		text-decoration: underline;
	}
	
	div#main h1:first-letter, div#bottom h1:first-letter {
			font-size: 26px;
	}
	
	div#main p {
		padding: 10px 0 10px 15px;
	}
	
	div#main p.divider {
		background: url(../images/structure/divider.jpg) left no-repeat;
	}

div#bottom {
	background-color: #333333;
	width: 100%;
}

	div#bottom a {
		color: #CCCCCC;
		border-bottom: 1px dotted #CCCCCC;
		text-decoration: none;
	}
	
	div#bottom a:hover {
		color: #DDDDDD;
		border: none;
		text-decoration: underline;
	}

	div#bottom p {
		color: #D6D6D6;
		font-size: 14px;
		width: 190px;
		padding: 0px 8px 0 8px;
	}

	div#bottom h2 {
		margin-top: 4px;
		margin-bottom: 3px;
		font-weight: bold;
	}
	
	div#btm_left {
		width: 215px;
		float: left;
		display: inline;
		margin: 20px 8px 20px 10px;
		padding: 5px 0 15px 15px;
		color: #FFFFFF;
		background: url(../images/structure/btm_box_bg.jpg) no-repeat bottom left;
	}
	
	div#btm_mid {
		width: 215px;
		float: left;
		margin: 20px 8px 20px 18px;
		padding: 5px 0 15px 13px;
		color: #FFFFFF;
		background: url(../images/structure/btm_box_bg.jpg) no-repeat bottom left;
		/*border: 1px solid #00CCFF;*/
	}
	
	div#btm_right {
		width: 215px;
		float: left;
		margin: 20px 10px 20px 18px;
		padding: 5px 0 15px 15px;
		color: #FFFFFF;
		background: url(../images/structure/btm_box_bg.jpg) no-repeat bottom left;
		/*border: 1px solid #00CCFF;*/
	}

div#footer {
	font-size: 12px;
	width: 762px;
	margin: auto;
}

	div#footer div.left {
		float: left;
		padding: 20px;
	}
	
	div#footer div.left img {
		float: left;
		margin: 3px 10px 5px 0px;
	}
	
	div#footer div.right {
		float: right;
		padding: 20px;
	}

div.dark_bar {
	width: 100%;
	height: 10px;
	background-color: #000000;
}

div.light_bar {
	width: 100%;
	height: 10px;
	background-color: #CCCCCC;
}	

div.bar {
	margin-bottom: 0px;
	padding-bottom: 0px;
	
	background-color: #999999;
	width: 100%;
}	

div.center {
	width: 762px;
	margin: auto;
	/*border: 1px solid #006633;*/
}

.clear {
	clear: both;
}

.section {
	margin-left: 15px;
}

h1,h2,h3,h4,h5,h6 {
	letter-spacing: -1px;
	font-weight: normal;
	
	margin: 0;
	padding: 0;
}

h1 { font-size: 20px; text-transform: uppercase;}
h2 { font-size: 18px;}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 { font-size: 14px;}