/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:#525459;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
}
a:link {
	color: #790F0F;
}
a:visited {
	color: #790F0F;
}
a:hover {
	color: #B72621;
}
a:active {
	color: #790F0F;
}
h1{
	font-size:medium;
	color:#666666;
	padding-bottom:0;
	margin-bottom:0;
	}
h2{
	font-size:small;
	color:#790F0F;
	margin-top:0;
	padding-top:0;
}
li{
	padding-top:10px;
	
}
#pageShell{
	background-image:url(../images/layout/pageShellRep.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	width:720px;
}
#shell{
	margin-left:auto;
	margin-right:auto;
	width:658px;
	background-color:#FFFFFF;
	text-align:left;
	background-image:url(../images/layout/shelRep.gif);
	background-position:left;
	background-repeat:repeat-y;
}
#header{
	height:275px;
	background-image:url(../images/layout/header.jpg);
}
#headerBottom{
	height:28px;
	background-color:#790f0f;
}
#leftCol{
	width:135px;
	float:left;
	color: #790F0F;
}
.flagBak{
	background-image:url(../images/layout/flag.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#rightCol{
	width:495px;
	float:left;
	padding-left:15px;
	padding-right:10px;
	padding-top: 5px;
}
#footer{
	clear:both;
	color: #999999;
	margin-left:135px;
	padding-top:20px;
}
#footer2{
	text-align:center;
}
#shellBottom{
	background-image:url(../images/layout/footerBak.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:25px;
}
#address{
	float:right;
	color:#FFFFFF;
	padding-top:5px;
	padding-right:5px;
}
#answer{
	color: #666666;
	font-style:italic;
}
