body {
}

.Main_Font {
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #1958b7;
	font-size: 15px;
}

.Header_Font{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #1958b7;
	font-size: 18px;
}

#Maintop{
	background:url(../Images/Title.png);
	Width:750px;
	height:100px;
	margin-left:auto;
	margin-right:auto;

}

#Main{
	width:750px;
	height:850px;
	border-right:thin  #1958b7 solid;
	border-left: thin #1958b7 solid;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#Bottom{
	width:750px;
	height:120px;
	border-right:thin  #1958b7 solid;
	border-left: thin #1958b7 solid;
	border-bottom: thin #1958b7 solid;
	margin-left:auto;
	margin-right:auto;
	background:url(../Images/Bottom.png) no-repeat;

}

.Content {
	width:730px;
	margin-top:20px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	height:auto;
	
}
/***************************************** menu styles ***************************************/

.invertedshiftdown{
padding: 0;
margin-right:auto;
margin-left:auto;
width: 750px;
border-top: 2px solid #1958b7; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: 12px Verdana;
color: #1958b7;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #1958b7; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #1958b7; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}
