﻿
.mainBody
{
	text-align:center;
    background-color:#255681;
    margin:0 0 0 0;
}
#mainDiv
{
	margin-top:18px;
	width:958px;
	margin-right: auto; 
	margin-left: auto;
	background-image:url(../img/LeftSideBackGround.png);
	background-repeat:repeat-y;
}

#LeftSide
{	
	background-color:Transparent;
	width:228px;
	float:left;
}
#RightSide
{
	width:730px;
	
	background-color:White;
	float:right;
}
#Content
{
	width:600px;
	
	padding-top:75px;
	padding-left:62px;
	padding-right:62px;
	background-color:Transparent;
	text-align:left;
}
#LoginTitle
{
	font-family:Tahoma;
	font-size:26px;
	color:#6b92b9;
	text-align:left;
}
#LogInInfo
{
	
	height:30px;
	font-family:Tahoma;
	font-size:16px;
	color:Black;
	font-weight:bold;
	text-align:left;	
}
#loginBox
{
	background-image:url(../img/Login_Box.png);
	background-repeat:no-repeat;
	width:500px;
	height:331px;
	text-align:left;
	padding-top:60px;
	padding-left:85px;
}

.labelStyle
{
	font-family:Arial;
	font-size:17px;
}
.linkStyle, a.linkStyle:hover, a.linkStyle:visited, a.linkStyle:link
{
    font-family:Arial;
	font-size:14px;
	color:#2681db;
	text-decoration:underline;
}

.textBoxesStyle
{
	width:180px;
	height:20px;
	background-image:url(../img/Login_TextBox.jpg);
	background-repeat:repeat-x;
	border:solid 1px #959595;
	padding-top:5px;
}


#DivBottom
{
	clear: both;
	width:690px;
	height:45px;
	background-image:url(../img/BottomBackground.gif);
	background-repeat:no-repeat;
    padding-top:15px;
	padding-left:248px;
	padding-right:20px;
}
#ContentBottom
{
	text-align:left;
	font-family:Arial;
	font-size:11px;
	color:#808080;
	float:left;
}
#ContentBottom a:hover, #ContentBottom a:link, #ContentBottom a:visited
{
	font-family:Arial;
	font-size:11px;
	color:#808080;
}
#MenuBottom
{
	font-family:Arial;
	font-size:11px;
	color:#506f9b;	
	text-align:right;
	float:right;
	width:300px;	
}
#MenuBottom a:link, #MenuBottom a:visited
{
	font-family:Arial;
	font-size:11px;
	color:#506f9b;
	text-decoration:none;
}
#MenuBottom a:hover
{
	font-family:Arial;
	font-size:11px;
	color:#506f9b;
	text-decoration:underline;
}

#TopMenuDiv
{
	/*width:958px;*/
	height:38px;
	vertical-align:bottom;
	clear: both;
	width:730px;
	padding:0px 0px 0px 228px;
	background-color:#255681;	
}

#TopMenuDiv ul 
{
	height:100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

#TopMenuDiv li 
{	
	float: left;
	border: none;
	padding-right:4px;
	border-bottom-width: 0;
	margin: 0;
}

#TopMenuDiv a 
{
	text-decoration: none;
	display: block;
	background: #75a6d1;
	padding-top:10px;
	padding-bottom:10px;
	color: white;	
	width: 170px;
	height:100%;
	text-align: center;	
	font-family:Verdana;
	font-size:16;
}

#TopMenuDiv a:hover 
{
	background: #4886bd;
}

