/* style sheet for Indigo */

/* alignment */
.left {text-align: left;}

.center {text-align: center;}

.right {text-align: right;}

.tab {margin-left: 2em;}

/* size */
.big {font-weight: bold;
	font-size: 1.1em;}

.bigger {font-weight: bold;
	font-size: 1.2em;}

/* styles */
.bold {font-weight: bold;}

.sc {font-variant: small-caps;}
	
.i {font-style: italic;}

/* separator*/
	
.sep {background: #000000;
	height:1px;
	overflow: hidden;
	clear: both;
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
	}
	
.sep2 {background: #000000;
	height:1px;
	overflow: hidden;
	clear: both;
	width: 751px;
	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;
	}		
	
.img_leftnoborder {float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px solid #232e84;
	}
	
.img_rightnoborder {float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px solid #232e84;
	}
	
.text .img_left {float: left;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	border: 2px solid #232e84;
	}	
	
.text .img_right {float: right;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 7px;
	border: 2px solid #232e84;
	}

/* headers: largest to smallest*/

h1 {clear: both;
	font-family: avant garde, century gothic, arial, helvetica, san-serif;
	font-size: 1.2em;
	text-align: left;
	padding: 2px;
	margin: 0em;
	margin-left: 6px;
	padding-left: 14px;
	margin-top: 7px;
	color: #ffffff;
	background: white url("header.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	}

h2 {clear: both;
	font-family: avant garde, century gothic, arial, helvetica, san-serif;
	font-size: 1.2em;
	text-align: left;
	padding: 2px;
	margin: 0em;
	margin-left: 6px;
	padding-left: 14px;
	margin-top: 7px;
	color: #ffffff;
	background: white url("header.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	}

h3 {clear: both;
	font-family: avant garde, century gothic, arial, helvetica, san-serif;
	font-size: 1.2em;
	text-align: left;
	padding: 2px;
	margin: 0em;
	margin-left: 6px;
	padding-left: 14px;
	margin-top: 10px;
	color: #ffffff;
	background: white url("header.jpg");
	background-position: left 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;
	}

a:hover {color: #232E84;
	}

/* input boxes*/

input, textarea{font-family: arial, helvetica, san-serif; 
	margin-bottom: 4px;
	}
	
input:focus, textarea:focus{
	border: 2px solid #232e84;
	}

/* invisible space to break the menu items if the text gets too long*/
wbr {
	width: 0px;
	display: inline-block;
	overflow: hidden;
	}

/* page sections*/
HTML {height: 100%;
	width: 100%;
	overflow-x: hidden;
	}

body {font-family: arial, san-serif; 
	font-size: 95.01%;
	margin: 0px;
	text-align: center;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	background: #222E84;
	}
	
#container {display: block;
	position: relative;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	background: #222E84 url("background 1500.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	}

#back {width: 800px;
	height: 200px;
	background-image: url("inverse logo small.png");
	background-repeat: no-repeat;
	background-position: center 15px;
	margin: auto;
	padding: 0px;
	text-align: center;
	}
	
#main {font-family: arial, helvetica, san-serif;z
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 800.01px;
	text-align: left;
	overflow: hidden;
	background: #ffffff url("round corners.png");
	background-position: center bottom;
	border: 0px solid #000000;
	}
	
#menu {font-family: avant garde, century gothic, arial, helvetica, san-serif;
	font-size: .8em;
	font-weight: bold;
	height: auto;
	padding: 2px;
	margin-bottom: 13px;
	color: #ffffff;
	background: #444444;
	}
	
#menu ul {text-align: center; 
	margin: 0px;
	padding: 0px;
	}
	
#menu li {display: inline;
	}
	
#menu li a {padding: 2px 15px 2px 15px; 
	text-decoration: none;
	color: #ffffff;
	background: #444444;
	}

#menu li a:hover {color: #232e84;
	background: #9196c8;
	cursor: pointer;
	}
	
.text {font-family: arial, san-serif; 
	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;
	}
	
#sidebar {font-family: arial, san-serif; 
	text-align: left;
	float:left;
	width:162px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 3px;
	padding-left: 10px;
	border-top: 0px solid #222E84;
	border-bottom: 0px solid #222E84;
	border-right: 0px solid #222E84;
	border-left: 0px solid #222E84;
	
}

#content {font-family: arial, san-serif; 
	float:left;
	width:378px;
	border-top: 0px solid #222E84;
	border-bottom: 0px solid #222E84;
	border-right: 2px solid black;
	border-left: 0px solid #222E84;
}
		
#footer {font-family: arial, san-serif; 
	display: block;
	font-size: .8em;
	position: relative;
	bottom: 10px;
	width: 800.01px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
	}

td.right {width: 7em;
	vertical-align: text-top;
	}
	
#copyright {font-size: .8em;}
