/******** STRUCTURE ******************************************************************/

body {
	margin: 0px;
	background: url('images/stripes.png');
	font-family: arial;
	font-size: .9em;
	color: #444444;
	}

#page {
	width: 800px;
	margin: auto;
	background: url('images/mid.jpg');
	}

#bottom {
	margin-top: 1em;
	text-align: center;
	}

#content {
	margin-left: 60px;
	margin-right: 60px;
	}

#content img {
	margin: 10px;
	border: 1px solid white;
	}

/******** GENERAL ELEMENTS ******************************************************************/

p { margin: 1em; }

a {
	text-decoration: none;
	color: #0598ff;
	}

a:hover {
	text-decoration: underline;
	color: #b02447;
	}

a img { border: none; }

h1 {
	color: #b02447;
	border-bottom: 2px solid #b0838f;
	font-size: 1.5em;
	padding: 2px;
	padding-left: 10px;
	margin-top: 0em;
	margin-bottom: .25em;
	text-align: center;
	}

h1 a { color:#001E78; }
h1 a:hover { color:#001E78; }

h2 {
	color: #dc6a00;
	font-size: 1.2em;
	text-align: center;
	margin: .5em;
	}
	
/******** TABLES ******************************************************************/

.table1 {
	background: #cdeaff;
	width: 100%;
	border-collapse: collapse;
	color: #666666;
	}

.table1 th {
	padding: 3px;
	border-top: 1px solid black;
	text-align: right;
	}

.bigth {
	font-size: 1.5em;
	}

.table1 th a { color:#001E78; }
.table1 th a:hover { color:#001E78; }

.table1 td {
	vertical-align: middle;
	padding: 3px;
	border-top: 1px solid black;
	}

.altrow { background: #ffffff; }

/******** FORM ELEMENTS ***********************************************/

textarea {
	font-family: arial;
	padding: 2px;
	font-size: 1em;
	}

input {
	padding: 2px;
	border: 1px solid #666666;
	}

input:focus { background: #D6FFBB; }

.button {
	color: black;
	border: 2px solid gray;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	background: url('images/button_grad1.gif') #838383 repeat-x;
	}

.button:hover {
	background: #eeeeee;
	}

.button:active {
	background: url('images/button_grad1.gif') #838383 repeat-x;
	color: black;
	}
