body{
	background-image:url(../images/pageBg-tile.jpg);
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#2f3f8d;
	border:none;
}
a{
	text-decoration:underline;
	color:#16457d;
}
a:hover{
	color:#2d7cd9;
}
img{
	border:none;
}
h1{
	display:inline;
}


#container{
	width:870px;
	margin:28px auto 0 auto;
	}
	#border-top{
		height:7px;
		background-image:url(../images/border-top.jpg);
	}
	#border-body{
		background:url(../images/body_shadow.png);
		behavior:url(jscript/iepngfix.htc);
		}		
		#logo{	
			text-align:left;
			padding:0 0 5px 30px;
			margin:0;
		}
		#home-content{
			width:720px;
			margin: 0 auto;
			/*margin-top:20px;*/
			background:#fff;
			}
			#flashcontent{
				float:left;
				padding:10px 10px 10px 0;
				}
				#home-right{
					width:360px;
					float:right;
					padding:20px 0 0 20px;
				}
				
				#watch-video{
					width:123px;
					height:21px;
					margin:0 0 10px 20px;
				}
				#watch-video a{
					display:block;
					width:123px;
					height:21px;
					background:url(../images/watch_video.gif) no-repeat bottom;
				}
				#watch-video a:hover,
				#watch-video:hover a{
					display:block;
					width:123px;
					height:21px;
					background:url(../images/watch_video.gif) no-repeat top;
				}
			
				#apply{					
					width:170px;
					height:55px;
					background:url(../images/apply_home.gif) no-repeat bottom;
				}
				#apply a{
					display:block;
				}
				#apply a:hover,
				#apply:hover a{
					width:170px;
					height:55px;
					background:url(../images/apply_home.gif) no-repeat top;
				}
				
			
		/* Footer */
		#shim-bottom{
			width:100%;
			height:48px;
		}
	#stripes{
		width:856px;
		height:76px;
		margin: 0 auto;
		background-image:url(../images/stripes.gif);
		clear:both;
		position:relative;
		z-index:0;
	}
#border-bottom{
	margin: 0 auto;
	width:870px;
	height:7px;
	background-image:url(../images/border-bottom.jpg);
}


/* General classes */
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.bolditalic{
	font-weight:bold;
	font-style:italic;
}
.underline{
	text-decoration:underline;
}

.left{
	float:left;
}
.right{
	float:right;
}

.left-180{
	float:left;
	width:180px;
}

.spacer{
	height:5px;
	clear:both;
}


