/* Font Definitions */
 
@font-face
	{font-family:"Source Sans Pro";
	panose-1:2 11 5 3 3 4 3 2 2 4;
	src: url("SourceSansPro-Regular.woff") format('woff'),
		url("SourceSansPro-Regular.woff2") format('woff2');}
	
@font-face
	{font-family:Raleway;
	panose-1:2 11 0 3 3 1 1 6 0 3;
	src: url("Raleway-Regular.woff") format('woff'),
		url("Raleway-Regular.woff2") format('woff2');}

/* Homepage Design */

body
	{background-color: white;
	margin: 0px;}
table.Whole_Page_Table
	{table-layout: fixed;
	width: 100%;
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
	float: none;
	}
table.Whole_Page_Table3
	{table-layout: 100%;
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
	float: none;
	}
td
	{padding: 0px;}
.prim
	{margin-left: 1rem;
	margin-bottom: 0.5rem;}
a.Site_Menu:link
	{font-family: Raleway, sans-serif;
	font-size: 1rem;
	color: #D16103;
	font-weight: bold;
	text-decoration: none;}
a.Site_Menu:visited , a.Site_Menu:hover, a.Site_Menu:active
	{font-family: Raleway, sans-serif;
	font-size: 1rem;
	color: #FAC090;
	font-weight: bold;
	text-decoration: none;}
a.Contact
	{font-family: Raleway, sans-serif;
	font-size: 0.8rem;
	color: #FAC090;
	font-weight: bold;
	text-decoration: none;
	margin-left: 30px;}
.para
	{padding-right: 60px;}
div.Sponsors
	{margin-left: 1rem;
	float:left;}
.it 
	{font-family: "Source Sans Pro","sans-serif";
	font-size: 1rem;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-style: italic;}
	
/* ID */

#header_banner
	{height:14.08vw;
	max-height:124px;
	min-height:64px;
	background-image:url("../../archiveimages/bg.gif");
	background-size:contain;}
	
#jots_logo_banner 
	{width:22vw;
	max-width:193.75px;
	min-width:100px;
	padding:0px;
	margin:0px;
	float:left;
	height:inherit;
	max-height:inherit;}

#technology_science_banner
	{width:63.48vw;
	max-width:559.09px;
	min-width:288.55px;
	height:inherit;
	max-height:inherit;
	float:left;}

@media only screen and (max-width:400px) 
{
	#header_banner
		{min-height:51px;}
	
	#jots_logo_banner
		{min-width:80px;}
		
	#technology_science_banner
		{min-width:230.84px;}
}