/* CSS Document */

html,body {
	margin:0;
	padding:0px 0px 0px 0px;
	background-color:#274A79;
	background-image:url(../ImagesCommon/PortfolioBack.jpg);
	background-repeat:repeat-x;
	/*color:#264A79; */
	color:#666666;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:90%;
	}
	
h1 {
	clear:both;
	font-size:150%;
	/*color:#8AA7CC; */
	color:#468AE9;
	padding:0px 0px 2px 0px;
	margin:0px;
/*	border-bottom:1px solid #468AE9; */
	}
	
h2 {
	font-size:120%;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px 0px 0px 0px;
	margin:0px;
	}
	
h3 {
	font-size:100%;
	color:#669AF9;
	font-weight:bold;
	padding:5px 0px 0px 0px;
	margin:0px;
	}
	
a {
	color:#FFBB00;
	text-decoration:none;
	}	
	
a:hover {
	color:#FFBB00;
	text-decoration:underline;
	}	
	
#TopBarButtons {
	clear:both;
	border-bottom:1px solid #468AE9; 
	}
	
#ButtonsLeft {
	float:left;
	padding:5px 0px 0px 10px;
	}

#ButtonsRight {
	float:right;
	text-align:right;
	padding:5px 10px 0px 0px;
	}
	
#ButtonsRight p {
	margin:0px;
	padding:5px 0px 0px 0px;
	}
	
#ForwardButtons {
	float:right;
	}
	
#Container {
	padding:10px 10px 10px 10px;
	width:640px;
	height:400px;
	clear:both;
	}
	
#Text {
	width:200px;
	color:#eeeeee;
	float:left;
	}
	
#HalfText {
	padding-left:10px;
	width:300px;
	color:#eeeeee;
	float:left;
	}
	
#Images {
	width:400px;
	height:400px;
	float:right;
	text-align:center;
	}
	
	
#Footer {
	margin:10px 0px 0px 0px;
	padding:10px;
	clear:both;
	border-top:1px solid #468AE9; 
	font-size:100%;
	color:#669AF9;
	text-align:center;
	}
	
.Clear {
	clear:both;
	padding:0px;
	margin:0px;
	font-size:1%;
	height:1px;
	}