/* BODY */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	background-image: url(bg2.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 15px;
	text-align: center;
}

#outer {
	background: #fff;
	color: Navy;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #000;
	width: 750px;
	margin: auto;
	padding: 5px 5px 5px 5px;
}

#outeralt {
	background-color: #e6e6fa;
	color: Navy;
	border: 1px solid #000;
	width: 750px;
	margin: auto;
	padding: 5px 5px 5px 5px;
}

/* GENERAL LINKS */

a:link{
	color: #d2691e;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	color: #DC143C;
}

pre{
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #4169E1;
	font-color: #4169E1;
	min-height: 1px;
	max-height: 1px;
} 

li { 
	margin-bottom: 12px;
}

/* SECTION */

.border {
	border: 1px solid #0000CD;
	background-color: #ecedfd;
}

.title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: Blue;
	font-weight: bold;
	text-decoration: none;
}

.titlebig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-align: center;
	color: Blue;
	font-weight: bold;
	text-decoration: none;
}

.titlebig-lilla {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
	color: #9400d3;
	font-weight: bold;
	text-decoration: none;
}

.borderright {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0000CD;
	border-bottom-color: #0000CD;
}

.borderright-lilla {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #9400d3;
	border-bottom-color: #9400d3;
}

#downunlink a{
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
	text-decoration: none;
	background-color: #fff;
	text-align: center;
	border: 1px solid #777E90;
	margin: 1px;
	width: 136px;
	padding: 5px;
	float: left;
	display: inline;
}

.downlinks a{
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
	text-decoration: none;
	background-color: #ECEDFD;
	text-align: center;
	border: 1px solid #777E90;
	margin: 1px;
	width: 136px;
	padding: 5px;
	float: left;
	display: inline;
}

.downlinks a:hover {
	background-color: #C9D0E1;
	color: #DC143C;
	padding-left: 5px;
	border: 1px solid #777E90;
	text-decoration: underline;
}
#downunlink2 a{
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
	text-decoration: none;
	background-color: #fff;
	text-align: center;
	border: 1px solid #777E90;
	border-bottom: none;
	margin: 1px;
	width: 136px;
	padding: 5px;
	float: left;
	display: inline;
}

.downlinks2 a{
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
	text-decoration: none;
	background-color: #ECEDFD;
	text-align: center;
	border: 1px solid #777E90;
	margin: 1px;
	width: 136px;
	padding: 5px;
	float: left;
	display: inline;
}

.downlinks2 a:hover {
	background-color: #C9D0E1;
	color: #DC143C;
	padding-left: 5px;
	border: 1px solid #777E90;
	text-decoration: underline;
}

#content {
	margin-left: 50px;
	margin-top: 30px;
	width: 680px;
	display: block;
	float: none;
	azimuth: center;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Blue;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0000CD;
	border-bottom-color: #0000CD;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #483D8B;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #483D8B;
}
.bold {
	font-weight: bold;
}
	
a.small {
	text-decoration: none;
	color: #ADD8E6;
	font-size: 10px;
}

a.small:hover {
	text-decoration: none;
	color: #FFD700;
	font-size: 10px;
}
a.img {
	text-decoration: none;
	color: #ADD8E6;
	font-size: 10px;
}

a.img:hover {
	text-decoration: underline;
	color: #FFD700;
	font-size: 10px;
}