/* Tag styles */
body {
	background-color : #FFF;
	font-size :.8em;
	font-family: Comic Sans MS;
	font-weight : normal;
	color : #000;
	margin:0;
	padding:0;
	text-align: left;
}

p {
    font-size: 14px; 
	margin-top:0;
}

li {
    font-size: 14px; 
	margin-top:0;
}

img {
	border:none;
}

hr {
	border-top: 0px solid #003293;
	border-bottom: 1px solid #003293;
	border-left: 0px solid #003293;
}

/* Header area */
#header_area {
	border-bottom: 2px solid #FFCC00;
}

#evpta_sect {
	position: relative; 
	background-color:#003293; 
	border-bottom: 15px solid #003293;
	height: 96px;

}

#evpta_sect img {
	position:absolute;
	margin-left:10px;
	margin-right:10px
}

#evpta_sect h1 {
	position: absolute;
	color:#ffcc00;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-weight: normal;
	margin-top: 43px;
	margin-left: 220px;
}

#nav_sect {
	background-image:url(./usertpl/1contemporary/bg1.JPG);
	height: 32px;
}

#nav_items {
	posItion: relative; 
	display:inline; 
	text-align:center; 
	margin-left:auto; 
	margin-right:auto; 
	width:70%;
}

#nav_items ul {
	padding: .375em 0px 0px 0px;
	margin-top: 0px;
}

#nav_items ul li {
	padding: 0px 5px 0px 5px;
	display: inline;
	list-style: none;
	font-family: Tahoma
}

#nav_items ul li a:link {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

#nav_items ul li a:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

#nav_items ul li a:hover {
	text-decoration:underline;
}

/* Class for the li for the current page */
.nav_selected {
	font-size: 14px;
	font-weight: bold;
}

/*Body area */
#body_area {
	text-align: left;
	margin:0 auto;
	width:1000px
}

/* Content area */
#content_area table tr td {
	height: 100%;
	vertical-align: top;
	padding: 0px;
}

.margin_cell {
	width: 15px;
}

/* Left area */
#left_cell {
	background-image:url(./usertpl/1contemporary/vgradp.gif);
}

#left_area {
	width:195px;
	height: 100%;
}

#left_area_content {
	padding-left: 3px;
	padding-right: 18px;
	padding-top: 15px;
	text-align: center;
}

#envelope_sect img {
	width: 150px;
	border: 3px ridge;
}

#calendar_sect {
	padding-top: 15px;
}

#calendar_sect p {
	text-align: center;
}

#left_content_area_hr {
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px
}

#comments_sect p {
	font-size:x x-small;
	text-align: center;

}

/* Main area */
#main_area {
	padding-top: 15px;
	width: 100%;
}

#language_membership_sect {
	float: left;
	margin-right: 100%;
	padding-bottom: 15px;
}

#language_area_sect img {
	width:436px;
	height:24px;
}

/* Right area */
#right_area {
	width: 300px;
	padding-top: 15px;
}

.right_box {
	border: 2px solid #003293;
	padding: 15px 15px 15px 15px;
	margin-bottom: 20px;	
}

/* Footer */
#footer_area {
	height:40px; 
}

#footer_area hr {
	margin-top:0px;
	width:100%
}

#footer_area p {
	text-align: center;
}

/* Reuseable styles */

/*h2 and h3 is used for a content header*/

h2 {
	font-size: 18px; 
	color: #003293;
	margin: 0px 0px 0px 0px;
	font-weight: bold;

}

h3 {
	font-size: 14px; 
	color: #003293;
	margin: 0px 0px 0px 0px;
	font-weight: bold;

}


/*small explanatory or clarificatory text*/
.parenthetical {
	font-style: italic;
	font-size: x-small;
	text-align: center;
}