﻿html, BODY
{
	background-image:url('../../img/style/splashBackground.jpg');
	text-align:center;
	font-family:Verdana;
	font-size:14px;
}
p
{
	margin:0px;
	padding:0px;
}
input
{
	background-color:#ebe9e9;	
	border:none;
	margin:5px 0px 0px 5px;
	padding:3px 0px 3px 10px;
	font-weight:900;
	color:#686767;	
}
#Container
{
	width:600px;
	height:580px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2px;	
}
#logoContainer
{
	color:#fff;
	font-size:19px;	
	font-family:Times New Roman;
	letter-spacing:1px;	
}
#enLogo
{
	letter-spacing:4px;
}
#contentContainer
{
	background-image:url('../../img/style/mainContentContainerBackground.jpg');
	background-repeat:repeat-y;
	height:480px;	
	text-align:left;
}
#topDrop
{
	background-image:url('../../img/style/topDrop.jpg');
	background-repeat:no-repeat;
	
}
#botDrop
{
	background-image:url('../../img/style/botDrop.jpg');
	background-repeat:no-repeat;
}
#mainContent
{	
	width:550px;
	margin-left:19px;
	margin-top:15px;
	text-align:left;
}
#splashPhoto
{
	border-bottom:10px solid #686767;
}
.content
{
	width:250px;
	display:inline-block;	
	padding-left:20px;
	margin-top:18px;
	font-weight:600;
	float:left;
}
.content p
{
	height:80px;
	font-size:14px;
	color:#5f5d5d;	
}
.content span
{
	font-size:10px;	
	letter-spacing:0px;
}
.content span a
{
	color:#7a7777;
	text-decoration:none;
}
.content span a:hover
{	
	text-decoration:underline;
}
#fr
{
	border-left:2px solid #a39999;
}

.buttonStyle
{
	font-weight:900;
	padding:4px 10px 4px 10px;
	background-image:url('../../img/style/buttonStyle.jpg');
	color:#ffffff;
	font-family:Verdana, Arial;
	font-size:10px;
	text-decoration:none;	
	display:inline-block;
	cursor: pointer;
}

.buttonStyle:hover
{
	background-image:url('../../img/style/buttonStyleHover.jpg');
}