  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color:RGB(244,241,237);
	color:RGB(0,0,0);
	font-size:11pt;
	line-height:18pt;
	background-image:url('/backgrounds/bg.png');
	background-position:top;
	background-repeat:no-repeat;
}
img {
	padding:10px;
}
.left {
	padding:0px 10px 10px 0px;
	}
#btechLogo {
	margin-left:35px;
}
/* Fonts */
@font-face
{
font-family: Roboto Light;
	src: url('/fonts/roboto-light.ttf'),
     	 url('/fonts/roboto-thin-webfont.eot'); /* IE9 */
}
@font-face
{
	font-family: Roboto-lightItallic;
	src: url('/fonts/roboto-lightItallic.ttf'),
		 url('/fonts/roboto-lightItallic-webfont.eot'); /* IE9 */
}
@font-face
{
	font-family: Roboto Medium;
	src: url('/fonts/roboto-medium.ttf'),
		 url('/fonts/roboto-medium-webfont.eot'); /* IE9 */
}
/* Link Styles*/
a {
	color:#000;
	font-size:14pt;
	text-decoration:none;
}

#topNavigation {
	font-family: Roboto Light, Arial;
	font-size:14pt;
	margin-left:0px;
}

#topNavigation li.current a {
	color:RGB(76,114,29);
	font-size:14pt;
	font-weight:bold;
	font-family:Roboto Medium, Arial;
	}
a:hover {
	color:RGB(76,114,29);
}
	
ul li {
	list-style:none;
	margin-bottom:10px;
}

/* Styles */
h1 {
	color:RGB(76,114,29);
	font-size:16pt;
	font-weight:200;
}
.subHead {
	font-family:Roboto Medium, Arial;
	font-size:11pt;
	color:rgb(76,114,29);
}

#masthead {
	background-image: url('/Backgrounds/TopBanner.png');
	width:940px;
	height:276px;
	margin:0px auto;
	background-repeat:no-repeat;
}
	#logo {
		width:336px;
		height:100px;
		top:176px;
		position:absolute;
		margin-left:35px;
}
#mary {
	color:#FF0064;
	font-size:44pt;
	font-family:Times New Roman;
}
#tagline {
	color:#000;
	text-align:right;
	font-family:Roboto Light, Arial;
	width:334px;
	font-style:italic;
	
}

#top_nav {
	
}

#container {
	width: 940px;
	margin: 0px auto;
	background-color:#fff;
	min-height:100%;
	height:100%;
}

#left_col {
	width: 300px;
	float: left;
	min-height:100%;
}
	#leftColContent {
		margin-left:35px;
		font-family:Roboto Light, Arial;
}
.noLink a {
	font-family:Roboto Light, Arial;
		text-decoration:none;
		font-size:11pt;
	}

#page_content {
	margin-left: 300px;
	font-family: Roboto Light, Arial;
	text-align: left;
	font-size: 11pt;
	line-height: 18pt;
	color:#000;
	padding:15px;
}

#footer {
	clear: both;
	background-color:#fff;
	width:940px;
	height:87px;
	background-image:url('/backgrounds/footer.png');
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#fff;
	font-family:Roboto Light, Arial;
	vertical-align:middle;
	position:relative;
}

#legals {
	position:absolute;
	bottom:3px;
	text-align:center;
	width:940px;
}
.medFont {
		font-family:Roboto Medium, Arial;
	}
.lightFont {
		font-family:Roboto Light, Arial;
		}































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
