@charset "utf-8";
/* CSS Document */

body{ 
	background:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color: #ffffff;
	margin:auto;
	padding:0px;
}

#frame{

 	margin:auto;
	width: 1200px;

}

#header{
	float: left;
	background:url(images/header.gif);
	background-repeat:no-repeat;	
	width: 977px;
	height: 322px;
	margin-left: 100px;
}

#content{
	float: left;
	width: 1200px;
}

#left-content{
	float: left;
	width:250px;
	margin-left:5px;
}

#middle-content{
	float: left;
	width:650px;
	margin-left:15px;

}

#right-content{
	float: left;
	width:200px;
	padding-left:5px;
}

#top-orange{
	float: left;
	background:url(images/top-orange.gif);
	background-repeat:no-repeat;	
	width: 282px;
	height:33px;
}

#center-orange{
	float: left;
	background:url(images/center-orange.gif);
	background-repeat:repeat-y;	
	width: 282px;
	padding-left: 23px;
}

#bottom-orange{
	float: left;
	background:url(images/bottom-orange.gif);
	background-repeat:no-repeat;	
	width: 282px;
	height:32px;
}

#sidebar-title{
	background:url(images/sidebar-title-bg.gif);
	background-repeat:no-repeat;
	width: 233px;
	height:26px;
	font-family:verdana;
	font-size: 12px;
	color:#fbcb02;
	padding-left:10px;
	padding-top:4px;
	
}

#inside-sidebar{
	padding-left:15px;
	padding-top:5px;
	padding-bottom:10px;
	width:205px;
	font-family:verdana;
	font-size: 12px;
	text-align:justify;
}

p.regular-text{
	font-family:Calibri;
	font-size: 14px;
	text-align:justify;
}

p.regular-title{
	font-family:verdana;
	font-size: 25px;
	text-align:left;
	color:#fe9d03;
}

#footer{
	float: left;
	width: 1200px;	
	font-family:verdana;
	font-size: 11px;
	text-align:center;
}

#menu{
	padding-top:300px;
	padding-left:10px;
}

a.menu-link:link, a.menu-link:visited {
	font-family:verdana;
	font-size: 14px;
	color:#0064a2;
	text-decoration:none;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
}
a.menu-link:hover{
	font-family:verdana;
	font-size: 14px;
	color:#fe9d03;
	text-decoration:underline;
}



a:link, a:visited {
	font-family:verdana;
	font-size: 12px;
	color:#0064a2;
	text-decoration:underline;

}
a:hover{
	font-family:verdana;
	font-size: 12px;
	color:#0064a2;
	text-decoration:none;

}
