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

body {
	background-image: url(graphics/blueback.jpg);
	font-family: "Times New Roman", Times, serif;
font-size: 12px;
}

.leftSide{
width:320px;
float:left;
margin-left:10px;
}

.rightSide{
width:320px;
float:left;
margin-left:40px;
clear:right;
}

.aboutleftSide{
width:220px;
float:left;
margin-left:10px;
}

.aboutrightSide{
width:380px;
float:left;
margin-left:50px;
margin-right:20px;
clear:right;
}

.aleftSide{
width:200px;
float:left;
margin-left:80px;
}

.arightSide{
width:200px;
float:left;
margin-left:70px;
clear:right;
}

#topimage {
	width: 700px;
	height: 127px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	background-image: url('graphics/top.jpg');
	background-position: left top;
	background-repeat: repeat;
	text-align: right;
}


/*theNavigation holds the navigation buttons in the header */
#theNavigation {
	width: 700px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	background-image: url('graphics/greyback.jpg');
	background-position: left top;
	background-repeat: repeat;
	text-align: right;
}

#bottombar {
	width: 700px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	background-image: url('graphics/bottombar.jpg');
	background-position: left top;
	background-repeat: repeat;
	text-align: right;
}

/*#bottombarleft {
	width: 113px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	background-image: url('graphics/angelbottombar.jpg');
	background-position: left top;
	background-repeat: repeat;
	text-align: right;
}

#bottombarright {
	width: 587px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	background-image: url('graphics/infobottombar.jpg');
	background-position: left top;
	background-repeat: repeat;
	text-align: left;
}*/

/*theNavigation styles...*/
#theNavigation a {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin:0;
	padding: .6em .5em .1em .5em;
}

#theNavigation img { vertical-align: middle;}
#theNavigation a:hover { color: #ffffff;}

/*active navigation */
#theNavigation a.here {background-color: #0B1E60; }
/**** end header and navigation ****/

#titles {
	text-align: left;
}



/* Text and Content*/
#smalltext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#smalltext a {color: #1F6FAD; text-decoration: none;}
#smalltext a:hover {color: #A2A2A2;}

/*
.smalltext { font-family: "Times New Roman", Times, serif; font-size: 11px; font-style: normal; color: #000000}
.smalltext:link {color:#1F6FAD; text-decoration: none;}
.smalltext:hover {color:#A2A2A2}
.smalltext:visited {color:#1F6FAD; text-decoration: none;}
.smalltext:visited:hover {color: #A2A2A2;}
*/

#title1 {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}

#title2 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
