/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }
ul {
	padding-left: 15px;
}
li {
	margin-left: 25px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #4ec2f0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x
}
#wrapper {
	width: 955px;
	margin: 0 auto;
	background: url(images/wrap.gif) repeat-y;
	height: auto;
}

#headertop {
	color: #1c468d;
	width: 953px;
	float: left;
	height: 15px;
	background: #4ec2f0;
	
}
#header {
	color: #1c468d;
	width: 953px;
	float: left;
	height: 430px;
	background: #4ec2f0;
	
}

#leftcolumn {
	color: #1c468d;
	width: 749px;
	height: 100%;
	float: left;
	background: #F2F2E6;
	background: url(images/default__04.gif) no-repeat;
	

}

p {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#leftcolumntop { 
 color: #1c468d;
 width: 749px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 70px;

 float: left;
 background: #F2F2E6;
 background: url(images/default__04.gif) no-repeat;

}
#leftcolumnbot { 
 color: #1c468d;
 width: 749px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: auto;

 float: left;
 background: #F2F2E6;
 background: url(images/_rep.gif) repeat-y;

}
#rightcolumntop {
	float: right;
	color: #1c468d;
	border: 0px solid #ccc;
	width: 205px;
	height: 70px;
	display: inline;
	background: #E7DBD5;
	position: relative;
	background: url(images/right.gif) repeat-y;

}
#rightcolumn {
	float: left;
	color: #1c468d;
	border: 0px solid #ccc;
	width: 205px;
	height: auto;
display: inline;
	background: url(images/default__05.gif) no-repeat;
	position: static;
	}
#rightcolumn_ {
	float: right;
	color: #1c468d;
	border: 0px solid #ccc;
	width: 205px;
	height: auto;
	display: inline;
	background: #E7DBD5;
	position: relative;
	background: url(images/default__05.gif) no-repeat;

}
#footer {
	width: 954px;
	clear: both;
	color: #000000;
	background: url(images/default__06.gif) no-repeat #4ec2f0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	background: #4ec2f0;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #2d3282;
	text-align: center;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	text-transform: uppercase;
	color: #db3d26;
}

.headerCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}

.moreInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	color: #23a4dd;
}
.headerBoldCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}
ol {
	padding-left: 15px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

.contentItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	font-style: italic;
}
div {
	width: 550px;
}
.rightAlign {
	float: right;
	text-align: right;
	color: #21418A;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.leftAlign {
	float: left;
	text-align: left;
	color: #21418A;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img.img-left {
	float:left;
	border: 1px;
	border-color:#405980;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	}
	
img.img-right {
border: 1px;
	border-color:#405980;
	float:right;
	margin:8px;
	}
	
img.img-center {
	float:right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	}
.style1 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	 }
