@import "main.css";

body {
	/*	background: #fff url(../images/home_page/home_bg.jpg) repeat-x;*/
	/*background-color:#0166ac;*/
	background-color:#000000;
}

#MainLinks {
	font-size:15px;		
	text-align: center;
}
#MainLinks a { 
	color:#FFFFFF;
	text-decoration:none;	
}
#MainLinks a:hover {
	text-decoration:underline;
}
#signButtons {
	font-size:12px;
}
#signButtons a { 
	color:#FFFFFF;
	text-decoration:none;
}
#signButtons a:hover {
	text-decoration:underline;
}

#masthead {
	width: 646px;
	float: left;
}

img#logo {
	float: left;
}

a#existing, a#new {
	margin: 5px;
	padding: 5px 0;
	width: 219px;
}
#signButtons {
	clear: none;
	float: right;
	border: 0;
	margin: 50px 35px 0 0;
}
a#new {
	width: 200px;
	margin-right: 5px;
}

a img {
	border: none !important;
}

#splash {
	width: 646px;
	margin: 22px auto;
	color:#CCCCCC;
}

#splash p {
	font-size: 90%;
	margin: 10px 0;
}

h2 {
	margin: 25px 0 5px 0 !important;
}


.clear {
	clear:both;
}

.white {
	width: 600px !important;
	text-align:left;
}

.blue {
	width: 600px !important;
}

ul li {
	list-style-type: square;
	margin: 10px 30px;
}

h3 {
	margin-left: 5px;
}

th {
	font-size: 80%;
	text-align: left;
}

td { 
	font-size: 80%;
}

#bottomMenu a {
	height: 12px;
	padding: 10px 0px 16px 0;
	text-decoration: none;
	color: #fbc932;		
}
#bottomMenu {
	margin:10px 0;	
	text-align: center;
	font-size: 80%;
	font-weight: normal;
}
.whiteLink  {
	color:#FFFFFF;
}


.aPicLink {
	margin-top:-5px;
	align:center;
}
.aPicLink td {
	font-size:14px;
}
.aPicLink td a {
	color:#FF0000;
	text-decoration:none;
}
.aPicLink td a:hover {
	text-decoration:underline;
}
