/* CSS Document CSS and JavaScript are "case-sensitive" bluetext is NOT the same as BLUETEXT */
/* tag definitions: unless modified by a class or ID, all the tags will follow these specifications*/
/* F0D9E1 */
body {background-color:#F0D9E1;color:#000000;font-family:sans-serif;font-size:12px;letter-spacing:1px;line-height:18px;margin:0px;}
p {color:#000000;font-family:sans-serif;font-size:12px;letter-spacing:1px;line-height:18px;}

td {text-align:left;vertical-align:top;color:#000000;font-family:sans-serif;font-size:12px;letter-spacing:1px;line-height:18px;}
li {color:#000000;font-family:sans-serif;font-size:12px;letter-spacing:1px;line-height:18px;}

h1 {color:#000000;font-family:sans-serif;font-size:27px;line-height:31px;letter-spacing:1px;}
h2 {color:#990033;font-family:sans-serif;font-size:18px;line-height:22px;letter-spacing:1px;}
h3 {color:#000000;font-family:sans-serif;font-size:12px;line-height:14px;letter-spacing:1px;font-weight:bold;}


/* class definitions: these will affect all entities of the named class. example: <td class="CLASSNAME"> */
.nav {position:absolute;top:0px;left:0px;margin:0px;border:0px;width:138px;height:120%;background-color:#FFFFFF;}
.navText {position:relative;left:0px;margin:0px;padding-left:5px;border-style:solid;border-width:1px;border-color:#999999;width:138px;background-color:#efefef;color:#990033;font-family:sans-serif;font-size:12px;line-height:20px;font-weight:bold;text-decoration:none;}
.navTextSub {position:relative;left:0px;margin:0px;padding-left:15px;border-style:solid;border-width:1px;border-color:#999999;width:138px;background-color:#fcfcfc;color:#990033;font-family:sans-serif;font-size:12px;line-height:20px;text-decoration:none;}

.masthead {position:absolute;top:0px;left:138px;margin:0px;border:0px;text-align:left;}

.contentArea {position:absolute;top:155px;left:232px;width:466px;margin:0px;border:0px;padding-left:20px;padding-top:20px;z-index:1;}

.rightMargin {position:absolute;top:0px;left:700px;width:100px;margin:0px;border:0px;}

.inline {border-bottom:1px dashed #666666;color:#990033;font-family:sans-serif;font-size:12px;line-height:20px;font-weight:bold;text-decoration:none;}

.linkedImage {border:none;border-width:0px;margin:0px;padding:0px;text-decoration:none;}

.floater {float:right;width:150px;margin:10px;z-index:1;vertical-align:top;}
/* IDs: every element can have a unique ID assigned to it. while you can assign the same ID to different elements on different pages, this is a bug and should not be done. you can assign both a class and an ID to an element. example 
<td ID="myUniqueID" class="CLASSNAME" */






