/*  Margins & Padding
-----------------------------------------------------------------------------*/

/* Remove padding and margin on all elements */

* {
	margin: 0em;
	padding: 0em;
}
/* Put it back on certain elements */

p, pre, blockquote, form, fieldset, table, hr {
	margin-bottom: 1em;
}
/*  Typography
-----------------------------------------------------------------------------*/

body {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 0.75em;
	color: #006aa7;
}
/*  Headings
-----------------------------------------------------------------------------*/

h1 {
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: .5em;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .25em;
}
h3, h4, h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0em;
}
/*  Links
-----------------------------------------------------------------------------*/

a:link {
	color: #006aa7;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #004990;
}
a:active {
	color: #b20000;
}
/*  Lists
-----------------------------------------------------------------------------*/

ul, ol {
	padding-left: 2em;
}
/*  Forms
-----------------------------------------------------------------------------*/

input {
	font-size: 10px;
}
/*  Images
-----------------------------------------------------------------------------*/

/* Remove border around linked images */

img {
	border: 0em;
}
/*  Misc 1
-----------------------------------------------------------------------------*/

/* Class for clearing floats */

.clear {
	clear:both;
}


/*  Layout
-----------------------------------------------------------------------------*/
body {
	text-align: center;
	min-width: 900px;
	background-color: #ffffff;
}

#container-of-page {
	width: 892px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#frame-top {
	background-image: url(../images/rounded/frame-top.gif);
	background-repeat: no-repeat;
	height: 10px;
}

#frame-mid {
	background-image: url(../images/rounded/frame-mid.gif);
	background-repeat: repeat-y;
}

#frame-bott {
	background-image: url(../images/rounded/frame-bott.gif);
	background-repeat: no-repeat;
	height: 10px;
}

#page-header {
	margin-left: 152px;
	padding-top: 18px;
	padding-bottom: 18px;
}

#page-content-primary {
	margin-right: 148px;
}

#page-content-secondary {
	margin-left: 13px;

}

#main-form form {
	margin: 0px;
}

#main-form-section1 {
	float: right;
	width: 350px;
	text-align: right;
}

#main-form-section2 {
	float: right;
	width: 311px;
	margin-left: 25px;
}


.FormInputRounded input {
	color: #666666;
	width: 160px;
	height: 16px;
	border: none;
	border-color: #FFFFFF;
}

.FormTextAreaRounded textarea {
	width: 290px;
	height: 190px;
	border: none;
	border-color: #FFFFFF;
}

.FormInputRounded {
	width: 178px;
	height: 23px;
	background-image: url(../images/rounded/form-input.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.FormTextAreaRounded {
	width: 311px;
	height: 213px;
	background-image: url(../images/rounded/form-textarea.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 3px;
}

.FormSubmit {
	text-align: right;
	margin-right: -25px;
}

#page-footer {
	text-align: right;
	margin-right: 14px;
	padding-bottom: 4px;
}
