
/* CSS Document */
/* Iowa's CollegeInvest hosted pages */

body {
    background-color: #e7e0cd;
    background-image: url(/collegeinvest/Images/HeaderBackground.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    /*font-family: 'Trebuchet MS' , Arial, verdana, tahoma, arial, sans-serif;*/
    font-family: arial, sans-serif;
    font-size: 12px;
    line-height: 155%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 7px;
    margin-bottom: 0;
} 
a { 
text-decoration : none;
color : #2a3f55;
border: none;
} 
a:link { 
text-decoration : none;
color : #336699;
border: none;
} 
a:hover { 
text-decoration : none;
color : red;
border: none;
} 
a:visited { 
text-decoration : none;
color : purple;
border: none;
} 
a:active { 
text-decoration : none;
color : navy;
border: none;
}


.mainTable {
	background-color: #FFFFFF;
	border: 1px solid #444444;
	padding: 20px;
	vertical-align:top;
	font-size: 12px;
}
.footerTable {
	border-top: 0px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	padding: 20px;
	vertical-align: top;
	background-color: #CC6633;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: normal;
}
H1 {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #203957;
    font-weight: 900;
    margin: 10px 10px 10px 0px;
}

H2 {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #cc6633;
    font-weight: bold;
    margin: 15px 0 5px 0;
    font-variant: normal;
    font-style: italic;
    text-decoration: none;
    margin: 20px 0px 10px 0px;
}


/* ----------------------
/* MAIN PAGE NAVIGATION
-------------------------*/
#navigation2 {
border-width: .1em;
border-style: solid;
border-bottom-width: 0;
border-top-width: 0;
}
#navigation2 ul {
border-left-width: .1em;
border-left-style: solid; 

}
#navigation2 li {
	display: inline;
}
#navigation2 li a {
	display: block;
	float: left;
	padding: .5em 1em;
	border: .1em solid;
}
#navigation2 a:link, #navigation2 a:visited {
color: #eef;
background-color: #41587C;
border-color: #41587C;
}
#navigation2 a:hover {
color: #FFFFFF;
background-color: #DF8853;
}
#navigation2 a:active {
color: #667;
background-color: #ec8;
}


/* ----------------------
/* SUB PAGE NAVIGATION BUTTONS
-------------------------*/
#navigation {
border-width: .1em;
border-style: solid;
border-bottom-width: 0;
border-top-width: 0;
padding-left: 282px;
}
#navigation ul {
width: 100%;
overflow: hidden;
border-left-width: .1em;
border-left-style: solid; 

}
#navigation li {
	display: inline;
}
#navigation li a {
	display: block;
	float: left;
	padding: .5em 1em;
	border-right: .1em solid;
}
#navigation a:link, #navigation a:visited {
color: #eef;
background-color: #41587C;
border-color: #ffffff;
}
#navigation a:hover {
color: #FFFFFF;
background-color: #DF8853;
}
#navigation a:active {
color: #667;
background-color: #ec8;
}


/* ----------------------
/* SUB PAGE NAVIGATION BUTTONS
-------------------------*/
#navigation3 {
border-width: .1em;
border-style: solid;
border-bottom-width: 0;
border-top-width: 0;
padding-left: 369px;
}
#navigation3 ul {
width: 100%;
overflow: hidden;
border-left-width: .1em;
border-left-style: solid; 

}
#navigation3 li {
	display: inline;
}
#navigation3 li a {
	display: block;
	float: left;
	padding: .5em 1em;
	border-right: .1em solid;
}
#navigation3 a:link, #navigation a:visited {
color: #eef;
background-color: #41587C;
border-color: #ffffff;
}
#navigation3 a:hover {
color: #FFFFFF;
background-color: #DF8853;
}
#navigation3 a:active {
color: #667;
background-color: #ec8;
}


/* ----------------------
/* Callout box
-------------------------*/
.calloutbox{
background-color: #FFDFAA;
border-top: 3px solid #B04524;
border-right: 1px solid #B04524;
border-left: 1px solid #B04524;
border-bottom: 1px solid #B04524;
vertical-align: top;
text-align: left;
line-height: normal;
font-size: 12px;
padding: 8px;
width: 250px;
}