
.style2 {font-size: 4px}
h1 {
	font-size: 24px;
	color: #000066;
}
h2 {
	font-size: 14px;
	color: #0033FF;
}
.style3 {color: #0000FF}

h3 {
	font-size: 14px;
	color: #FF0000;
}

/*------ Page Structure -----------*/

body {
	margin:0; /* It is always good to set these to 0 right off the bat */
	padding:0; /* It is always good to set these to 0 right off the bat */
	font-family:Verdana, Arial, Helvetica, sans-serif; /* Your default font should you forget to enclose anything in <p> or header tags */
	background: #000000; /* you background color */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000; /* default color of text (Will most likely be overridden in most circumstances */
	background-image:url(../images/bg.jpg); /* define a background image to use */
	background-repeat:no-repeat; /* Defines the repeat pattern if anything at all */
	background-position:center top;	
}

#wrapper { /* Think of this as an invisible container that helps center all the content on a web page */
	margin:0 auto;
	width:780px;
	text-align:left;
	background:#fff;
}

#headerCap { /* The image that gives the header its rounded corner */
	height:10px;
	background-color:#000000;
	background-image:url(../images/headerCap.gif);
	background-repeat:no-repeat;
	margin:0 0 0 0;
	line-height:10px;
}

#header { /* Your header */
	background: #ffffff;
	background-image:url(../images/header.jpg);
	height:110px; 
}

#navigation {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 5px 0 10px 0;
	text-align:center;
}

#mainContent { 
	margin: 0 0 0 0; /* this is the margin. When ever you see four numbers like this it is essentially the margin of the four sides, starting from the top, working clockwise. i.e. top right bottom left */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#fff;
}

#footerCap {
	background-image:url(../images/footerCap.gif);
	background-repeat:no-repeat;
	margin:0 0 0 0;
	height:10px;
	line-height:10px;
}

img { /* properties for images */
	padding:4px;
	margin:8px;
	border:1px solid #CCCCCC;
}

/*------ End Page Structure -----------*/


/*------ Links Colors and behaviors -----------*/

#navigation a, #navigation a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	text-decoration:none; /* This indicates what the link will look like initially */
	font-size:12px;
}

#navigation a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	text-decoration:underline; /* This indicates what the link will look like initially */
	font-size:12px;
}

a {
	color:#993300;
	font:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

a:hover {
	color: #996600;
	text-decoration:underline;
}


/*------ End Links Colors and behaviors -----------*/

/*------ Typography -----------*/

p { /* your basic paragraph tag */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:22px;
}

/*------ End Typography -----------*/