﻿/**********************************************
You sunk my battleship
**********************************************/

body {
	background-image: url(images/PortalImages/PortalBackgroundGraySlab.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FCE7A4;
	font-weight:bold;
	font-size: 14px;
}

#Content {
	width:760px;
	height:570;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/PortalImages/PortalBackground.jpg);
	
}

#Buttons {
	position:relative;
	top:150px;
	text-align: center;
}

#Trackers {
	position:relative;
	top:330px;
	text-align:center;
}

#Large {
	font-size:20px;
	font-weight:bold;
}

#Login {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	right:0px;
	text-align:center;
	width:200;
}

 fieldset { 
 border: 0px;
 }
 
 /**********************************************
URL Color Changes
**********************************************/

.url {color: #FCE7A4}
a:link {
	color: #FCE7A4;
}
a:visited {
	color: #FCE7A4;
}
a:hover {
	color: #FCE7A4;
}
a:active {
	color: #FCE7A4;
}