/* CSS Document */

@import url("buttons.css");

html {
	font-size: 100%;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	background: #32699D;
	
	width: 950px;
	
	margin: 0px auto;
}

header {
	background: #FFFFFF;
	
	height: 150px;
	width: inherit;
	
	margin-top: 10px;
	
	border: 1px solid #C3D9FF;
	border-radius: 10px;
}

header img.logo {
	border: 0px;
	
	margin: 5px 0px 0px 0px;
}

header ul li {
	display: inline;
	
	vertical-align: top;
	
	margin-right: 5px;
	
	font-size: 0.75em;
}

div.leftside {
	float: left;
}
	
div.rightside {
	float: right;
}

div.block {
	clear: both;
}
	
div#page-body {
	background: #ECF3F7;
	
	width: inherit;
	
	margin-top: 10px;
	
	border: 1px solid #C3D9FF;
	border-radius: 10px;
}

nav {

}

nav ul li {
	list-style-type: none;
	
	border: 1px solid #B0B0B0;
	border-bottom: none;
	border-radius: 8px 8px 0px 0px / 8px 8px 0px 0px;
	
	float: left;
	
	margin: 0px 6px 0px 0px;
	
	position: relative;
	
	top: 1px;
	
	font-size: 0.75em;
}

nav ul li a:link, nav ul li a:visited, nav ul li a:active, nav ul li a:hover {
	border-radius: 7px 7px 0px 0px / 7px 7px 0px 0px;
	
	display: block;
	
	float: left;
	
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	
	padding: 9px 20px 8px 18px;
}
	
nav ul li a:link, nav ul li a:visited, nav ul li a:active {
	background: #32699D;
}
	
nav ul li a:hover {
	background: #1D5488;
}

article {
	background: #FFFFFF;
	
	width: auto;
	
	margin: 10px;
	padding: 15px;
	
	border: 1px solid #C3D9FF;
	border-radius: 10px;
	
	clear: both;
}

/* START - table formating */
table {
	border-collapse: collapse;
	margin-top: 10px;
}

table tr {
	border: 1px solid gray;
}

table tr th {
	padding: 5px;

	background: #32699D;
}

table tr td {
	padding: 5px;
}

.row1 {
	background: #ECF3F7;
}

.row2 {
	background: #E1EBF2;
}

.col1 {
	background: #ECF3F7;
	
	border: 1px solid gray;
}

.col2 {
	background: #E1EBF2;
	
	border: 1px solid gray;
}
/* END - table formating */

/* START - image formating */
img {
	border: 0px;
}
/* END - image formating */

/* START - font formating */
.header {
	font-size: 0.75em;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}

.small {
	font-size: 0.70em;
}

.gen {
	font-size: 0.75em;
}

.big {
	font-size: 1em;
}

.cap {
	text-transform: capitalize;
}

.bold {
	font-weight: bold;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

a:link, a:visited, a:active {
	color: #036;
	text-decoration: none;
}

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

input, textarea, select {
	font-family: inherit;
	font-size: 0.75em;
}
/* END - font formating */

div#searchbar {
	background: #ECF3F7;
	
	width: inherit;
	
	margin-top: 10px;
	padding-left: 10px;
	
	border: 1px solid #C3D9FF;
	border-radius: 10px;
}

fieldset {
	margin: 1.5em 0em 0em 0em;
	padding: 0;
}

fieldset legend {
	margin-left: 1em;
}

fieldset ol {
	padding: 0.5em 0.5em 0em 0.5em;
	
	list-style: none;
}

fieldset ol li {
	padding-bottom: 0.5em;
}

fieldset ol li label {
	float: left;
	
	width: 10em;
	
	margin-right: 1em;
}

fieldset.submit {
	border: none;
	
	text-align: center;
}

footer {
	width: inherit;
	
	margin-top: 10px;
	margin-bottom: 10px;
}
