/***********************************************/
/* links.css                             */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #eeeeee;
	font-weight: bold;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #537bac;
	background: #537bac;	
}

a:link, a:visited, a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
	color: #e819cd;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #cccccc;
 
}

h2{
 font-size: 114%;
 color: #eeeeee;
}

h3{
 font-size: 100%;
 color: #eeeeee;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #eeeeee;
}

h5{
 font-size: 100%;
 color: #eeeeee;
}

ul{
 list-style-type: none;
}

ul ul{
 list-style-type: none;
}

ul ul ul{
 list-style-type:none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #537bac;
		
}


/***********************************************/
/*Container box for links gallery              */
/***********************************************/
#container{ position:relative;
		
	 
	}
.wrapper{
	position: relative;	
	left:17%;
	width:90%;
	background-color: #537bac;
}
	
.mylinks{
	position:relative;
	background-color:#537bac;
	margin:5%; 
	padding: 5px 5px 5px 5px; 
	height:auto;
	width:80%; float:left; 
	
	}	


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 20px 30px;
	background-color: #537bac;
	background: #537bac;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

.links img{
	float: none;	
	}

/* adjust margins to change separation between the feature image and text flowing around it */


/************* #siteInfo styles ***************/

#siteInfo{
	width: 95%;
	clear: both;
	border: none;
	font-size: 75%;
	color: #cccccc;
	position:inherit;
	padding: 20px 20px 20px 20px;
	margin-top: 1px solid #cccccc;
	text-align: center;
	padding: 10px 25px 20px 25px;
	}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they touch */

#siteInfo img{
	padding: 25px 4px 4px 0px;
	text-align: center;
	}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #eee;}

/* fix for browsers that don't need the hack */
html body #navBar li {border-bottom: none;}



.validate{
	float: inherit;
	margin: 0 0 0 46%;
	padding: 0px 10px 25px 10px;
	
	}





	

