* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

#banner {
        background-image:url('photos/banner_background.jpg');
        background-repeat:repeat;
        margin:0px auto;
        padding:0px 0px 0px 0px;
        width:100%;
        height:150px;
        border-bottom:3px solid #999999
}

#banner_title {
        width:450px;
        height:60px;
        background-color:#003366;
        position:relative;
        top:40px;
}

#banner_title h1 {
        position:relative;
        top:10px;
}

#page {
	width:100%;
	background-color:#003366;
	margin:0px auto;
	padding:40px 0px 0px 0px;
	min-height:600px;
	border:0px solid #000;
	border-width:0px 0px 0px 0px;
	text-align:left;
}

h1 em {
	font-style:normal;
	color:darkorange;	
}

h2 {
	font-size:18px;
	font-weight:normal;
}


.less {
	color:#999;
	font-size:12px;
}

