/*************************** Ask SID - Main ************************/
body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, times, georgia, sans-serif;
}

a {
	color: #000080;
	font-size: 110%;
	text-decoration: none;
}

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

a.aactive {
	font-weight: bold;
}

img.left {
	float: left;
	padding: 3px;
	margin-right: 6px;
	border: 0;
}

img.centre {
	float: right;
	padding-left: 10%;
	padding-top: 0;
	margin-right: 36px;
}

img.right {
	float: right;
	border: 0;
	padding: 1px;
	margin-right: 6px;
}

/*img:hover {
	border: 1px solid #4BA9E9;
	background: #EBF1F5;
}*/

#wrapper {
	height: 100%;
	margin: auto;
	width: 96%;
}

/*************************** Header ************************/
.shadowBoxTop {
	width: 90%; /* This may need to be a static width for some versions of IE */
	background-image: url(img/bottomshadow.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 5px 15px 15px 5px;
	margin: .2% 0 0 2%;
}

.shadowBoxTop h1 {
	font-size: 260%;
	margin-top: 1px;
}

.shadowBoxTop h2 {
	font-weight: normal;
	font-size: 100%;
	text-transform: uppercase;
	margin-top: 0;
}

.yellow {
	background-color: #FAE01A;
}

.yellow a:link,
.yellow a:visited,
.yellow a:hover,
.yellow a:active{
	color: #00448B;
}

h1 {
	font-weight: bold;
	font-size: 200%;
	color: #000080;
	margin: 0 0 0 2%;
}

h2 {
	font-weight: normal;
	font-size: 120%;
	color: #000080;
	margin: 2% 0 0 2%;
}

/************************** Content ******************/
#content {
	float: left;
	width: 70%;
	line-height: 150%;
	padding-left: 3.5%;
	padding-right: 3.5%;
}

	
#content p, p {
	font-size: 1em;
	color: #404040;
}

#content a {
	text-decoration: underline;
}

#content h1 {
	font-size: 2em;
	font-weight: normal;
	margin: auto;
	padding-bottom: 3px;
}

#content h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 .3em 0;
}

#content li {
	padding-bottom: 2em;
	list-style: none;
}

#content img {
	padding-left: 4em;
}

/********************************************  Footer  *****************/
#footer {
	border-top: 1px solid #C4C4C4;
	padding-top: 5px;
	text-align: center;
	font-size: 90%;
	width: 96%;
	margin: 0 auto;
	clear: both;
}

#footer h4 {
	color: #666666;
	font-size: 100%;
	font-weight: normal;
	margin-top: 5px;
}
	
/********************* Indent  ******************/
#indentright {
	float: right;
	width: 40%;
	text-align: left;
	padding: 1px;
	border: none;
	margin: 0;
}
