/* CSS Document */
body {
	padding: 20px;
	background-color: #FFFFFF;
	background-image: url(images/bg_stripe.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#main {
	width: 742px;
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	}
	
#logo {
	width: 278px;
	height: 72px;
	float: left;
	background-image: url(images/header_logo.jpg);
	display: block;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #1C3867;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #1C3867;
	}
	
#navtop {
	width: 462px;
	height: 72px;
	float: right;
	background-color: #1C3867;
	display: block;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #1C3867;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #1C3867;
	}

#navlinks {
	width: 740px;
	height: 24px;
	float: left;
	background-color: #DFE4F0;
	display: block;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #1C3867;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #1C3867;
	}

#stripe1 {
	width: 740px;
	height: 4px;
	float: left;
	background-color: #1C3867;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #1C3867;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #1C3867;
	}

#cleanbreak {
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	overflow: hidden;
	}

#content {
	width: 740px;
	min-height: 400px;
	float: left;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	overflow: visible;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #1C3867;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #1C3867;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #1C3867;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #1C3867;
	}

#prop {
    height:400px;
    float:right;
    width:1px;
	background-color: #FF0000;
	}

#conttext {
	padding: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	float: left;
	width: 500px;
	}

#stats {
	padding: 15px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	float: right;
	margin-top: 30px;
	width: 150px;
	height: 400px;
	overflow-x: hidden;
	overflow-y: visible;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-color: #1C3867;
	border-top-width: 4px;
	border-left-style: solid;
	border-left-color: #1C3867;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #1C3867;
	border-bottom-width: 4px;
	}

#footer {
	width: 740px;
	height: 25px;
	float: left;
	background-color: #1C3867;
	display: block;
	}
	
#foottext {
	padding: 5px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EFF1F7;
	font-size: 10px;
	}

#port {
	width: 500px;
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	}
	
#portlt {
	width: 50%;
	height: 30px;
	float: left;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}
	
#portrt {
	width: 50%;
	height: 30px;
	float: right;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}
