/* CSS Document "Steve'sZone" */
html {
	overflow-y: scroll;/* Always include a scroll bar to the right in Firefox" */
}
body {
	background-color: #E6F2FF;
	font-family: "Segoe UI", Verdana, Arial, Helvetica, SansSerif;
	font-size: 10px;
	margin: 0px;
	color: #3300CC;
}
a {
	font-size: 14px;
	color: #3300CC;
	font-family: "Segoe UI", Verdana, Arial, Helvetica, SansSerif;
	letter-spacing: 1px
}
a:link {
	color: #3300CC;
	font-size: 14px;
	border: 0px solid #FFFF99;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #990000;
	font-size: 14px;
	border: 0px solid #FFFF98;
	background-color: #FFFF99;
	font-weight: normal;
}
a:visited {
	color: #336600;
	font-size: 14px;
	border: 0px solid #FFFF99;
	text-decoration: underline;
	font-weight: normal;
}
.align_center { /* Use to centre align table cell content" */
	text-align: center;
}
.align_center_top { /* Use to centre align and position top table cell content" */
	text-align: center;
	vertical-align: top;
}
.align_center_inset { /* Use to centre align smaller text in inset tables" */
	text-align: center;
	font-size: 11px;
}
.align_justify { /* Use to justify text" */
	text-align: justify;
	font-size: 14px;
}
.align_justify_top { /* Use to justify and top align text" */
	text-align: justify;
	font-size: 14px;
	vertical-align: top;
}
.align_justify_inset { /* Use to justify smaller text in inset tables" */
	text-align: justify;
	font-size: 11px;
}
.align_left { /* Use to align text left" */
	text-align: left;
	font-size: 14px;
}
.align_left_top { /* Use to align text left and to the top" */
	text-align: left;
	font-size: 14px;
	vertical-align: top;
}
.align_right { /* Use to align text right" */
	text-align: right;
	font-size: 14px;
}
.align_right_top { /* Use to align text right and to the top" */
	text-align: right;
	font-size: 14px;
	vertical-align: top;
}
img { /* Border size on img tag */
	border: 0;
}
hr { /* Use to center horizontal rule" */
	width: 1024px;
}
h1 { /* Replaces bold-title-24" */
	font-family: "Segoe UI", Verdana, Arial, Helvetica, SansSerif;
	font-size: 24px;
	color: #3300CC;
	margin: 0px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
h2 { /* Replaces bold-title-18" */
	font-family: "Segoe UI", Verdana, Arial, Helvetica, SansSerif;
	font-size: 18px;
	color: #3300CC;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
h3 {
	font-family: "Segoe UI", Verdana, Arial, Helvetica, SansSerif;
	font-size: 14px;
	color: #3300CC;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
.title_h3 { /* Replaces bold-title-14" */
	font-size: 14px;
	font-weight: bold;
	color: #3300CC;
}
h4 {
	font-family: "Segoe UI", Verdana, Arial, Helvetica, SansSerif;
	font-size: 12px;
	color: #3300CC;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
.disclaimer_text {
	font-size:9px;
	font-weight: normal;
	color: #000000;
}
.footer_text {
	font-size: 10px;
	font-weight:normal;
	color: #3300CC;
}
.button_text { /* Use this for text displayed in standard buttons" */
	font-family: "Segoe UI", Verdana, Arial, Helvetica, SansSerif;
	font-size: 11px;
	font-weight:normal;
	color: #3300CC;
	margin: 0px;
}
.table_text { /* Use this for justified text displayed in tables" */
	font-family: "Segoe UI", Verdana, Arial, Helvetica, SansSerif;
	font-size: 11px;
	font-weight:normal;
	color: #3300CC;
	margin: 0px;
	text-align: justify;
}
.comment_text {
	font-size: 12px;
	font-weight:normal;
	color: #3300CC;
}
.p_small { /* Slightly smaller p text */
	font-size: 13px;
	font-weight:normal;
	color: #3300CC;
}
p { /* Standard p text */
	font-size: 14px;
	color: #3300CC;
}
strong {
	font_size: 14px;
	font-family: "Segoe UI", Verdana, Arial, Helvetica, SansSerif
}
.warning_text {
	font-size: 14px;
	font-style: italic;
	font-weight:normal;
	color: #FF0000;
}
.warning_bold {
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	color: #FF0000;
}
#top {
	position: absolute;
	left: 0px;
	top: 0px;
}
#navbar {
	position:relative;
	margin: 0px;
	margin-top: 10px;
	margin-left: 40px;
	border: 0px solid #FF0000;
}
#camera {
	position: relative;
	margin-left: 522px;
	border: 0px solid #666666;
}
#logo {
	position: relative;
	float: left;
	border: 0px solid #666666;
}
#layout {
	width: 1124px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 0px solid #3300CC;
}
#header {
	border: 0px solid #666666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
}
#content {
	border: 0px solid #666666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 500px;
}
#footer {
	border: 0px solid #666666;
	margin-bottom: 400px;
	margin-top: 10px;
}
