body
{
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:14px;
	background-color: #d5ebf3;
}
.container
{
	width: 90%;
	margin: auto;
}

a
{
	color: #b70014;
}

/*top menu*/
#left
{
	float: left;
	width: 102px;
	height: 96px;
	background: url('../images/parenthesis_left.png');
	border: 0px;
}
#right
{
	float: right;
	width: 102px;
	height: 96px;
	background: url('../images/parenthesis_right.png');
}
#middle
{
	height: 27px;
	margin-right: 102px;
	margin-left: 102px;
	border-bottom: 4px solid #b70014;
	background-repeat: no-repeat; 
	background-position: top center;
}
#middle img
{
	position: relative; 
	display: block;
	margin: auto;
	border: 0px;
}
.topmenuText
{
	background-color: white;
	margin-left: 102px; 
	margin-right: 102px; 
	height: 65px;
	text-align: center; 
	position: relative;
	font-family: Trebuchet MS;
	font-size: 20px;
}
.topmenuLinks
{
	position: relative; 
	top: 19px;
	background-color: #b70014;
	margin-left: -90px;
	margin-right: -90px;
}
.topmenuLinks a
{
	color: white;
	text-decoration: none; 
	margin-right: 10px;
	background-color: #b70014;
	padding-left: 5px;
	padding-right: 5px;
}
.topmenuLinks .activelink
{
	color: #b70014;
	background-color: white;
}
#lastLink
{
	margin-right: -102px;
}
#firstLink
{
	margin-left: -102px;
}
/*top menu ends*/

/*content*/
.content
{
	background-color: white;
	border-left: 20px solid #b70014;
	border-right: 20px solid #b70014;
	border-bottom: 10px solid #b70014;
	margin: 0px;
	padding: 10px;
	clear: both;
}


/*textboxes*/

#leftDiv
{
	float: left; 
	width: 50%;
}
#rightDiv
{
	clear: both;
	float: left;
	width: 50%;
}
.textboxdiv
{
/*	margin-right: 10px;*/
	clear: both;
}
/*content ends*/

h3
{
	margin: 0px;
	font-family: Trebuchet MS;
	font-size: 18px;
}
h4
{
	font-family: Trebuchet MS;
	font-size: 16px;
	margin: 10px 0 5px 0;
}
ul
{
	margin: 0px;
}

b.bt, b.bt b, b.bb, b.bb b
{
	display: block;
	height: 10px;
	font-size: 1px;
	background:url('../images/borders/grey.gif') no-repeat;
	position:relative;
}




#blueBorder
{
	background:url('../images/borders/gray_black.gif') no-repeat;
	
}





b.bt
{
	top: -3px;
	left: -3px
}
b.bt b
{
	background-position:100% -10px;
	left: 6px
}
b.bb
{
	background-position:0 -20px;
	top:3px;
	left: -3px
}
b.bb b
{
	background-position:100% -30px; 
	left: 6px
}

.textBorder
{
	border: #b70014 3px solid;
}

.textboxContainer
{
	clear: both;
	margin-bottom: 10px;
}
#blueTextbox
{
	background-color: #e0dfff;
}
#greenTextbox
{
	background-color: #ccffcc;
}
#yellowTextbox
{
	background-color: #ffffb4;
}
#redTextbox
{
	background-color: #ffdfdf;
}
.infoText
{
	padding: 10px;
;
}
.linkText
{
	padding-left: 35px;
	position: relative; 
	top: -15px;
}
.boldli
{
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: bold;
}
.boldspan
{
	font-weight: bold;
}
.infoboxContainer
{
	float: right;
	width: 26em;
	margin-left: 10px;
		background:url('../images/borders/stripes.png') no-repeat;
	background-position: top right;
	background-color: white;
}
#sun
{
	background:url('../images/borders/sun.png') no-repeat;
	background-position: 0px 0px;
	height: 53px;
}

