html { height: 100% }

/* hides 'skip to...' links */
.h a{ 	
	background-color: #020933; 
	color: #020933;	
	margin-left: -500px;
} 

body {
	margin-top: 0px;
	padding: 0;
	background: #fff url(/Images/skins/bkgrnd.jpg) repeat-x;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;   
}

/* for Netscape 4.x browsers */
p, td, ol, ul, li, dl, dt, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/********************************* Wireframe code ************************************/
#bodytable
{
	width: 739px;
	vertical-align: top;
	border-collapse: collapse; /* removes spaces that appear between cells */
}
/********************************* banner1 components ************************************/
#banner1 {
	background-color: #036; 
	color:#fff; 
	padding-bottom: 0; 
	margin: 0;
	border: 1px solid #666;
	border-width: 1px 1px 0 1px;
}

#banner1 a 
{
	text-decoration:none; 
	color:#fff; 
	background-color: #036;
}

#banner1 a:hover { 
	text-decoration:underline; 
	color:#39F; 
	background-color: #036;
}

#banner1 ul { 
	padding: 0; 
	margin: 0; 
	border: 0; 
	background-image: none; 
}

#banner1 ul li { 
	padding-right:8px; 
	display:inline; 
}

/********************************** UTSA banner1 image code *******************************/
#banner1 img{ 
	width: 343px; 
	height: 56px; 
	float: left; 
	border: none;
}

/********************************* banner navigation components **************************/
#banner1nav
{
	font-weight: bold;
	font-size: 9px;
	color:#fff;
	background-color: #036;
	text-align: right;
	padding: 0; 
	margin: 0; 
	border: 0; 
	background-image: none;
}

#banner1nav li {
	padding-right: 8px; 
	display: inline;
}

/********************************* banner2 components ****************************/
#banner2 {
	background-color: #000831; color:#FFF;
}

#banner2, #banner3{
	border: 1px solid #666;
	border-width: 0 1px 0 1px;
}

/********************************* main navigation components ****************************/
#mainnav {
	color: #fff;
	background-color: #000831;
	text-align: center;
	margin: 0; 
	border: 0;
	padding: 5px 0 5px 0; /* padding order: top right bottom left */
}

#mainnav li {
	display: inline;
	padding: 0 15px 0 15px; /* padding order: top right bottom left */
}


#mainnav a {
	text-decoration: none; 
	color: #fff; 
	background-color: #000831;
}

#mainnav a:hover {
	text-decoration:underline; 
	color:#39F; 
	background-color: #000831;
}

/********************************* banner3 components ****************************/
#banner3 img {
	width: 739px; 
	height: 134px; 
	vertical-align: top;
}

/* this id selector is used in the 3col-2imageBanner template */
#banner3leftcol
{
	background-color: #00438C;
	color: #FFF;
	border: 1px solid #666;
	border-width: 0 0 0 1px;

/* this id selector is used in the 3col-2imageBanner template */
}#banner3rightcol
{
	background-color: #e74f00;
	color: #FFF;
	border: 1px solid #666;
	border-width: 0 1px 0 0px;
}

/************* mainContent Components****************/
#leftcontent 
{
	width: 241px;
	vertical-align: top;
	background-color: #eaeaea;
	color:#666;
	margin: 0;
	padding: 0;	
	border: 1px solid #666;
	border-width: 0 0 0 1px;
}

#leftcontent * 
{
	margin-left: 15px;
	margin-right: 10px;
	
}

#leftcontent * *
{
	margin: 0; 
	padding: 0;
}
/*
#leftcontent h1, h2, h3, h4, p, #midcontent h1, h2, h3, h4, p {
	margin: 15px 10px;
}
*/

#leftcontent a, #midcontent a {
	text-decoration: none;
	color:#666;
	background-color: #eaeaea;
	
}
#leftcontent a:hover, #midcontent a:hover {
	text-decoration:underline;
	color: #00C;
	background-color: #eaeaea;
}

#leftcontent h1, #midcontent h1 {
	color:#666;
	background-color: #eaeaea;
	font-size: 11px;
}

#leftcontent .uline
{
	border-bottom: 1px solid #333;
	padding:0 0 5px 0;
	width:200px;
}

#leftcontent h2, h3, h4, #midcontent h2, h3, h4 {color:#333333; background-color: #eaeaea;}

#leftcontent h2, #midcontent h2{
	/*font: bold 11px Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	font-weight: bold;
	color:#666;
	background-color: #eaeaea;
	text-decoration: none;
	
}

#leftcontent h3, #midcontent h3 {font-size: 9px;}

#leftcontent h4, #midcontent h4 {font-size: 9px;}

#leftcontent p,  #midcontent p { margin-right:10px;}



#leftcontent ul, #midcontent ul 
{
	/* use BOTH margin and padding for consistent indentation 
	rendering across standards-compliant browsers */
	margin-left: 10px;
	padding-left: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: block;
}

#leftcontent li, #midcontent li
{
	padding: 1px 0 0 14px;
	display: list-item;
	background: url(/Images/skins/AltO.gif) no-repeat 1px 7px;
	list-style-position: outside;
	list-style-type: none;	
}


