/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #333;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	background-color: #333;
	color:#FFF;
}
body {
	background-repeat:repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:12px;
	background-color:#07284B;
}

p{
	padding:0;
	line-height:14px;
	}

h1{}

h2{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:10px 0 0 0;
	margin:0;
	font-size:14px;
	}

h3{}
	
img{
	border:none;
	}	

img a{
	border:none;
	}
	
.logo{
	padding:40px 0;
	}

/* structure */
.container {
	margin:0 auto;
	width:1000px;
	}

/* navigation */
.navigation {}

/* main */
.main {}

/* content */
.content {
	background-color:#FFFFFF;
	}
.content2{
	}
.button{
	padding:15px 0 0 0;
	}	
	
/* content boxes*/
.conleft, .conmid, .conright{
	padding:15px;
	height:270px;
	width:203px;
	float:left;
	}
.conmid{
	margin-left:10px;
	}	
.conright {
	margin-left:10px;
	}
.conbig {
	width:670px;
	background-color:#FFFFFF;
	padding:15px;
	}
/* footer */
.footer {
	height:2px;
	}
.hey{
	clear:both;
	padding:15px;
	}
.indextop{
	clear:both;
	margin:0;
	height:250px;
	padding:10px;
	height:310px;
	background-image:url(../img/hello_under.png);
	}
.hello{
	padding:0;
	height:50px;
	background-image: url(../img/hello_heading.png);
	}
.hello_under{
	height:200px;
	}	
.hello_under p, indextop2 p{
	line-height:19px;
	font-size:12px;
	}	
.hello_under1, .hello_under2 {
	float:left;
	padding:20px 120px 20px 20px;
	}
.hello_under1{
	width:218px;
	}	
.hello_under2{
	width:200px;
	}							
