/* CSS Document */

/*==================================*/
/*    Author: Chris Johnson         */
/*    Company: Corporate 3 Design   */
/*    Date: July 8, 2008           */
/*==================================*/

/*==================================*/
/*---------- PAGE/GENERAL ----------*/
/*==================================*/
* {
	margin: 0;
	padding: 0;
}


html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 100%;	
	line-height: 100%;
	background-color: #fff;
}

.clear {
	clear:both;
}

a:link {color: #000; text-decoration: none;}
a:visited {color: #000; text-decoration: none;}
a:hover {text-decoration: none; color: #b3c7d8;}
a:active {text-decoration: none;}

img {
	border: 0;
}

#wrapper {
	width: 100%;
	background-color: #fff;
	font-size: .95em;
}

#wrapperpad {
	padding: 18px;
}


/*==================================*/
/*------------ HEADER --------------*/
/*==================================*/

#rightcolumnheader
{
	float: right;
	width: 200px;
	padding: 0 20px 0 0;
	text-align: right;
}

#rightcolumnheader a, #rightcolumnheader a:visited, #rightcolumnheader a:active 
{
	color: #00a4e4;
	font-size: .9em;
        text-decoration:underline;
}


#wrapper h1 {
	color: #04a8e5;
	font-weight: normal;
	padding: 0 0 18px 0;
	font-size: 1.3em;
}

#wrapper h2 {
	color: #04a8e5;
	font-weight: normal;
	margin: 0 0 18px 0;
	line-height: 150%;
	font-size: 1.2em;
}

#wrapper h3 {
	color: #04a8e5;
	font-weight: normal;
	line-height: 130%;
	font-size: 1.1em;
}

#wrapper h4 {
	color: #04a8e5;
	font-weight: normal;
	line-height: 110%;
	font-size: 1em;
}

.bold {
	font-weight: bold;
	display: inline;
}

#wrapper p {
	padding: 0 0 18px 0;
}

#content ul {
        list-style-position: outside;
	padding: 0 0 18px 20px;
}

