/* style sheet for Indigo */

/* alignment */
.left {text-align: left;}

.center {text-align: center;}

.right {text-align: right;}

.tab {margin-left: 2em;}

/* size */
.big {font: bold 1.1em;}

.bigger {font: bold 1.2em;}

/* styles */
.bold {font-weight: bold;}

.sc {font-variant: small-caps;}
	
.i {font-style: italic;}

/* separator*/
	
.sep {background: #000000;
	background-repeat: none;
	height:1px;
	overflow: hidden;
	clear: both;
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
	}
	
.sep2 {background: #000000;
	background-repeat: none;
	height:1px;
	overflow: hidden;
	clear: both;
	width: 752px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

/* images*/
.img_left {float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #232e84;
	}	
	
.img_right {float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #232e84;
	}

/* headers: largest to smallest*/

h1 {font-family: georgia, serif;
	font-size: 1.2em;
	text-align: left;
	padding: 2px;
	margin: .1em;
	padding-left: 40px;
	margin-left: 0;
	margin-right: 0;
	color: #ffffff;
	background: #7f1227 url("red white swirls.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	}

h2 {font-family: georgia, serif;
	font-size: 1.2em;
	text-align: left;
	padding: 2px;
	margin: .1em;
	padding-left: 60px;
	margin-left: 0;
	margin-right: 0;
	color: #ffffff;
	background: #2c580a url("green white swirls.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	}

h3 {font-family: georgia, serif;
	font-size: 1.2em;
	text-align: left;
	padding: 2px;
	margin: .1em;
	padding-left: 60px;
	margin-left: 0;
	margin-right: 0;
	color: #ffffff;
	background: #232E84 url("blue white swirls3.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	}
	
h4 {font-size: 1.1em;
	font-weight: bold;
	padding: 0px;
	margin: .1em;
	}

/* links */
a:link {color: blue;}

a:visited {color: purple;
	text-decoration: underlined;
	}

a:hover {color: #232E84;
	}

/* input boxes*/

input, textarea{
	margin-bottom: 4px;
	}
	
input:focus, textarea:focus{
	border: 2px solid #232e84;
	}

/* page sections*/
HTML {height: 100%;
	}

body {font-family: ariel, helvetica, san-serif; 
	font-size: 100.01%;
	margin: 0px;
	text-align: center;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	background: #ffffff url("colors middle.jpg");
	background-repeat: repeat-y;
	background-position: center;
	}

#back {width: 100%;
	height: 504px;
	background-image: url("colors combined header2.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

#top {width: 100%;
	height: 0px;
	background-image: url("colors top.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#container {position: relative;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	}
	
#main {font-family: ariel, helvetica, san-serif;
	margin-top: -155px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 120px;
	width: 750px;
	text-align: left;
	overflow: hidden;
	}
	
#menu {font-family: georgia, serif;
	font-size: .85em;
	font-weight: bold;
	margin-bottom: 20px;
	color: #ffffff;
	background: #444444;
	}
	
#menu ul {text-align: center; 
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	background: #444444;
	}
	
#menu li {display: inline;
	}
#menu li a {padding: 0px 10px 0px 10px; 
	text-decoration: none;
	color: #ffffff;
	background: #444444;
	}

#menu li a:hover {color: #232e84;
	background: #9196c8;
	}
	
.text {width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	}
		
#footer {font-size: .8em;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-image: url("colors footer.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 45px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}