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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}



body {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%:
color: #7d7e81;
background-color: #eaeaea;
margin: 0px auto 0px auto;
text-align: center;
}


#container {
width: 900px;
margin: 20px auto;
padding-top:25px;
background-color: #fff;
border: 1px solid #c5c5c5;
text-align: center;
position:relative;
}


ul {
	list-style-type:disc;
	margin-left: 15px;
	padding-left: 15px;
	text-indent: 0;
	font-size: 12px;
	color: #414040;
	line-height: 1.75;
}

li {
	
}

#logo {
float: left;
margin: 10px 50px;
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
width: 250px;
height: 100px;

}

a{
color: #2e5daa;
text-decoration: none;
font-size: 12px;
}

a:hover {
text-decoration: underline;
}


h1{
font-size: 24px;
color: #2e5daa;
font-weight: normal;

}

h2{
font-size: 18px;
color: #343958;
font-weight: normal;
}

h3{
font-size: 14px;
color:#343958;
font-weight: normal;
}


p{
font-size: 12px;
color: #414040;
line-height: 1.75;
}

#content {
width: 650px;
float:left;
text-align:left;
margin:25px 125px;
}

#contact {
width: 300px;
float:right;
text-align:left;
margin: 10px 25px;
padding: 10px;

}

#col1 {
width: 250px;
margin: 10px;
padding: 10px;
float:left;

}

#col2 {
width: 250px;
margin: 10px;
padding: 10px;
float:left;
}

#col3 {
width: 200px;
margin: 10px;
padding: 10px;
float:right;
background-color:#3CF;
}

#clear {
clear: both;
}

#title {
width: 650px;
float:center;
text-align:left;
margin: 0 auto;
padding: 10px;

}