/* CSS Document */
	body,
	html {
	margin:0;
	padding:0;
	color:#000;
	background-color: #DAEFFC;
	background-image: url(images/background.jpg);
	}
		body {
	min-width:700px;
	background-image: url(images/background.jpg);
	}
	body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
	a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000099;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
}
a:visited {
	color: #0000C1;
}
	body {
		min-width:700px;
	}
	#wrap {
	margin:0 auto;
	width:700px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #0033FF;
	border-right-color: #0033FF;
	border-bottom-color: #0033FF;
	border-left-color: #0033FF;
	background-color: #FFFFFF;
	}
	#header {
	background-color: #0098FD;
	background-image: url(images/banner.jpg);
	height: 110px;
	background-position: center;
	background-repeat: no-repeat;
	}
	#header h1 {
    	padding:5px;
	    margin:0;
    }
	#nav {
	background:#DAEFFC;
	padding:5px;
	text-align: center;
	font-size: 90%;
	text-transform: uppercase;
	}
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}
	#main {
	float:right;
	width:490px;
	background-color: #FFFFFF;
	padding-top: 2px;
	}
	#main h2, #main h3, #main p {
		padding:0 10px;
    }
	#sidebar {
	float:left;
	width:200px;
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:0 0 0 0;
    }
	#footer {
	clear:both;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 5px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #00CCFF;
	border-right-color: #00CCFF;
	border-bottom-color: #00CCFF;
	border-left-color: #FF00FF;
	text-align: center;
	background-color: #FFFFFF;
	}
	#footer p {
		padding:5px;
		margin:0;
    }
	.upperlower {
	font-size: 115%;
	font-variant: small-caps;
	font-weight: bold;
}

.blue {
	font-weight: bold;
	color: #006CD9;
}
.blueline {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #4D98E4;
}
#line {
	width: 100%;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #4D98E4;
	border-right-color: #4D98E4;
	border-bottom-color: #4D98E4;
	border-left-color: #4D98E4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.t {
	font-size: 85%;
}
#mainboard {
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}
.clear {
	color: #FFFFFF;
}
