/*
	StyleSheet by Cameron Walter
	http://www.in2itive.com.au
		
*/

body {
padding : 0;
margin : 0 auto;
font : 1em Arial, sans-serif;
background : white;
color : black;
}

.spacer {
height : 30px;
}

a {
color : #2e3092;
text-decoration : underline;
}

a:hover {
color : #4e95d3;
text-decoration : underline;
}

p {
text-align : justify;
padding: 7px 0 7px 0;
margin: 0;
}

h1 {
font : bold 1.8em Arial, Sans-Serif;
color : #ed1c24;
padding: 15px 0 10px 0;
margin: 0;
}

h2 {
font : bold 1.6em Arial, Sans-Serif;
color : #ed1c24;
padding: 20px 0 7px 0;
margin: 0;
}

h3 {
font : bold 1.2em Arial, Sans-Serif;
color : #2e3092;
padding: 15px 0 7px 0;
margin: 0;
}

ul {
margin : 0;
padding : 0 0px 15px 0px;
}

img {
border : 0;
}

hr {
height : 1px;
border-style : none;
color : #d0d0d0;
background-color : #c0c0c0;
}

.spacer {
clear : left;
height : 30px;
}

#content {
margin : 0 auto;
padding : 0;
width : 960px;
height : auto;
background : url(images/bg-main.gif);
}

#content #topline {
padding : 0;
margin : 0;
height : 15px;
width : 960px;
background : #2e3092;
}


#content #banner {
padding : 0;
margin : 0;
height : 233px;
width : 960px;
background : #4e95d3;
}

#content #banner img {
border : 0;
margin : 0;
padding : 0;
}

#content #menu {
height : 32px;
line-height : 32px ;
width : 940px ;
margin : 0;
padding : 0 10px 0 10px;
color : white;
background : #ed1c24;
font-size : 0.9em;
}

#content #menu li {
list-style : none;
display : inline;
margin : auto;
}

#content #menu li a {
text-decoration : none;
margin : 0 20px 0 0;
padding : 0;
font-weight : bold;
color : white;
}

#content #menu li a:hover {
text-decoration : underline;
}

#content #bottom {
padding : 0;
margin : 0;
width : 960px;
height : auto;
background : url(images/bg-main.gif);
}

#content #bottom #right {
clear : right;
border : none;
float : right;
padding : 10px;
margin : 0;
height : auto;
width : 233px;
background : #b8b9ff;
}

#content #bottom #right h3 {
width : 229px;
padding : 2px;
margin : 5px 0 5px 0;
background: #2e3092;
color : white;
font-size : 0.9em;
}

#content #bottom #right h2 {
text-align : center;
}

#content #bottom #right p {
font-size : 0.8em;
padding : 3px 5px 3px 5px;
}

#content #bottom #right .spacer {
height : 20px;
}

#content #bottom #right li {
margin : 0 0 0 20px;
padding : 3px 0 3px 0;
font-size : 0.8em;
}


#content #bottom #right input {
font : 0.8em Arial, Sans-Serif;
background-color : white;
border : 1px solid #666666;
margin : 0 0 0 3px;
padding : 2px;
}

#content #bottom #right textarea {
font : 0.8em Arial, Sans-Serif;
background-color : white;
border : 1px solid #666666;
margin : 0 0 3px 3px;
padding : 2px;
}




#content #bottom #main {
float : left;
width : 657px;
margin : 0px;
padding : 15px;
background : white;
}

#content #bottom #main ul {
margin : 0 0 0 10px;
}

#content #bottom #main li {
margin : 0 0 0 30px;
padding : 7px 0 7px 0;
line-height : 20px;
}

#content #bottom #main input {
font : 1em Arial, Sans-Serif;
background-color : white;
border : 1px solid #666666;
margin : 0 0 0 3px;
padding : 2px;
}

#content #bottom #main textarea {
font : 1em Arial, Sans-Serif;
background-color : white;
border : 1px solid #666666;
margin : 0 0 3px 3px;
padding : 2px;
}

#content #botline {
clear : both;
height : 22px;
line-height : 22px ;
width : 940px ;
margin : 0;
padding : 0 10px 0 10px;
color : white;
background : #2e3092;
}

#content #botline a {
text-decoration : underline;
color : white;
}

#content #botline a:hover {
text-decoration : underline;
}

#content #botline p {
padding : 0;
margin : 0;
color : white;
text-align : right;
font-size : 0.75em;
}
