/*			C  S  S			D  O  C  U  M  E  N  T			*/

body {
	font-family: "Trebuchet MS", Tahoma;
	font-size:13px;
	font-weight:normal;
	color:#000000;
	padding:0px;
	margin:0 0 0 0;
	line-height:18px;
	background-color:#32b3ef;
}

img, ul, li , form, input, div, h1, h2, p {margin:0; padding:0;}

img {border:none;}

ul {list-style-type:none;}


/*			G E N E R A L     S T Y L E     S T A R T	   		*/

h1{
	font-family:"Trebuchet MS", Tahoma;
	font-size:24px;
	color:#0a4e6b;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

p{
	padding-bottom:5px;
}

.bg{
	background:url(../images/bg.gif) repeat-y left top;
	width:1138px;
}
 
.menu-bg{
	background:url(../images/menu-bg.jpg) no-repeat left top;
	height:42px;
	width:536px;
}
	
.body-bg{
	background:url(../images/body-bg.gif) repeat-x left top;
	height:75px;
}

.left-border{
	border-left:1px dotted #bebebe;
	padding:5px 5px 0 10px;
}

.mid-border{
	border-top:1px dotted #bebebe;
}
	
.pad1{
	padding:2px 10px 0 30px;
}
	
#menu-container{
	width:414px;
	padding-top:9px;
	padding-left:5px;
}

.menu-txt{
	float:left;
}

.menu-dot{
	float:left;
	padding:0 27px 0 27px;
	text-align:center;
}

.menu-links{
	font-family:"Trebuchet MS", Tahoma;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a.menu-links:hover{
	font-family:"Trebuchet MS", Tahoma;
	font-size:13px;
	color:#62b7e0;
	font-weight:bold;
	text-decoration:none;
}

.footer-links{
	font-family:"Trebuchet MS", Tahoma;
	font-size:13px;
	color:#9a9a9a;
	font-weight:normal;
	text-decoration:none;
}
a.footer-links:hover{
	font-family:"Trebuchet MS", Tahoma;
	font-size:13px;
	color:#2d2d2d;
	font-weight:normal;
	text-decoration:none;
}