/* CSS Document */

body {
font-face:Times New Roman, Times;
margin: 0 0 0 0;
font-size:16px;
letter-spacing:1;
line-height:22px;
color:#444444;

}

#wrapper {
	text-align: left;
	margin: 0px auto; 
	padding: 0px;
	border:0;
	width: 800px;
	height:100%;
	background-color:#F6F4F4
	
}

#home {
	width: 500px;
	height:100%;
	margin: auto; 
	
}

#header {
	margin: 0 0 0 0;

}

#container {
	background-color:#F6F4F4
}


#subtitle {
background-color:#000000;
font-size:18px;
letter-spacing:1;
line-height:30px;
color:#FFFFFF;
}

#nav{
margin-top: 70px; 
font-family:Times New Roman;
font-size:21px;
letter-spacing:1;
font-weight:normal;
}


#side-a {
	float: left;
	padding:30px;
	width: 100px;
}

#side-b {
	float: right;
	margin-right:10px;
	width:220px;
}

#content { 
	float: left;
	width: 46%;
	
}

#content-centre { 
	margin-left:90px;
	float: left;
	width: 46%;
	
}



#content-wide { 
	float: left;
	width: 68%;
	
}

#indent {

	margin-left:20px;
}

#footer {
	clear: both;
}


div.logoCol{
            float:                          left;
            width:                          145px;
            margin:                         0 0 20px 10px;

}

div.blurbCol{
            float:                          right;
            width:                          260px;
            margin:                         0 0 10px 10px;
     
	font-size: 13px;
}


#photo-side {
padding-top: 90px;
width:120px;
margin: 50px;

}

/*  text style  */

a {
color:#1073A5;
font-weight:bold;
text-decoration:none;
}



a:hover {
color:#ECA815;
}

img {
border-color:#666666;
}

.title {

font-size:32px;
letter-spacing:1;
font-weight:normal;

}


.meet {
line-height:10px;
}

.caption {
position:relative;
font-size:13px;
line-height:17px;
color:#333333;
}


.captionindent {
position:relative;
width:170px;
font-size:13px;
line-height:17px;
padding: 10px 30px;
color:#3B527C;
}

.copyright {
font-size:12px;

}



.quote {
font-family:Times New Roman;
color:#888888;
padding:14px;
margin-top: 120px; 
margin-bottom: 220px;     
font-size:21px;
letter-spacing:1;
font-weight:normal;
font-style:italic;
border-width:1px;
border-color:#CCCCCC;
border-top-style:solid;
border-bottom-style:solid;
width:160px;
}

.quote2 {
float:right;
font-family:Times New Roman;
color:#888888;
padding:14px;
margin: 5px 5px 5px 5px;  
font-size:21px;
letter-spacing:1;
font-weight:normal;
font-style:italic;
border-width:1px;
border-color:#CCCCCC;
border-top-style:solid;
border-bottom-style:solid;
width:150px;
}