/*
#leftcontent ul, #midcontent ul {
	
	
	margin-left: 20px;
	padding-left: 20px;
	margin-right: 20px;
	display: block;
}

#leftcontent ul li, #midcontent ul li {
	margin-top: 2px;
	display: list-item;
	list-style: none url(/Images/skins/AltO.gif) outside;
}
*/	
#leftcontent .image, #midcontent .image {
	margin: 8px 10px 8px 10px;
}

#leftcontent dl, #midcontent dl {
	padding: 0;
	margin: 0;
}

#leftcontent dl dt, #midcontent dl dt {
	margin:2px 0 0 20px;
	padding:1px 0 0 0;
	font-weight: bold;
 }
	
#leftcontent dl dd, #midcontent dl dd  {
	margin: 2px 0 0 50px;
	padding: 1px 0 0 0; }
	
#midcontent
{
	width: 240px;
	vertical-align: top;
	background-color: #eaeaea;
	color:#666;
	margin: 0;	
	/*line-height: 14px;*/
}	

#midcontent * 
{
	margin-left: 15px;
	margin-right: 10px;
}	

#midcontent * *
{
	margin: 0; 
	padding: 0;
}

#midcontent .uline
{
	border-bottom: 1px solid #333;
	padding:0 0 5px 0;
	width:200px;
}



/*************** sidebar Components ****************/

#sidebar
{
	width: 258px;
	vertical-align: top; 
	background-color: #996;
	color: #000;
	padding-bottom:15px; 
	margin:0; 
	border: 1px solid #666;
	border-width: 0 1px 0 0; 
}

#sidebar h1, h2, h3, h4, p {
	margin: 15px 10px;
}


#sidebar a {
	text-decoration:none; 
	color:#000; 
	background-color: #996;
}

#sidebar a:hover {
	text-decoration:underline; 
	color:#fff; 
	background-color: #996;
}

#sidebar h2{
	color:#000;
	background-color: #996;
	font-size: 12px;
	border-bottom: 1px solid #333;
	padding:0 0 5px 0;
	width:200px;
}

/*************Search Box Components****************/
form {
	margin: 0px;
}
.search {
	background-color:#C60; color:#000; padding: 5px 5px 5px 5px; }

.style {
	font-weight: bold;
	font-size: 12px;
	background-color: #C60; color:#000;
}

/*************secondaryNav main Components****************/			
#secondarynav {
	display: block;
}

/*
#secondarynav h2 {
	font-weight:bold;
	color: #777;
	background-color: #996;
	text-decoration: none;
	font-style: italic;
}
*/

#secondarynav h4 {color:#333; background-color: #996;}

#secondarynav ul 
{
	/* use BOTH margin and padding for consistent indentation 
	rendering across standards-compliant browsers */
	margin-left: 8px;
	padding-left: 8px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	display: block;
}

#secondarynav li
{
	padding: 1px 0 0 12px;
	display: list-item;
	background: url(/Images/skins/AltB.gif) no-repeat 1px 7px;
	list-style-position: outside;
	list-style-type: none;	
}

#secondarynav #calendar li{
	background: url(/Images/skins/AltBlank.gif) no-repeat 1px 7px;
}

#secondarynav #calendar li ul li{
		background: url(/Images/skins/AltB.gif) no-repeat 1px 7px;
		
}



#secondarynav .image {margin: 8px 10px 8px 10px; }
/************* Footer Components****************/		
#footer {
	vertical-align: top;
	background-color: #036; 
	color: #fff;
	border: 1px solid #666;
	border-width: 0 1px 1px 1px;
	font-size: 9px;
	text-align:center;
	margin: 0;
	padding: 10px;
}

#footer a {
	text-decoration:none; 
	color:#fff; 
	background-color: #036;
}

#footer a:hover {
	text-decoration:underline; 
	color:#39F;
	background-color: #036; 
}

#footer strong { font-weight: bold; }

#footer em {font-style:italic;}

#footer ul {
	padding: 1px 5px 5px 5px;
	margin: 0; 
	border: 0;
}

#footer p {
	font-weight: bold; 
	display: inline; 
}

#footer ul li {
	display:inline;
	padding-left: 15px;
	padding-right: 15px;
	
}

#bottomNav 
{
	color:#fff;
	background-color: #036;
	font-size: 9px;
	text-align:center;
	padding-bottom:10px;
	padding-top: 10px;
}

#bottomNav ul li {
	display:inline;
	padding-left: 15px;
	padding-right: 15px;
}

/*************Credit main Components****************/		
#credit {
	text-align:center;
	/*background-color: #FFF;*/
	background-color: transparent;
	color:#666;
	font-size: 9px;
	padding: 2px;
	border-width: 1px 0 0 0;
	
}

#credit a { 
	text-decoration:none; 
	color:#666;
	background-color:#fff; 
}

#credit a:hover {
	text-decoration:underline; 
	color:#39f; 
	background-color:#fff;
}

