/* www.53onvictoria.com.au -> .css */
*
{
	margin: 0px;
	padding: 0px;
}

body
{
	margin-bottom: 20px;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #000;
	background: #e0e0e0 url(images_content/fov_body_bkgnd.gif) repeat;
	text-align: center;
}

#mainouter
{
	margin-left: auto;
	margin-right: auto;
	border: solid #c0c0c0;
	border-width: 0px 2px 2px 0px;
	text-align: center;
	background: #efefef;
	width: 880px;
}

#maininner
{
	background: #fff;
	border: solid #70664b;
	border-width: 0px 1px 1px 1px;
	width: 100%;
	text-align: center;
	padding-bottom: 0px;
}

#banner
{
	height: 120px;
	width: 100%;
	background: #fff url(images_layout/banner_feature_10.jpg) top right no-repeat;
}


#sidebar
{
	width: 180px;
	float: left;
	vertical-align: top;
	padding-top: 55px;
	padding-bottom: 45px;
	margin-top: 25px;
	background: #fff url(images_layout/sb_bkgnd.gif) top left no-repeat;
}

#content
{
	width: 670px;
	float: left;	
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	vertical-align: top;
	background: #fff url(images_layout/fov_insignia.gif) center no-repeat;
}

h1, h2, h3, h4, h5, h6
{
	font-family: verdana,arial,sans-serif;
	color: #404040;
	text-align: left;
	padding-top: 35px;
	margin-left: 5px;
}

h1
{
	font-size: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
}

h2, h3, h4, h5, h6 { margin-bottom: 5px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

p, ul, ol, textarea
{
	text-align: left;
	font-size: 12px;
	margin: 0px 10px 15px 5px;
	line-height: 175%;
}

li
{
	text-align: left;
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-type: disc;
	line-height: 150%;
}


.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.small { font-size: 10px; }
.links { font-size: 11px; }
.grey { color: #808080; }

p.small
{
	font-size: 10px;
	line-height: 150%;
}


.contactdetails
{
	color: #002060;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
}

.copyright
{
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
	color: #888;
}

p.footerlinks
{
	color: #c0c0c0;
	background: #70664b;
	text-align: center;
	margin: 10px 0px 0px 0px;
	line-height: 200%;
	font-size: 11px;
	font-weight: bold;
}

a:link { color: #2020ff; }
a:visited { color: #6060b2; }
a:hover { color: #ff6060; }
a:active { color: #ff0000; }

span.bannerlink
{
	margin-right: 10px;

}


a.bannerlink, a.bannerlink:visited
{
	color: #202060;
	text-decoration: none;
	margin-right: 6px;
}


a.bannerlink:hover
{
	color: #a0a0a0;
	text-decoration: underline;
}

a.footerlinks, a.footerlinks:visited
{
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}


a.footerlinks:hover
{
	color: #ffe0a0;
	text-decoration: underline;
}

table { empty-cells: show; }

th
{
	background: #e0d8c0;
	text-align: center;
}

td
{
	vertical-align: top;
}
img
{
	border: none;
	font-size: 9px;
	color: #888;
	margin: 0px;
}

input
{
	font-family: helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	background: transparent;
}
