/****************************
* DIV TAGS
****************************/

#MainContainer {
  width: 780px;
}

#ContentWrapper{
	background-image:url(../images/content_background.png);
	padding-left: 28px;
	padding-right: 31px;
  text-align: left;
}

#FrameBottom {
  clear: both;
}

#ContentLeft {
  width: 206px;
	float: left;
}

#ContentRight {
	width: 485px;
	padding: 0px 10px 0px 10px;
	float: right;
}

#ContentContactLeft {
  width: 240px;
	float: left;
}

#ContentContactRight {
	width: 451px;
	padding: 0px 10px 0px 10px;
	float: right;
}

#PortletContent {
	background-image:  url(../images/portlet_background.gif);
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	color:#666666;
	background-repeat: repeat-y;
}

#PagingLink {
	text-align: right;
	/* letter-spacing: 2px; */
}

/********************************
*	HTML TAGS
********************************/
h3, h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0px 2px 0px;
	width: 100%;
	border-bottom: 1px dotted #333333;
}

h3 { font-size: 15px; }
h4 { font-size: 14px; }
img { display: block; }

body {
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-color: #C7C7C7;
	margin-top: 0px;
}

body{
  /* font-family: "Tahoma","MS Sans Serif","Microsoft Sans Serif", Arial, Helvetica,sans-serif; 
	font-size: 0.75em;
	*/
	FONT-SIZE: 14px; 
	FONT-FAMILY: "MS Sans Serif", "Microsoft Sans Serif", CordiaUPC;
	color:#333333;
}

input, option, textarea, select {
	font-size: 9pt;
}

#ContentRight textarea {
	width: 325px;
	height: 100px;
}

textarea {
	height: 70px;
	FONT-FAMILY: "MS Sans Serif", "Microsoft Sans Serif", CordiaUPC;
	color:#333333;
}

label { font-weight:bold; }

input, select, textarea{
  width: 200px;
	border: 1px solid #666666;
	padding-left: 3px;
}

.loginInput {
	width: 100px;
}

.imageButton {
  border: 0px;
	width: auto;
}

a {
  text-decoration: none;
	color:#03329E;

}

a:hover {
  text-decoration: underline;
}

.highlight1 {
	padding-left: 2px;
	padding-right: 2px;
	background-color:#EBF7FE;
	font-weight: bold;
}

.highlight2{
	padding: 10px;
	color: red;
	background-color:#FFECEC;
	border: 1px dotted #FF0000;
	font-weight: bold;
}

.highlight3 {
	padding: 10px;
	color: #000033;
	background-color:#F0FEFF;
	border: 1px dotted #59A4EE;
	font-weight: bold;
	text-align: center;
}

.docTitle {
	padding: 2px;
	background-color: #E0E0E0;
	border-top: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	font-weight:bold;
	vertical-align: middle;
}

.docDescription {
	padding: 2px 2px 2px 10px;
	border-bottom: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	min-height: 30px;
	margin-bottom: 5px;
}

#PagingLink a{ font-weight: bold; }

.goToTop {
  font-size: 10px;
	text-align: right;
}