﻿body {
    margin: 3px;
    padding: 0px;
    text-align: center;
}

body, td {
    font-size: 14px;
    font-family:Segoe UI, Tahoma, Verdana, Sans-Serif;
}

#OutSideWrapper {
    margin:auto;
    width:960px;
	text-align: center;
	border: 1px solid #a2b5c4; 
}

#Top {
    height:124px;
    overflow:hidden;
}

a:link, a:visited, a:active {
    color: #356aa0;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
    color: #000000;
	text-decoration:  underline;
	font-weight: bold;	
}
.fakelink {
    color: #356aa0;
	text-decoration: none;
	font-weight: bold;
}

.fakelink:hover {
    cursor:pointer;
    color: #000000;
	text-decoration:  underline;
	font-weight: bold;
}   

form {margin:0px;}

.formbutton {
    cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
    font-weight:bold;
	text-align: center;
	background-color: #356aa0;	
	padding:2px;
	border-style:ridge;
	border-width: 1px;
	border-color: #ffffff;
	height:22px;
}
.formfield {
	font-family:tahoma,Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	padding-left:3px;
	background-color: #ffffff;
	border: solid 1px #7f9db9;
}

.formfieldreadonly {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	padding-left:3px;
	background-color: #ececec;
	border: solid 1px #616153;
}


.warning {
	color:red;
}
.error {
	color:red;
}
h1 {
	font-size: 24px;
	margin: 0 0 0px 0;
	padding:0px;
}
h2 {
	font-size: 17px;
	margin: 0 0 0px 0;
	padding:0px;
}
h3 {
	font-size: 16px;
	margin: 0 0 0px 0;
	padding:0px;
}
h4 {
	font-size: 15px;
	margin: 0 0 0px 0;
	padding:0px;
}
h5 {
    font-size: 14px;
	margin: 0 0 0px 0;
	padding:0px;
}
h6 {
	font-size: 13px;
	margin: 0 0 -12px 0;
	padding:0px;
}


#BreadCrumb {
    padding:10px 10px 0px 10px;
    font-family: verdana, arial, "Trebuchet MS";
    font-size: 10px;
    padding-right: 20px;
    color:#454545;
    text-align:right;
     
} 

#MainContent {
    text-align:left;
  /*  background-image:url(/images2009/BodyBackground.jpg);*/
    background-position:top right;
    background-repeat:no-repeat;
    min-height:615px;
}

#Footer {
   font-size:11px;
   padding:10px;
}

.SearchOptionDiv {
    padding:5px 20px;
}

.redborder {
    margin:0px 0px 10px 30px;
    border:1px solid #bf2a00;
}

.HomePageBox {    
    float:left;
    font-size:14px;font-weight:bold;line-height:20px;
    width:268px;height:332px;
    background-repeat:no-repeat;
}

.HomePageBox a:link, .HomePageBox a:visited, .HomePageBox a:active {
    color: #356aa0;
	text-decoration: none;
}

.HomePageBox a:hover {
    color:#000000;
	text-decoration:  underline;
}

.buttonexternalwrapper {
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	font-family: tahoma,verdana;
	float: left;
	height: 75px;
	width: 64px;
	overflow: hidden;
	padding: 3px;
	margin: 3px;
	color: #000000;
	text-shadow: #fff 0px 1px 1px;
	/*border: 1px solid #ffffff;*/
}

.border {
	border: 1px dashed #555555;
	background-color:#e4c4c4;
}

.buttonimagewrapper {
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	width: 50px;
	max-height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 44px;
}

.buttonimagewrapper img {
	border: 0px solid #000000;
}

.buttontitlearea {
	text-align: center;
	width: 64px;
	overflow: hidden;
	padding-top: 2px;
}

.buttontitlearea a:link, .buttontitlearea a:active, .buttontitlearea a:hover, .buttontitlearea a:visited {
    color:#000000;font-weight:normal;
}

.OverFlowingDiv {

    background-color:#ffffff;
    overflow:visible;
    padding:5px 5px 5px 0px;
    position:relative;
}
