


A {
	text-decoration: underline;
	color: #003F80;
}

A:Hover {
	text-decoration: none;
	color: #3163CE;
}

.style2 {
	color: #003F80;
	font-weight: bold;
	font-size: 11px;
	font-family: Chapparal Pro, Arial;
}

------------------------

/*CDD doc/UTMB Public Affaira/Matt Havard*/
/*global link styles*/
a:link {  text-decoration: none; color: #00c;}
a:visited {  text-decoration: none; color: #909;}
a:hover {  color: #c00; text-decoration: underline;}


/*HTML tag styles*/	

	body {
		margin:0;
		padding:0;
		font: 95%  tahoma, verdana, serif;
		/*uncomment this and comment the above to switch typeface*/
		/*font: 95% verdana, Helvetica, Arial, sans-serif;*/
		background-color: #fff;
		}
		
	#content p, #content ul	{
		font-size: 1em;
		}
	
	#content i	{
		font-style: italic;
		}
	
	#content b	{
		font-weight: bold
		}
		
	#content h1	{
		font-size: 1.2em;
		text-align:center;
		line-height:1.5em;
		}
		
	#content h2	{
		font-size: 1.0em;
			}
		
	#content h3	{
		font-size: 0.9em;	
			}
	#content h4 {
		font-size: 0.9em;
		color: #000066;
		text-align:center;
		}
		
	#content h5 {
		font-size: 0.8em;
		color:#000000;
		text-align:left;
		line-height:1.0;
		}
	
	#content h6 {
		font-size: 0.8em;
		color:#000066;
		text-align:left;
		line-height:1.5;
		}

		
		/*text-indent:2em;*/
		/*font-weight:normal;
		}*/
			
	#content img {
		border: 1px solid #999; padding:2px;
		}
		
	#sidebar img {
		border: 1px solid #000;
		}
		
	.alignleft	{
			float:left;
			margin-right: 8px;
			margin-bottom: 4px;
			}
	
	.alignright
		{
		float:right;
		margin-left: 8px;
		margin-bottom: 4px;
			}
	
		
		
/*page structure*/
		
	#container {
			min-width: 780px;
			max-width: 1024px;
			\width: 780px;
			w\idth: 760px;
			/*border: 1px solid #ddd;*/
			/*margin: 5px;*/
			margin-left: 7px;
			margin-right: auto;
			padding: 5px;
				}

	#header {
			padding: 0;
			margin: 0;
				}
				
	#header	img	{
		border: none;
			}


	#content {
			padding: 5px;
			margin-left:  7px;
			/*comment out the following line to allow wrapping around sidebar--some people like it*/
			/*margin-left: 210px;*/
				}
			
	#content img	{
		border: none;
			}

	#sidebar {
			float: left;
			width: 200px;
			height: 800px;
			margin: 5px;
			margin-right: 0;
			padding: 0;
			/*change the color below to change the color of the sidebar*/
			background-color: #CCCCCC;
				}
				
	#sidebar img {
				 margin: 5px 0px 5px 0px;
					}

	#footer {
			clear: both;
			padding: 5px;
			margin-top: 5px;
			border-top: 1px solid #ddd;
			/*background-color: #efefef;*/
			text-align: center;
			font: 8pt Verdana, tahoma, times, Helvetica, sans-serif;
				}
		
/*sidebar link styles*/
	#sidebar ul
			{
			margin: 0;
			margin-top: 0;
			padding-left: 0;
			list-style-type: none;
			font-family: tahoma, sans-serif;
				}
		
		
	#sidebar a
			{
			display: block;
			font: bold small-caps .85em tahoma, sans-serif;
			padding: 5px, 0px, 0px, 0px;
			width: 194px;
			/*change the hexadecimal color below to change the sidebar color*/
			background-color: #CCCCCC;
			/*border-bottom: 1px solid #eee;*/
			}
			
	

	#sidebar a:link, #sidebar a:visited
			{
			/*change the hexadecimal color below to change the text color*/
			color: #000066;
			text-decoration: none;
			}

	#sidebar a:hover
			{
		    /*change the hexadecimal color below to change the hover color*/
			background-color: #000;
			/*change the hexadecimal color below to change the text color when hovoring*/
			color: #ff0;
			}
		
/*horizontal navbar*/
		
	#horiznav
		{
		margin: 0;
		padding: 0;
		text-align:left;
			}
	
	#horiznav ul
		{
		list-style-type: none;
		text-align: left;
		margin:0;
		margin-top: -8px;
		padding: 0;
			}
	
	#horiznav li
		{
		display: inline;
		margin: 0 5px;
			}
	
	#horiznav li a
		{
		font: bold small-caps .75em verdana,tahoma, Helvetica, Arial, sans-serif;
		padding: 1px 4px;
		color: #666;
		background-color: #fff;
		border: 1px solid #ccc;
		text-decoration: none;
			}
		
	#horiznav li a:hover
		{
		/*change this value to change color when hovering*/
		background-color: #ff0;
		border-top: 2px solid #666;
		border-bottom: 2px solid #666;
			}

