body {
background-image:url(images/body_bg.jpg); background-repeat:repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	color: #FFFFFF;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}
.button
{
    cursor: pointer;
    background-image:url(images/button_bg.jpg); background-repeat:repeat-x;
	text-align:center;
	color:Black;
	font-weight:bold;
	text-decoration:none;
	width: 300px;
}
.buttonleft{
	background-image:url(images/button_left.jpg); background-repeat:no-repeat;
	width:6px;
	height:39px;
}
.buttonright{
	background-image:url(images/button_right.jpg); background-repeat:no-repeat;
	width:6px;
	height:39px;
}
.logoleft{
	background-image:url(images/logo_left.jpg); background-repeat:no-repeat;
	width:12px;
	height:78px;
}
.logoright{
	background-image:url(images/logo_right.jpg); background-repeat:no-repeat;
	width:12px;
	height:78px;
}
.logo{
	background-image:url(images/logo_bg.jpg); background-repeat:repeat-x;
	text-align:center;
	text-transform: uppercase;
	font-size:28px;
	color:#88AED6;
	font-weight:bold;
	text-decoration:none;
	width:250px;
}
.main{
 background-color:#A8C4E1;
}
.tag {
	margin: 0;
	padding:45px 20px 10px 10px;
	text-transform: uppercase;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
    text-decoration:none;
}
a
{
color:#5D81A6;
text-decoration:none;
}
a:hover
{
	color: cornflowerblue;
	text-decoration: none;
}
.sidelinks a{
color:#5D81A6;
}
.sidelinks a:hover{
color:#FFFFFF;
}
.sidelinks a:visited{
color:#000000;
}
.welcome
{font-size:35px;
color:#686868;
}
.bottompane
{
	background-color: #A8C4E1;
	color: #5D81A6;

}

.search
{
	top: 100px;
	left: 5px;
	width: 575px;
	height: 60px;
	border: solid 1px #D9D4D4;
	background: lightsteelblue;
}
