/*This is the main style sheet for my site*/


body {
	font-size: .8em;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	line-height: 1em;
	padding:10px 10px 10px 10px;
	background-color: rgb(32,111,160);
}
h1 {
	font-size: 1em;
	font-weight:800;
	text-align: left;
	letter-spacing: 5px;
	color:rgb(32,111,160);
	border-bottom:1px solid rgb(32,111,160);
	width:100%;
	line-height:3em;
}

h2 {
	font-size:1.2em;
	line-height:1.3em;
	font-weight:800;
	color: rgb(32,111,160);
	text-align:left;
	vertical-align:bottom;
	text-decoration:underline;
}
#main {
	position:absolute;
	top:0;	
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
}
#content {
	padding:0 40px 50px 50px;
	width:490px;
}
#rightcol {
	width:170px;
	color:#10364E;
	padding:0 40px 20px 0;
}
#rightcol a:link, #rightcol a:visited, #rightcol a:active {
	color:#10364E;
	text-decoration:none;
}
#rightcol a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#linksection {
	padding: 20px 0 20px 50px;
	width:170px;
}
#link {
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:none;
}
#link a:link, #link a:visited, #link a:active {
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:none;
}
#link a:hover {
	font-weight:bolder;
	color:rgb(32,111,160);
	text-decoration:none;
}
#sublink{
	padding: 20px 0 20px 50px;
	width:170px;
}
#sublink a:link, #sublink a:visited, #sublink a:active {
	color:rgb(32,111,160);
	text-decoration:none;
}
#sublink a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#footer {
	color:#10364E;
	height:66px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	padding:3px 0 0 0;
	text-align:center;
	font-size:.9em;
	text-decoration:none;
}
a {
	color:#000000;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#10364E;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
