/* Anthony Kenney-Herbert */

/* Main Styles */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

p {
	line-height:1.5em;
	text-align:justify;
	margin-bottom:1.2em;
}

img {
	border:0px;
}

a:link, a:visited {
	text-decoration:none;
	color:#004EDD;
	padding-left:0.2em;
	padding-right:0.2em;
}

a:hover {
	text-decoration:none;
	border-bottom:1px solid;
}

ul {
	list-style-position:outside;
	margin-bottom:1.2em;
}

li {
	list-style-position:outside;
	margin-left:0.8em;
	line-height:1.5em;
	margin-bottom:0.8em;
}

h2 {
	font-size:1.7em;
	margin-bottom:1.2em;
	font-variant:normal;
	font-weight:normal;
}
h3 {
	font-size:1.3em;
	margin-bottom:0.9em;
	font-variant:normal;
	font-weight:bold;
}

/* Layouts */
#page {
	width:820px;
	margin:0 auto;
	margin-top:1.0em;
}
#topbanner {
	width:700px;
	margin:0 auto;
	text-align:center;
}

#tagline {
	margin:0 auto;
	width:800px;
	margin-top:0.6em;
	text-align:center;
}

#mainlinks {
	text-align:center;
	margin:0 auto;
	
}

#mainlinks img, #mainlinks a:hover, #topbanner a:hover  {
	border-bottom:0px;
}

#mainlinks td {
	text-align:center;
	border:1px  dashed #cccccc;
	padding:0.4em;
	font-size:1.2em;
}


#topboxa, #topboxb, #topboxc, #topboxd {
	vertical-align:top;
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:180px;
}
#topboxa img, #topboxb img, #topboxc img, #topboxd img{
	vertical-align:top;
	padding:0 0 0 0;
	margin-right:0.2em;
}

#topboxa p a {
	color:#004edd;
	font-size:0.9em;
	text-align:left;
	display:block;
	margin-left:15px;
}
#topboxb p a {
	color:#90e95f;
	font-size:0.9em;
	text-align:left;
	display:block;
	margin-left:15px;
}
#topboxc p a {
	color:#dd004e;
	font-size:0.9em;
	text-align:left;
	display:block;
	margin-left:15px;
}
#topboxd p a {
	color:#4e00dd;
	font-size:0.9em;
	text-align:left;
	display:block;
	margin-left:15px;
}

#mainsection {
	width:820px;
	margin-top:1.8em;
}

#text {
	margin-left:1em;
}

#content {
	float:left;
	width:590px;
}

#rightbar {
	float:right;
	width:200px;
	text-align:right;
	border-left:1px  dashed #cccccc;
	margin-top:2em;
}
#rightbar p {
	text-align:right;
	color:#786f74;
	margin-bottom:1.4em;
	font-size:1.3em;
}
#rightbar a {
	color:#00a3fb;
	margin-bottom:0.2em;
}
#title {
	margin-bottom:1em;
}
#title h1 {
	font-size:2.4em;
}

#footer {
	clear:both;
	width:700px;
	margin:0 auto;
	margin-top:2em;
	border-top:1px dashed #cccccc;
	padding-top:1em;
	text-align:center;
	color:#786f74;
}

#footer p {
	color:#786f74;
	text-align:center;
}

/* Classes */
.nicetable {
	margin-bottom:0.6em;
	margin-top:0.6em;
}
.nicetable td {
	padding:0.4em;
	vertical-align:top;
	line-height:1.3em;
}

.bullet {
	margin-left:-15px;
	margin-top:4px;
}
