@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#wrapper {
	width: 978px;
	margin: 0 auto;
}

/***** Common Formatting *****/

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
}

th, td {
	vertical-align: top;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

/***** Font/Heading Styling *****/

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

/***** Global Classes *****/

.wrapper {
	width: 978px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.small {
	font-size: 0.85em;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	border-bottom: 1px solid;
}

.highlight {
	background: #ffc;
}

.ulNoFormat {
	padding: 0;
	margin: 0;
	list-style: none;
}

.noPadding {
	padding: 0;
}

.noMargin {
	margin: 0;
}

.noIndent {
	padding-left: 0;
	margin-left: 0;
}

.noBullet {
	list-style: none;
	list-style-image: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.doc {padding: 5px 0 5px 24px; background-repeat: no-repeat; background-position: 0 5px; display: block;}
.doc-folder {background-image: url(../images/icons/folder_horizontal_open.png);}
.doc-word {background-image: url(../images/icons/document_word.png);}
.doc-excel {background-image: url(../images/icons/document_excel.png);}
.doc-powerpoint {background-image: url(../images/icons/document_powerpoint.png);}
.doc-pdf {background-image: url(../images/icons/document_pdf.png);}
.doc-text {background-image: url(../images/icons/document_text.png);}
