body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0;
	margin:0;
	background-color: white;
}
.main{
	width:760px;
	padding:0;
	margin:0px auto;
	border:1px solid #CCCCCC;
}
#header{
	width:760px;		
	background-image:url(images/top_bg.gif);
	background-repeat:repeat-x;
	height:60px;	
}
#left{
	position:relative;
	float:left;
	width:530px;		
}
#right{
	position:relative;
	float:left;
	width:229px;
	border-left:1px solid #CCCCCC;	
}
#footer{
	position:relative;
	clear:left;	
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	padding:14px 0 13px 15px;	
	height:13px;
	text-align: center;
}
#footer a{
	color:#000000;
	background-color:inherit;
}
a {
	color:#0083CE;
	background-color:inherit;
}
a:hover{
	text-decoration:none;
}
.name{
	float:left;
	width:377px;
	padding:30px 0 0 30px;
	font-size:30px;
	color:#0083CE;
	background-color:inherit;
}
.logo{
	float:left;
	width:353px;
}
.slogan{
	font-size:12px;
	padding-top: 0px;
	margin-top: 0px;
}
.menu{
	position:relative;
	clear:left;
	background-image:url(images/menu_bg.gif);
	background-repeat:repeat-x;
	padding-top:15px;
	padding-bottom: 15px;
	margin-bottom:0px;
}
.menu a{
	height: 20px;
	color:#000000;
	background-color:inherit;
	font-variant:small-caps;
	text-decoration:none;
	margin:0px 5px;
	font-size:11px;
	font-weight:bold;
	background-image:url(images/p.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding-left:10px;
}
.menu a:hover{
	text-decoration:underline;
}
h1 {
	font-size:12px;
	color:#0083CE;
	background-color:inherit;
	font-weight:bold;
	font-variant:small-caps;
	padding:0 0 10px 0;
}
.text{
	padding:15px;
	text-align:justify;
}
.h_l{
	clear:left;
	background-image:url(images/dot.gif);
	background-repeat:repeat-x;
	height:1px;
	width:740px;
	margin:10px 10px 0 10px;
}
.cp1{
	float:left;
}
.cp2{
	float:right;
	padding-right:15px;
}

p {
	font-size: 12px;
}
.image_right {
	border-style: solid;
	border-color: grey;
	border-width: 1px;
	padding: 2px;
	margin: 3px;
	float: right;
	display: inline;
}
.image_left {
	border-style: solid;
	border-color: grey;
	border-width: 1px;
	padding: 2px;
	margin: 3px;
	float: left;
	display: inline;
}

.image {
	border-style: solid;
	border-color: grey;
	border-width: 1px;
	padding: 2px;
	margin: 3px;
}

.table {
	width: 80%;
	border-collapse: collapse;
}

.table td {
	border-width: 1px;
	border-style: solid;
	padding: 2px;
}

.headtr td {
	background-image: url(images/footer_bg.gif);
}

h2 {
	font-weight: normal;
	font-size: 12px;
}
