﻿#container {
    margin-top: 10px;
    background-color: #fff;
    padding: 0px;
    color:#3853a4;
    min-width:1000px;
}

.navTopContainer {
    text-align:center;
    background:#FFF;
    margin-top:9px;
    font-weight:bold;
    /*/border-bottom: 1px solid #ed1f24;
    padding: 5px;
    font-size:8pt;/*/
}
.navTopContainer a:visited {
	text-decoration: none;
	color: #2a4491;
	padding: 5px 0 10px 21px;
	margin:6px 0 1px 0;
	background: transparent url('../images/layout/tab1.png') repeat-x top left;
	height:31px;
}      
.navTopContainer a:link {
	text-decoration: none;
	color: #2a4491;
	padding: 5px 0 10px 21px;
	margin:6px 0 1px 0;
	background: transparent url('../images/layout/tab1.png') repeat-x top left;
	height:31px;
}      
.navTopContainer a:active {
	text-decoration: none;
	color: #2a4491;
	padding: 5px 0 10px 21px;
	margin:6px 0 1px 0;
	background: transparent url('../images/layout/tab1.png') repeat-x top left;
	height:31px;
}      
.navTopContainer a:hover {
	color: #ce1216;
	background: #3853a4;
	text-decoration: none;
	padding: 5px 0 10px 21px;
	margin:6px 0 1px 0;
	background: transparent url('../images/layout/tab2.png') repeat-x top left;	
	height:31px;
}
.leftend a:link {
	text-decoration: none;
	color: #3853a4;
	padding: 5px 0 10px 21px;
	margin:6px 0 1px 0;
	background: transparent url('../images/layout/leftend.png') repeat-x top left;
	height:31px;
} 
.leftend a:visited {
	text-decoration: none;
	color: #3853a4;
	padding: 5px 0 10px 21px;
	margin:6px 0 1px 0;
	background: transparent url('../images/layout/leftend.png') repeat-x top left;
	height:31px;
} 
.leftend a:active {
	text-decoration: none;
	color: #3853a4;
	padding: 5px 0 10px 21px;
	margin:6px 0 1px 0;
	background: transparent url('../images/layout/leftend.png') repeat-x top left;
	height:31px;
} 
.leftend a:hover {
	text-decoration: none;
	color: #ce1216;
	padding: 5px 0 10px 21px;
	margin:6px 0 1px 0;
	background: transparent url('../images/layout/leftend.png') repeat-x top left;
	height:31px;
} 
.rightend a:link, .rightend a:visited, .rightend a:active, .rightend a:hover {
	text-decoration: none;
	width:32px;
	height:35px;
	color: #3853a4;
	padding: 5px 0 10px 21px;
	margin:6px 0 1px 0;
	background: transparent url('../images/layout/tabrightend.png') repeat-x top left;
	height:31px;
} 

#headerBar {
	background:white url('../images/layout/headerSlice.png') repeat-x top left;
	height:19px;
}

#shell {
	margin:auto;
}

#contentContainer {
    padding: 0px;
	background:white url('../images/layout/backgroundSlice.jpg') repeat-x top left;
}

#contentBody {
   	width:900px;
    padding-top: 145px;
    text-align:left;
    vertical-align:top;
    margin:auto;
	background:transparent url('../images/layout/background.png') no-repeat;
}

#ags {
	width:100%;
}
#ags td {
	width:33%;
	text-align:center;
	vertical-align:middle;
}

.frame {
	background:transparent url('../images/layout/frame.png') no-repeat;
	height:104px;
	width:174px;
	margin:auto;
	padding-top:6px;
	text-align:center;
}
.frame2:hover {background-color:#ed1f24;}
.frame2 {
	margin:14px;
	padding:12px;
	text-align:center;
	border:1px solid #eaeaea;
}

#footer {
	padding: 10px;
	text-align:center;
	font-size:80%;
}
