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

	.rule { background-image: url('../images/rule.png'); background-repeat:repeat-x; height:5px; }
	#logo { margin: 10px;width:220px; height:180px; background-image: url('../images/logo.png'); float:right }
	#emblems { margin:10px; height:193px; width:489px; float:left; text-align:center; }
		.Bronze, .Silver, .Gold, .Platinum 
				{margin-left:49px; margin-bottom:10px; width: 85px; height: 85px; background-image: url('../images/levels.png'); background-repeat:no-repeat; float:left }
		.Bronze		{ margin-left: 0px}
		.Silver 	{ background-position: -85px 	0px; }
		.Gold 		{ background-position: -170px 	0px; }
		.Platinum 	{ background-position: -255px 	0px; }
	#header { background-color:#FFFFcc; height:213px }
	#footer { padding: 10px; text-align: center; background-color:#FFFFcc; }
	#text		{ background-image: url('../images/title.png'); background-repeat:no-repeat; width:489px; height:108px; float:left}
	#allcontent { text-align:left; width: 800px; margin: 10px auto;  background-color:#FFFFFF; border: 5px ridge }
	#content 	{ margin: 10px }
	body  		{ text-align:center; background-color:#CCCCCC }
	#links 		{ text-align:center; margin: 0px; padding:8px; list-style:none; background:#2d70b0 }
	#links li	{ margin: 0px; padding: 8px 0px ; display:inline; color:#ffffff; border-left: dotted #ffffff 2px; border-right: dotted #ffffff 2px }
	#links li:hover { background-color:#d76362; color: #000000; }
	#links a 				{ color: white; padding: 8px 15px }
	#links a:hover	{ color: black }
	.smrule  { background: url('../images/horizontal.jpg') repeat-x; height: 3px }
	.smvrule { background: url('../images/vertical.jpg') repeat-y; width: 3px}
	
	.desc { padding: 10px; text-align:justify-left;  width: 70%; border-left: 4px solid #d76362; border-right: 4px solid #d76362; margin: 10px auto }
	dt		{ font-weight: bold ; margin-top: 5px }
	dd		{ margin-top: 3px }
	.address { margin-left: 4.5em }
	em		{ font-weight: bold; color: #d76362  }

@media print 
{
	#header { display: none }
	#footer { display: none }
	#links  { display: none }
}

/*Speciality*/
	
	.point	{ cursor: pointer; }
	.und	{ text-decoration: underline; }

	.newgif			{ background-image: url(../images/misc/new.gif); background-position: left center; background-repeat: no-repeat; padding-left: 32px; }
	.xls_doc		{ background-image: url(../images/logos/xls_icon.gif); background-position: left center; background-repeat: no-repeat; padding-left: 21px; }
	.pdf_doc		{ background-image: url(../images/logos/pdf_icon.gif); background-position: left center; background-repeat: no-repeat; padding-left: 21px; }
	.swf_doc		{ background-image: url(../images/logos/flash_logo2.jpg); background-position: left center; background-repeat: no-repeat; padding-left: 23px; }
	.html_doc		{ background-image: url(../images/misc/html.gif); background-position: left center; background-repeat: no-repeat; padding-left: 21px; }
	.msusag_icon	{ background-image: url(../images/logos/msusag_icon.png); background-position: left center; background-repeat: no-repeat; padding-left: 18px; }
	.usag_icon		{ background-image: url(../images/logos/usag_icon.png); background-position: left center; background-repeat: no-repeat; padding-left: 21px; }
	.info_icon		{ background-image: url(../images/misc/info.gif); background-position: left center; background-repeat: no-repeat; padding-left: 21px; }
	.sch_icon		{ background-image: url(../images/misc/schedule_icon.png); background-position: left center; background-repeat: no-repeat; padding-left: 25px; }