@media only screen and (min-width: 601px) {
	body {
		font-family: Arial, Helvetica, San-Serif;
		background: linear-gradient(to right, #d4d4d4, #ffffff, #d4d4d4);
		margin: 0px;
		margin-bottom: 100px;
	}

	td {
		font-size: small;
	}

	/* controls sizeing and position of main page content */
	div.OverallBody {
		max-width: 1000px;
		margin: auto;
	}

	div.ControledBody {
		margin-left: 100px;
		margin-right: 100px;
	}

	/* sliding Up arrow and home icon control */
	img.UpArrow {
		position: fixed;
		bottom: 50px;
		left: 45px;
		border: 0px;
	}

	img.Home {
		position: fixed;
		top: 60px;
		left: 45px;
		z-index: 0;
		border: 1px solid black;
		border-radius: 8px;
		box-shadow: 8px 8px 10px #979797;
	}

	img.IgraLogo {
		position: absolute;
		top: 15px;
		left: 20px;
		z-index: 1;
		background-color: #fbfdfb;
		border: 2px solid black;
		border-radius: 8px;
		box-shadow: 10px 10px 10px #171717;
	}

	/* used for small logos on many pages */
	img.smalllogo {
		border: 1px solid gray;
		box-shadow: 8px 8px 10px #979797;
		float: right;
		margin-right: 25px;
	}

	/* page header controls */
	div.Header {
		text-align: center;
		height: 150px;
		margin: auto;
		margin-bottom: 50px;

		/*  */
		background-image: url('/css/HeaderBackgrounds/10/31.jpg');
		background-repeat: repeat-x;
		background-position: center;
		border-bottom: 5px solid black;
		box-shadow: 0px 10px 13px #444444;
	}

	/* applies a dark tint to header so text will stand out */
	div.HeaderTint {
		background-color: rgba(0, 0, 0, 0.4);
		height: 150px;
	}

	/* formats primary page title */
	div.MainTitle {
		color: #ffffff;
		text-shadow: 10px 10px 13px #000000;
		font-size: xx-large;
		font-weight: bold;
		padding-top: 25px;
	}

	span.SubTitleA {
		color: #ffffff;
		font-size: x-large;
	}

	span.SubTitleB {
		color: #ffffff;
		font-size: medium;
	}

	/* updated block in upper right corner of pages */
	div.updated {
		position: absolute;
		right: 10px;
		top: 10px;
		text-align: right;
		color: white;
		text-shadow: 10px 10px 13px #000000;
		font-size: x-small;
		padding: 10px;
	}

	/* controls IGRA address blick */
	div.igraaddress {
		width: 250px;
		margin: auto;
		margin-top: 50px;
		margin-bottom: 50px;
	}

	/* positions Google tranlate box */
	div.translate {
		position: absolute;
		top: 75px;
		right: 10px;
		z-index: 1;
		width: 160px;
		border: 1px solid black;
		background-color: #ffffff;
		text-align: center;
		box-shadow: 8px 8px 10px #171717;
	}

	/* site wide fieldset box formating */
	fieldset.FieldsetBox {
		border: 2px solid black;
		box-shadow: 8px 8px 10px #979797;
	}

	legend.LegendBox {
		font-size: large;
		font-weight: bold;
		padding-left: 10px;
		padding-right: 10px;
	}

	/* fancies for general graphics site wide */
	img.left {
		float: left;
		border: 1px solid black;
		box-shadow: 8px 8px 10px #979797;
		margin-right: 15px;
		margin-bottom: 15px;
	}

	img.right {
		float: right;
		border: 1px solid black;
		box-shadow: 8px 8px 10px #979797;
		margin-left: 10px;
		margin-bottom: 15px;
	}

	img.general {
		text-align: center;
		border: 1px solid black;
		box-shadow: 8px 8px 10px #979797;
		margin-bottom: 15px;
	}

	/* style for resource and university index navigation icon used on resource pages */
	img.resourceindex {
		position: fixed;
		top: 200px;
		left: 15px;
		z-index: 0;
		border: 1px solid black;
		box-shadow: 8px -8px 10px #979797;
		border: 1px solid black;
		border-radius: 8px;
		background-color: white;
		transform: rotate(90deg);
	}

	img.universityindex {
		position: fixed;
		top: 200px;
		left: 43px;
		z-index: 0;
		border: 1px solid black;
		box-shadow: 8px 8px 10px #979797;
		border: 1px solid black;
		border-radius: 5px;
		background-color: white;
	}

	/* forces new and updated icons to right side of page menues */
	td.MenuNew {
		text-align: right;
	}

	/* canceled event span */
	span.canceled {
		font-weight: bold;
		color: red;
		text-decoration: line-through;
	}

	span.red {
		font-weight: bold;
		color: red;
	}

	span.camerapossible {
		background-color: #bebebe;
	}
}

@media only screen and (max-width: 600px) {
	body {
		font-family: Arial, Helvetica, San-Serif;
	}

	div.Header {
		border-bottom: 1px solid black;
		padding-bottom: 25px;
	}

	/* sliding Up arrow and home icon control */
	img.UpArrowMoble {
		position: fixed;
		bottom: 10px;
		right: 10px;
		padding: 4px;
		z-index: 0;
		border: 1px solid black;
		border-radius: 8px;
		background-color: white;
		box-shadow: 3px 3px 3px #171717;
	}

	img.HomeMoble {
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 0;
		border: 1px solid black;
		border-radius: 8px;
		box-shadow: 3px 3px 3px #171717;
	}

	img.IgraLogoMoble {
		background-color: #fbfdfb;
	}

	/* home icons for resource and univeristy pages */
	img.resourceindex {
		position: absolute;
		top: 40px;
		left: -25px;
		z-index: 0;
		border: 1px solid black;
		box-shadow: 3px -3px 3px #979797;
		border: 1px solid black;
		border-radius: 8px;
		background-color: white;
		transform: rotate(90deg);
	}

	img.universityindex {
		position: absolute;
		top: 20px;
		z-index: 0;
		border: 1px solid black;
		box-shadow: 3px 3px 3px #979797;
		border: 1px solid black;
		border-radius: 8px;
		background-color: white;
	}

	div.MobleIgraLogo {
		text-align: center;
		margin-bottom: 20px;
		border-bottom: 1px solid black;
	}

	/* positions small association logos on various pages */
	img.smalllogo {
		border: 1px solid gray;
		box-shadow: 8px 8px 10px #979797;
		float: right;
	}

	/* basic page titles and updated block */
	div.MainTitle {
		font-size: x-large;
		text-align: center;
	}

	span.SubTitleA {
		font-size: large;
	}

	span.SubTitleB {
		color: #999999;
		font-size: xx-small;
	}

	div.Content {
		margin: auto;
	}

	div.updated {
		text-align: left;
		color: black;
		font-size: x-small;
		margin-top: 25px;
		border-top: 1px solid black;
	}

	/* used on animal wealfair, and about pages */
	fieldset.FieldsetBox {
		margin: auto;
		margin-top: 50px;
		background-color: #d0d0d0;
		padding-left: 20px;
		padding-right: 20px;
	}

	legend.LegendBox {
		font-weight: bold;
		background-color: #acacac;
		border: 1px solid black;
	}

	/* controls IGRA address blick */
	div.igraaddress {
		width: 250px;
		margin: auto;
		margin-top: 50px;
		margin-bottom: 50px;
	}

	/* fancies for general graphics site wide */
	img.left {
		float: left;
		border: 1px solid black;
		box-shadow: 5px 5px 5px #171717;
		margin-bottom: 15px;
	}

	img.right {
		float: right;
		border: 1px solid black;
		box-shadow: 5px 5px 5px #171717;
		margin-bottom: 15px;
	}

	img.general {
		text-align: center;
		border: 1px solid black;
		box-shadow: 5px 5px 5px #171717;
		margin-bottom: 15px;
	}
}
