/* CSS Document */

html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin: 0px;
	padding: 0px;

}

p { 

line-height:1.5em;

}

#mainContent li {

line-height:1.5em;

}

/* Font styles */

.blueTxt {

font-weight:bold;
color:#005DAA;

}

.lightBlue {

font-weight:bold;
color:#12B5EA;

}

.blueTxtThin {

color:#005DAA;

}


/* Headings */

h1 {

font-size:1em;
color:#fff;
margin:7px 0 7px 10px;

}

h2 {

font-size:1.3em;
font-weight:normal;
color:#005DAA;
margin:10px 0 10px 0;

}

h3 {

font-size:1em;
color:#005DAA;
}

/* Links */

a:link {

color:#10A2D1;

}

a:visited {

color:#10A2D1;

}

a:hover {

color:#005DAA;

}

/* Layout content */

#container {
	width:800px;
	margin-right: auto;
	margin-left: auto;

}


#mainContent {
	float:right;
	width:585px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;

}

#heading {
	float:right;
	background-color:#12B5EA;
	margin-top:3px;
	height: 30px;
	width: 600px;

}

/* Menu */

 #menu {

float:left;
width:197px;
height:300px;
margin:3px 0 0 0;
text-align:right;

}

#navcontainer ul
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
font-weight:bold;
}

#navcontainer a
{
display: block;
padding: 7px;
width: 183px;
background-color:#12B5EA;
border-bottom: 3px solid #fff;
}

#navcontainer a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #78CCE7;
color: #fff;
}

/* List */

#mainContent ul {

list-style-image:url(http://www.leemitchell.biz/outtheblue/images/bullet.gif);

}

/* Footer */

#footer {

width:800px;
height:32px;
background-image:url(images/footer.gif);
background-repeat:no-repeat;

}
