body {
	background-repeat: no-repeat;
	background-image: url(../global_images/backgrounds/background_color.jpg);
}
body,td,th {
	color: #555555;
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
}
#container {
	height: auto;
	width: 1000px;
	margin-left: auto;
	padding: 0px;
	margin-right: auto;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../global_images/backgrounds/background_crest.png);
}
#navigation {
	height: 80px;
	width: 1000px;
	margin: 0;
	text-align: center;
	padding: 0px;
}
#navigation ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	text-decoration: none;
	color: #CCCCCC;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 25px;
	display: inline-block;
	background-color: #152a44;
	font-weight: 500;
	margin: 8px;
	border-radius: 2px;
}
#navigation ul li a:hover {
	background-color: #ffac57;
	color: #333;
}
a:link {
	text-decoration: none;
	color: #660000;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #660000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	color: #000000;
	font-weight: lighter;
	line-height: 1.1;
}
h2 {
	font-size: 20px;
	color: #000000;
	font-weight: lighter;
	line-height: 1.1;
}
h3 {
	font-size: 16px;
	color: #000000;
	font-weight: lighter;
	line-height: 1.1;
}
h4 {
	font-size: 13px;
	color: #000000;
	font-weight: lighter;
}
h5 {
	font-size: 11px;
	color: #000000;
	font-weight: lighter;
}
h6 {
	color: #000000;
	font-weight: lighter;
	font-size: 30px;
}
.borderrad {
	border-radius: 4px;
}
table {
    border-collapse: collapse;
}
th, td {
    padding: 0;
}
.tab { margin-left: 20px; 
}
.floatleft {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.floatright {
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.finger	{
	img:hover;
    cursor: pointer;
}
.fingerright	{
	img:hover;
    cursor: pointer;
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.fingerleft	{
	img:hover;
    cursor: pointer;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.fingerrightradius	{
	img:hover;
    cursor: pointer;
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-radius: 4px;
}
.fingerleftradius	{
	img:hover;
    cursor: pointer;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-radius: 4px;
}
.caption	{
	line-height: 0.9;
}
.border {
	border-width: 10px; 
	border-color: #ffffff; 
	border-style: solid;
	img: hover;
    cursor: pointer;
} 
.border2 { 
	border-width: 15px; 
	border-color: #ffffff; 
	border-style: solid;
	img: hover;
    cursor: pointer;
} 
#insert2 {
	height: 500px;
	width: 750px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}